/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/bn/ |
H A D | ppc-mont.s | 215 .byte 0,12,4,0,0x80,12,6,0 786 .byte 0,12,4,0x20,0x80,18,6,0 1785 .byte 0,12,4,0x20,0x80,18,6,0 1788 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/bn/ |
H A D | ppc-mont.s | 215 .byte 0,12,4,0,0x80,12,6,0 786 .byte 0,12,4,0x20,0x80,18,6,0 1785 .byte 0,12,4,0x20,0x80,18,6,0 1788 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.h | 524 inline byte* relocation_start() const; 527 inline byte* relocation_end() const; 975 inline byte get(int index) const; 976 inline void set(int index, byte value); 1049 // |SourcePositionTable| will return an empty byte array rather than crashing
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.cc | 194 uchar Utf8::CalculateValue(const byte* str, size_t max_length, size_t* cursor) { in CalculateValue() 202 const byte* start = str; in CalculateValue() 203 const byte* end = str + max_length; in CalculateValue() 225 bool Utf8::ValidateEncoding(const byte* bytes, size_t length) { in ValidateEncoding()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingOpacityMicromapTests.cpp | 544 deUint8 byte = opacityMicromapData[index / 8]; in iterate() local 545 state = (byte >> (index % 8)) & 0x1; in iterate() 548 deUint8 byte = opacityMicromapData[index / 4]; in iterate() local 549 state = (byte >> 2*(index % 4)) & 0x3; in iterate()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctfst-mmx.asm | 86 sub esp, byte 4 87 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits 236 add edx, byte 4*DCTSIZE*SIZEOF_DCTELEM 377 add edx, byte 4*SIZEOF_DCTELEM
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_unittest.cc | 243 uint8 byte; in ReadStuff() local 244 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0); in ReadStuff() 274 uint8 byte; in ReadStuffLarge() local 275 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0); in ReadStuffLarge()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingOpacityMicromapTests.cpp | 546 deUint8 byte = opacityMicromapData[index / 8]; in iterate() local 547 state = (byte >> (index % 8)) & 0x1; in iterate() 550 deUint8 byte = opacityMicromapData[index / 4]; in iterate() local 551 state = (byte >> 2*(index % 4)) & 0x3; in iterate()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 359 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte 360 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte 361 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte 442 set q_sn_bit, 0x7 # sign bit of quotient byte 467 set neg_bmask, 0x08 # negative bit mask (byte) 468 set inf_bmask, 0x02 # infinity bit mask (byte) 469 set z_bmask, 0x04 # zero bit mask (byte) 470 set nan_bmask, 0x01 # nan bit mask (byte) 530 set BYTE, 1 # len(byte) == 1 byte [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 359 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte 360 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte 361 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte 442 set q_sn_bit, 0x7 # sign bit of quotient byte 467 set neg_bmask, 0x08 # negative bit mask (byte) 468 set inf_bmask, 0x02 # infinity bit mask (byte) 469 set z_bmask, 0x04 # zero bit mask (byte) 470 set nan_bmask, 0x01 # nan bit mask (byte) 530 set BYTE, 1 # len(byte) == 1 byte [all...] |
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | init.c | 572 char byte; in ia64_pfn_valid() local 575 return (__get_user(byte, (char __user *) pg) == 0) in ia64_pfn_valid() 577 || (__get_user(byte, (char __user *) (pg + 1) - 1) == 0)); in ia64_pfn_valid()
|
/kernel/linux/linux-5.10/drivers/media/cec/platform/meson/ |
H A D | ao-cec.c | 446 u8 byte; in meson_ao_cec_irq_rx() local 448 meson_ao_cec_read(ao_cec, CEC_RX_MSG_0_HEADER + i, &byte, &ret); in meson_ao_cec_irq_rx() 450 ao_cec->rx_msg.msg[i] = byte; in meson_ao_cec_irq_rx()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | init.c | 99 module_param(no_outbound_task_to, byte, 0); 119 module_param(phy_gen, byte, 0); 123 module_param(max_concurr_spinup, byte, 0);
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | init.c | 99 module_param(no_outbound_task_to, byte, 0); 119 module_param(phy_gen, byte, 0); 123 module_param(max_concurr_spinup, byte, 0);
|
/kernel/linux/linux-6.6/drivers/media/cec/platform/meson/ |
H A D | ao-cec.c | 446 u8 byte; in meson_ao_cec_irq_rx() local 448 meson_ao_cec_read(ao_cec, CEC_RX_MSG_0_HEADER + i, &byte, &ret); in meson_ao_cec_irq_rx() 450 ao_cec->rx_msg.msg[i] = byte; in meson_ao_cec_irq_rx()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lossless_videodsp.asm | 98 movzx r2d, byte [dstq-1] 100 movzx r2d, byte [topq-1] 149 movzx eax, byte [dstq - 1]
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_bilateral.c | 223 BILATERAL_H(uint8_t, byte) 326 BILATERAL_V(uint8_t, byte) 347 BILATERAL_O(uint8_t, byte)
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_iec958.c | 107 unsigned int byte = iec->counter >> 3; in iec958_subframe() local 108 unsigned int mask = 1 << (iec->counter - (byte << 3)); in iec958_subframe() 115 if (iec->status[byte] & mask) in iec958_subframe() 557 * \param preamble_vals The preamble byte values 649 [status status-bytes] # IEC958 status bits (given in byte array)
|
/third_party/libsnd/src/ |
H A D | dwvw.c | 429 { int byte ; in dwvw_encode_store_bits() local 437 { byte = pdwvw->bits >> (pdwvw->bit_count - 8) ; in dwvw_encode_store_bits() 439 pdwvw->b.buffer [pdwvw->b.index] = byte & 0xFF ; in dwvw_encode_store_bits()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 185 SANDBOXED_POINTER_ACCESSORS(WasmInstanceObject, memory_start, byte*, 204 PRIMITIVE_ACCESSORS(WasmInstanceObject, globals_start, byte*, 220 PRIMITIVE_ACCESSORS(WasmInstanceObject, dropped_elem_segments, byte*,
|
H A D | wasm-external-refs.cc | 463 inline byte* EffectiveAddress(WasmInstanceObject instance, uintptr_t index) { in EffectiveAddress() 495 byte* seg_start = in memory_init_wrapper() 496 reinterpret_cast<byte*>(instance.data_segment_starts()[seg_index]); in memory_init_wrapper()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 8 # define INST(a,b,c,d) .byte c,0xef,a,b 11 # define INST(a,b,c,d) .byte a,b,c,0xf2 240 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,56,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
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 8 # define INST(a,b,c,d) .byte c,0xef,a,b 11 # define INST(a,b,c,d) .byte a,b,c,0xf2 240 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,56,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
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/sha/ |
H A D | sha256-ppc.s | 125 .byte 0,12,4,1,0x80,18,3,0 1291 .byte 0,12,0x14,0,0,0,0,0 1302 .byte 0,12,0x14,0,0,0,0,0
|
H A D | sha1-ppc.s | 105 .byte 0,12,4,1,0x80,18,3,0 1113 .byte 0,12,0x14,0,0,0,0,0 1115 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,80,80,67,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,102,121,46,99,104,97,108,109,101,114,115,46,115,101,62,0
|