/third_party/python/Lib/ |
H A D | sunau.py | 25 32-bit unsigned integers encoded in big-endian byte order. 146 byte = file.read(1) 147 if not byte: 149 x = x*256 + ord(byte)
|
/third_party/skia/src/core/ |
H A D | SkICC.cpp | 308 uint8_t byte = digest.data[i]; in get_color_profile_tag() local 309 *ptr++ = SkHexadecimalDigits::gUpper[byte >> 4]; in get_color_profile_tag() 310 *ptr++ = SkHexadecimalDigits::gUpper[byte & 0xF]; in get_color_profile_tag()
|
H A D | SkVM.cpp | 740 // Note: this converts the array index into a byte offset for the op. 1272 // The only 16-byte format we support today is RGBA F32, 1810 // ModRM byte encodes the arguments of an opcode. 1832 // SIB byte encodes a memory address, base + (index * scale). 1876 // Pack mandatory SSE opcode prefix byte to 2-bit VEX encoding. 1888 // With these conditions met, we can optionally compress VEX to 2-byte. 1896 // We could use this 3-byte VEX prefix all the time if we like. 1922 void Assembler::byte(uint8_t b) { this->bytes(&b, 1); } 1927 this->byte(0x00); 1932 this->byte( [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 135 byte* u[MAX_UNIFORM_BUFFER_BINDINGS]; 136 byte* t[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; 149 byte* u[MAX_UNIFORM_BUFFER_BINDINGS];
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc | 101 const byte* encoding; 257 const byte* result_ptr = in TestHelper() 258 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 264 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc | 101 const byte* encoding; 257 const byte* result_ptr = in TestHelper() 258 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 264 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc | 92 const byte* encoding; 239 const byte* result_ptr = in TestHelper() 240 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 246 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc | 92 const byte* encoding; 239 const byte* result_ptr = in TestHelper() 240 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 246 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc | 89 const byte* encoding; 245 const byte* result_ptr = in TestHelper() 246 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 252 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc | 90 const byte* encoding; 249 const byte* result_ptr = in TestHelper() 250 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 256 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
H A D | test-assembler-cond-sp-sp-operand-imm7-t32.cc | 92 const byte* encoding; 268 const byte* result_ptr = in TestHelper() 269 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 275 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
|
/third_party/backends/backend/ |
H A D | canon_lide70-common.c | 49 typedef SANE_Byte byte; typedef 99 /* Write single byte to CP2155 register */ 101 cp2155_set (int fd, CP2155_Register reg, byte data) in cp2155_set() 104 byte cmd_buffer[5]; in cp2155_set() 133 /* Read single byte from CP2155 register */ 135 cp2155_get (int fd, CP2155_Register reg, byte * data) in cp2155_get() 138 byte cmd_buffer[4]; in cp2155_get() 169 cp2155_read (int fd, byte * data, size_t size) in cp2155_read() 172 byte cmd_buffer[4]; in cp2155_read() 204 cp2155_write_gamma_block (int fd, unsigned int addr, byte * dat [all...] |
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 148 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value 149 if byte >= 0x20 and byte < 0x7f: 150 asc_line += chr(byte) 153 hex_line += " %02x" % (byte) 864 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value 865 if byte >= 0x7f: 867 if byte < 0x20 and byte != 0: 869 if byte < [all...] |
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | mkutf8data.c | 113 * Internal nodes are one byte for the node itself, and up to three 114 * bytes for an offset into the tree. The first byte contains the 116 * NEXTBYTE - flag - advance to next byte if set 1043 * each node needs to store a three-byte offset. The indexes of the 1199 unsigned char byte; in emit() local 1227 byte = 0; in emit() 1229 byte |= NEXTBYTE; in emit() 1230 byte |= (node->bitnum & BITNUM); in emit() 1233 byte |= LEFTNODE; in emit() 1235 byte | in emit() [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | mkutf8data.c | 113 * Internal nodes are one byte for the node itself, and up to three 114 * bytes for an offset into the tree. The first byte contains the 116 * NEXTBYTE - flag - advance to next byte if set 1043 * each node needs to store a three-byte offset. The indexes of the 1199 unsigned char byte; in emit() local 1227 byte = 0; in emit() 1229 byte |= NEXTBYTE; in emit() 1230 byte |= (node->bitnum & BITNUM); in emit() 1233 byte |= LEFTNODE; in emit() 1235 byte | in emit() [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/sha/ |
H A D | sha512-x86_64.s | 1726 .byte 0xf3,0xc3 1815 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1907 .byte 143,72,120,195,200,56 1918 .byte 143,72,120,195,209,7 1926 .byte 143,104,120,195,223,3 1938 .byte 143,72,120,195,203,42 1976 .byte 143,72,120,195,200,56 1987 .byte 143,72,120,195,209,7 1995 .byte 143,104,120,195,216,3 2007 .byte 14 [all...] |
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 108 byte byteValue = '\0'; in DoSomethingInterestingWithMyAPI_DistributedWant_004() 111 std::vector<byte> byteVector; in DoSomethingInterestingWithMyAPI_DistributedWant_004()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | router_advertisement_daemon_test.cpp | 314 for (uint8_t byte : ipp.prefix.s6_addr) { in HWTEST_F() 315 EXPECT_EQ(raBuf[offset++], byte); in HWTEST_F()
|