Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 147 (0.02 sec)

  1. src/test/java/jcifs/dcerpc/UnicodeStringTest.java

            rpc.unicode_string dummyRus = new rpc.unicode_string();
            dummyRus.buffer = new short[] { 'T', 'e', 's', 't', 'i', 'n', 'g' };
            dummyRus.length = 14; // 7 characters * 2 bytes/char
            dummyRus.maximum_length = 14;
            UnicodeString manualUnicodeString = new UnicodeString(dummyRus, false);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/hash/Crc32cHashFunctionTest.java

      private static final int CRC32C_GENERATOR_FLIPPED = Integer.reverse(CRC32C_GENERATOR);
    
      public void testCrc32cByteTable() {
        // See Hacker's Delight 2nd Edition, Figure 14-7.
        int[] expected = new int[256];
        for (int i = 0; i < expected.length; i++) {
          int crc = i;
          for (int j = 7; j >= 0; j--) {
            int mask = -(crc & 1);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  3. cmd/erasure-sets_test.go

    		{"117Gn8rfHL2ACARPAhaFd0AGzic9pUbIA/5OCn5A", 35},
    		{"SHØRT", 49},
    		{"There are far too many object names, and far too few bucket names!", 8},
    		{"a/b/c/", 159},
    		{"/a/b/c", 96},
    		{string([]byte{0xff, 0xfe, 0xfd}), 147},
    	}
    
    	// Tests hashing order to be consistent.
    	for i, testCase := range testCases {
    		if sipHashElement := hashKey("SIPMOD", testCase.objectName, 200, testUUID); sipHashElement != testCase.sipHash {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidSSECustomerKey-143]
    	_ = x[ErrMissingSSECustomerKey-144]
    	_ = x[ErrMissingSSECustomerKeyMD5-145]
    	_ = x[ErrSSECustomerKeyMD5Mismatch-146]
    	_ = x[ErrInvalidSSECustomerParameters-147]
    	_ = x[ErrIncompatibleEncryptionMethod-148]
    	_ = x[ErrKMSNotConfigured-149]
    	_ = x[ErrKMSKeyNotFoundException-150]
    	_ = x[ErrKMSDefaultKeyAlreadyConfigured-151]
    	_ = x[ErrNoAccessKey-152]
    	_ = x[ErrInvalidToken-153]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  5. docs/en/data/translation_reviewers.yml

    s111d:
      login: s111d
      count: 147
      avatarUrl: https://avatars.githubusercontent.com/u/4954856?v=4
      url: https://github.com/s111d
    Xewus:
      login: Xewus
      count: 140
      avatarUrl: https://avatars.githubusercontent.com/u/85196001?u=f8e2dc7e5104f109cef944af79050ea8d1b8f914&v=4
      url: https://github.com/Xewus
    sodaMelon:
      login: sodaMelon
      count: 127
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_USB_LINUX_MMAPPED = 220
    pkg syscall (freebsd-arm64), const DLT_USB_LINUX_MMAPPED ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER0 = 147
    pkg syscall (freebsd-arm64), const DLT_USER0 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER1 = 148
    pkg syscall (freebsd-arm64), const DLT_USER1 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER10 = 157
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SETRLIMIT ideal-int
    pkg syscall (darwin-arm64), const SYS_SETSGROUPS = 287
    pkg syscall (darwin-arm64), const SYS_SETSGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_SETSID = 147
    pkg syscall (darwin-arm64), const SYS_SETSID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETSOCKOPT = 105
    pkg syscall (darwin-arm64), const SYS_SETSOCKOPT ideal-int
    pkg syscall (darwin-arm64), const SYS_SETTID = 285
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top