Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 344 for 2x42 (0.05 sec)

  1. src/crypto/aes/const.go

    	0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e, 0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e,
    	0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94, 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf,
    	0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, 0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16,
    }
    
    // FIPS-197 Figure 14.  Inverse S-box substitution values in hexadecimal format.
    var sbox1 = [256]byte{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/base/Utf8Test.java

        // Mixed string
        // "a\u020ac\u00a2b\\u024B62u020acc\u00a2de\u024B62"
        assertWellFormed(
            0x61, 0xc8, 0x8a, 0x63, 0xc2, 0xa2, 0x62, 0x5c, 0x75, 0x30, 0x32, 0x34, 0x42, 0x36, 0x32,
            0x75, 0x30, 0x32, 0x30, 0x61, 0x63, 0x63, 0xc2, 0xa2, 0x64, 0x65, 0xc9, 0x8b, 0x36, 0x32);
        // Not a valid string
        assertNotWellFormed(-1, 0, -1, 0);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	SO_TIMESTAMPING                  = 0x23
    	SO_TIMESTAMPING_NEW              = 0x43
    	SO_TIMESTAMPING_OLD              = 0x23
    	SO_TIMESTAMPNS                   = 0x21
    	SO_TIMESTAMPNS_NEW               = 0x42
    	SO_TIMESTAMPNS_OLD               = 0x21
    	SO_TIMESTAMP_NEW                 = 0x46
    	SO_TXREHASH                      = 0x53
    	SO_TXTIME                        = 0x3f
    	SO_TYPE                          = 0x1008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x10
    	SO_RCVMARK                       = 0x4b
    	SO_RCVTIMEO                      = 0x12
    	SO_RCVTIMEO_NEW                  = 0x42
    	SO_RCVTIMEO_OLD                  = 0x12
    	SO_RESERVE_MEM                   = 0x49
    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. cmd/storage-datatypes_gen.go

    	}
    	// variable map header, size zb0001Len
    	err = en.Append(0x80 | uint8(zb0001Len))
    	if err != nil {
    		return
    	}
    	if zb0001Len == 0 {
    		return
    	}
    	// write "BaseOptions"
    	err = en.Append(0xab, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73)
    	if err != nil {
    		return
    	}
    	// map header, size 0
    	_ = z.BaseOptions
    	err = en.Append(0x80)
    	if err != nil {
    		return
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_arm64.go

    	IPV6_RECVHOPLIMIT                = 0x33
    	IPV6_RECVHOPOPTS                 = 0x35
    	IPV6_RECVPKTINFO                 = 0x31
    	IPV6_RECVRTHDR                   = 0x38
    	IPV6_RECVTCLASS                  = 0x42
    	IPV6_ROUTER_ALERT                = 0x16
    	IPV6_RTHDR                       = 0x39
    	IPV6_RTHDRDSTOPTS                = 0x37
    	IPV6_RTHDR_LOOSE                 = 0x0
    	IPV6_RTHDR_STRICT                = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          * input_vocabs_placeholder is a placeholder tensor of 1D strings
          * lookup_vals is an output tensor that is a direct result of table lookup
          * output_tensor is a float 2x2 matrix
        """
        # Creates and populates an asset file.
        asset_dir = self.create_tempdir('assets').full_path
        asset_file = os.path.join(asset_dir, 'vocab_file.txt')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    	0xac, 0x4c, 0x8c, 0x83, 0x3d, 0x77, 0x85, 0xb3, 0x6e, 0x93, 0xe3, 0x8b, 0x56, 0xe2, 0xe1, 0xeb,
    	0xc2, 0x1e, 0x94, 0x85, 0x8d, 0x3a, 0x8c, 0xf4, 0x42, 0xe2, 0x09, 0xd2, 0x66, 0x94, 0xf1, 0xd4,
    	0x4f, 0xc0, 0x1c, 0x8e, 0x95, 0x89, 0xee, 0x6d, 0x97, 0x85, 0xad, 0x3d, 0xa9, 0x31, 0xd2, 0xee,
    	0xe2, 0x13, 0xa4, 0x73, 0x3f, 0x8f, 0x80, 0x13, 0x38, 0x37, 0x37, 0x65, 0x25, 0xef, 0xf5, 0x2b,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x10
    	SO_RCVMARK                       = 0x4b
    	SO_RCVTIMEO                      = 0x12
    	SO_RCVTIMEO_NEW                  = 0x42
    	SO_RCVTIMEO_OLD                  = 0x12
    	SO_RESERVE_MEM                   = 0x49
    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x12
    	SO_RCVMARK                       = 0x4b
    	SO_RCVTIMEO                      = 0x14
    	SO_RCVTIMEO_NEW                  = 0x42
    	SO_RCVTIMEO_OLD                  = 0x14
    	SO_RESERVE_MEM                   = 0x49
    	SO_REUSEADDR                     = 0x2
    	SO_REUSEPORT                     = 0xf
    	SO_RXQ_OVFL                      = 0x28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
Back to top