/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 74 .byte 102,15,56,0,227 75 .byte 102,15,56,0,235 76 .byte 102,15,56,0,243 79 .byte 102,15,56,0,251 98 .byte 102,15,56,220,208 125 .byte 102,15,56,220,209 152 .byte 102,15,56,220,208 181 .byte 102,15,56,220,209 207 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 74 .byte 102,15,56,0,227 75 .byte 102,15,56,0,235 76 .byte 102,15,56,0,243 79 .byte 102,15,56,0,251 98 .byte 102,15,56,220,208 125 .byte 102,15,56,220,209 152 .byte 102,15,56,220,208 181 .byte 102,15,56,220,209 207 .byte 10 [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | jpeg_exif_metadata_accessor.cpp | 35 using uint_8 = byte; 36 constexpr byte JPEG_MARKER_APP0 = 0xe0; 37 constexpr byte JPEG_MARKER_APP1 = 0xe1; 38 constexpr byte JPEG_MARKER_SOI = 0xd8; 39 constexpr byte JPEG_MARKER_EOI = 0xd9; 40 constexpr byte JPEG_MARKER_RST1 = 0xd0; 41 constexpr byte JPEG_MARKER_SOS = 0xda; 143 byte *dataBlob = nullptr; in WriteBlob() 173 bool HasLength(byte marker) in HasLength() 181 std::pair<std::array<byte, [all...] |
/third_party/eudev/src/ata_id/ |
H A D | ata_id.c | 130 * ATA Pass-Through 12 byte command, as described in in disk_identify_command() 136 [0] = 0xa1, /* OPERATION CODE: 12 byte pass through */ in disk_identify_command() 200 * ATA Pass-Through 16 byte command, as described in in disk_identify_packet_device_command() 206 [0] = 0x85, /* OPERATION CODE: 16 byte pass through */ in disk_identify_packet_device_command() 418 uint8_t byte[512]; in main() member 474 if (disk_identify(udev, fd, identify.byte, &is_packet_device) == 0) { in main() 479 disk_identify_fixup_string(identify.byte, 10, 20); /* serial */ in main() 480 disk_identify_fixup_string(identify.byte, 23, 8); /* fwrev */ in main() 481 disk_identify_fixup_string(identify.byte, 27, 40); /* model */ in main() 482 disk_identify_fixup_uint16(identify.byte, in main() [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | memory.h | 15 using byte = uint8_t; 27 inline T& Memory(byte* addr) { in Memory() 51 const byte* src = reinterpret_cast<const byte*>(p); in ReadLittleEndianValue() 52 byte* dst = reinterpret_cast<byte*>(&ret); in ReadLittleEndianValue() 65 byte* src = reinterpret_cast<byte*>(&value); in WriteLittleEndianValue() 66 byte* dst = reinterpret_cast<byte*>( in WriteLittleEndianValue() [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-source-sink.h | 29 : data_(reinterpret_cast<const byte*>(data)), in SnapshotByteSource() 33 explicit SnapshotByteSource(base::Vector<const byte> payload) in SnapshotByteSource() 42 byte Get() { in Get() 47 byte Peek() const { 101 int GetBlob(const byte** data); 107 const byte* data_; 124 void Put(byte b, const char* description) { data_.push_back(b); } 127 void PutRaw(const byte* data, int number_of_bytes, const char* description); 132 const std::vector<byte>* data() const { return &data_; } 135 std::vector<byte> data [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 74 .byte 243,15,30,251 97 .byte 243,15,30,251 113 .byte 243,15,30,251 134 .byte 243,15,30,251 148 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 73 .byte 243,15,30,251 95 .byte 243,15,30,251 110 .byte 243,15,30,251 130 .byte 243,15,30,251 143 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 73 .byte 243,15,30,251 95 .byte 243,15,30,251 110 .byte 243,15,30,251 130 .byte 243,15,30,251 143 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/engines/ |
H A D | e_padlock-x86.S | 8 .byte 243,15,30,251 24 .byte 0x0f,0xa2 42 .byte 0x0f,0xa2 48 .byte 0x0f,0xa2 56 .byte 0x0f,0xa2 71 .byte 243,15,30,251 92 .byte 243,15,30,251 106 .byte 243,15,30,251 125 .byte 243,15,30,251 137 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/engines/ |
H A D | e_padlock-x86.S | 8 .byte 243,15,30,251 24 .byte 0x0f,0xa2 42 .byte 0x0f,0xa2 48 .byte 0x0f,0xa2 56 .byte 0x0f,0xa2 71 .byte 243,15,30,251 92 .byte 243,15,30,251 106 .byte 243,15,30,251 125 .byte 243,15,30,251 137 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 74 .byte 243,15,30,251 97 .byte 243,15,30,251 113 .byte 243,15,30,251 134 .byte 243,15,30,251 148 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 74 .byte 243,15,30,251 97 .byte 243,15,30,251 113 .byte 243,15,30,251 134 .byte 243,15,30,251 148 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/engines/ |
H A D | e_padlock-x86.S | 9 .byte 243,15,30,251 25 .byte 0x0f,0xa2 43 .byte 0x0f,0xa2 49 .byte 0x0f,0xa2 57 .byte 0x0f,0xa2 74 .byte 243,15,30,251 97 .byte 243,15,30,251 113 .byte 243,15,30,251 134 .byte 243,15,30,251 148 .byte 24 [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 35 : zone_(zone), buffer_(zone->NewArray<byte, Buffer>(initial)) { in ZoneBuffer() 93 void write(const byte* data, size_t size) { in write() 102 write(reinterpret_cast<const byte*>(name.begin()), name.length()); in write_string() 114 byte* ptr = buffer_ + offset; in patch_u32v() 117 byte out = static_cast<byte>(val & 0x7f); in patch_u32v() 127 void patch_u8(size_t offset, byte val) { in patch_u8() 134 const byte* data() const { return buffer_; } in data() 135 const byte* begin() const { return buffer_; } in begin() 136 const byte* en in begin() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | metadata_stream_test.cpp | 304 byte data[SIZE_10] = {0}; in HWTEST_F() 322 byte buffer[SIZE_10]; in HWTEST_F() 344 byte data[SIZE_10] = {0}; in HWTEST_F() 366 byte buffer[SIZE_1024]; in HWTEST_F() 384 byte buffer[METADATA_STREAM_PAGE_SIZE]; in HWTEST_F() 389 byte *buf = new byte[stream1.GetSize()]; in HWTEST_F() 421 byte *buf = new byte[sourceStream.GetSize()]; in HWTEST_F() 446 ASSERT_EQ(stream.Write((byte *)dat in HWTEST_F() [all...] |
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin_closure.S | 113 (4 instructions). For cache effectiveness we align to a 16 byte boundary 221 /* End 16-byte aligned cases */ 245 .byte 0x1 ; CIE Version 247 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor 248 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 249 .byte 0x41 ; CIE RA Column 250 .byte 0x1 ; uleb128 0x1; Augmentation size 251 .byte 0x10 ; FDE Encoding (pcrel) 252 .byte 0xc ; DW_CFA_def_cfa 253 .byte [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/engines/ |
H A D | e_padlock-x86_64.s | 38 .byte 0xf3,0xc3 55 .byte 0xf3,0xc3 67 .byte 0xf3,0xc3 82 .byte 0xf3,0xc3 91 .byte 0xf3,0xc3 102 .byte 0xf3,0x0f,0xa7,0xc8 104 .byte 0xf3,0xc3 112 .byte 0x0f,0xa7,0xc0 113 .byte 0xf3,0xc3 129 .byte [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/engines/ |
H A D | e_padlock-x86_64.s | 38 .byte 0xf3,0xc3 55 .byte 0xf3,0xc3 67 .byte 0xf3,0xc3 82 .byte 0xf3,0xc3 91 .byte 0xf3,0xc3 102 .byte 0xf3,0x0f,0xa7,0xc8 104 .byte 0xf3,0xc3 112 .byte 0x0f,0xa7,0xc0 113 .byte 0xf3,0xc3 129 .byte [all...] |