/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-s3c2410.c | 272 * delay here to ensure the data byte has gotten onto the bus in s3c24xx_i2c_message_start() 310 * immediately starts transferring another data byte, even though the in s3c24xx_i2c_stop() 353 * returns TRUE if we this is the last byte in the current message 358 * msg->len is always 1 for the first byte of smbus block read. in is_msglast() 382 unsigned char byte; in i2c_s3c_irq_nextbyte() local 428 * send a byte as well in i2c_s3c_irq_nextbyte() 448 byte = i2c->msg->buf[i2c->msg_ptr++]; in i2c_s3c_irq_nextbyte() 449 writeb(byte, i2c->regs + S3C2410_IICDS); in i2c_s3c_irq_nextbyte() 452 * delay after writing the byte to allow the in i2c_s3c_irq_nextbyte() 499 * we have a byte o in i2c_s3c_irq_nextbyte() [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ews.c | 814 unsigned char byte; in snd_ice1712_6fire_read_pca() local 818 byte = reg; in snd_ice1712_6fire_read_pca() 819 if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca() 825 byte = 0; in snd_ice1712_6fire_read_pca() 826 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca() 832 return byte; in snd_ice1712_6fire_read_pca()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 131 punpcklbw m0, m3 ; byte -> word 132 punpcklbw m1, m3 ; byte -> word 173 punpcklbw m0, m3 ; byte -> word 174 punpcklbw m1, m3 ; byte -> word 175 punpcklbw m4, m3 ; byte -> word 176 punpcklbw m5, m3 ; byte -> word
|
/third_party/curl/lib/ |
H A D | mqtt.c | 285 /* 10 length of variable header and 1 the first byte of the fixed header */ in mqtt_connect() 453 packetlen = topiclen + 5; /* packetid + topic (has a two byte length field) in mqtt_subscribe() 454 + 2 bytes topic length + QoS byte */ in mqtt_subscribe() 456 packetlen += n + 1; /* add one for the control packet type byte */ in mqtt_subscribe() 482 * Called when the first byte was already read. 543 /* add the control byte and the encoded remaining length */ in mqtt_publish() 748 unsigned char byte; in mqtt_doing() local 764 /* Read the initial byte only */ in mqtt_doing() 775 /* remember the first byte */ in mqtt_doing() 781 result = Curl_read(data, sockfd, (char *)&byte, in mqtt_doing() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument 43 /* check the input byte against the lowest and highest section bytes */ in ucnv_extFindToU() 46 if(byte<start || limit<byte) { in ucnv_extFindToU() 47 return 0; /* the byte is out of range */ in ucnv_extFindToU() 52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU() 56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU() 59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU() 60 * We will compare the shifted/added byte (bbfffff in ucnv_extFindToU() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 589 enum WasmOpcodeSig : byte { 608 constexpr WasmOpcodeSig GetShortOpcodeSigIndex(byte opcode) { in GetShortOpcodeSigIndex() 615 constexpr WasmOpcodeSig GetAsmJsOpcodeSigIndex(byte opcode) { in GetAsmJsOpcodeSigIndex() 621 constexpr WasmOpcodeSig GetSimdOpcodeSigIndex(byte opcode) { in GetSimdOpcodeSigIndex() 628 constexpr WasmOpcodeSig GetAtomicOpcodeSigIndex(byte opcode) { in GetAtomicOpcodeSigIndex() 635 constexpr WasmOpcodeSig GetNumericOpcodeSigIndex(byte opcode) { in GetNumericOpcodeSigIndex()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument 43 /* check the input byte against the lowest and highest section bytes */ in ucnv_extFindToU() 46 if(byte<start || limit<byte) { in ucnv_extFindToU() 47 return 0; /* the byte is out of range */ in ucnv_extFindToU() 52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU() 56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU() 59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU() 60 * We will compare the shifted/added byte (bbfffff in ucnv_extFindToU() [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/chacha/ |
H A D | chacha-ppc.s | 64 .byte 0,12,4,1,0x80,18,5,0 401 .byte 0,12,0x14,0,0,0,0,0 1066 .byte 0,12,0x04,1,0x80,18,5,0 1461 .byte 0,12,0x04,1,0x80,0,5,0 1473 .byte 0,12,0x14,0,0,0,0,0 1486 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,80,111,119,101,114,80,67,47,65,108,116,105,86,101,99,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/aix64-gcc-as/asm_avx2/crypto/chacha/ |
H A D | chacha-ppc.s | 64 .byte 0,12,4,1,0x80,18,5,0 401 .byte 0,12,0x14,0,0,0,0,0 1066 .byte 0,12,0x04,1,0x80,18,5,0 1461 .byte 0,12,0x04,1,0x80,0,5,0 1473 .byte 0,12,0x14,0,0,0,0,0 1486 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,80,111,119,101,114,80,67,47,65,108,116,105,86,101,99,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/chacha/ |
H A D | chacha-ppc.s | 68 .byte 0,12,4,1,0x80,18,5,0 341 .byte 0,12,0x14,0,0,0,0,0 945 .byte 0,12,0x04,1,0x80,18,5,0 1343 .byte 0,12,0x04,1,0x80,0,5,0 1355 .byte 0,12,0x14,0,0,0,0,0 1368 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,80,111,119,101,114,80,67,47,65,108,116,105,86,101,99,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_avx2/crypto/chacha/ |
H A D | chacha-ppc.s | 68 .byte 0,12,4,1,0x80,18,5,0 341 .byte 0,12,0x14,0,0,0,0,0 945 .byte 0,12,0x04,1,0x80,18,5,0 1343 .byte 0,12,0x04,1,0x80,0,5,0 1355 .byte 0,12,0x14,0,0,0,0,0 1368 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,80,111,119,101,114,80,67,47,65,108,116,105,86,101,99,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 | ordered-hash-table.h | 354 // layout where we use byte instead of Smi. The max capacity of this 358 // Each bucket and chain value is a byte long. The padding exists so 484 static const byte kNotFound = 0xFF; 524 void SetFirstEntry(int bucket, byte value) { 613 byte getByte(Offset offset, ByteIndex index) const { 616 return ReadField<byte>(offset + (index * kOneByteSize)); 619 void setByte(Offset offset, ByteIndex index, byte value) { 622 WriteField<byte>(offset + (index * kOneByteSize), value);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctflt-sse2.asm | 81 sub rsp, byte 4 82 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 310 add rsi, byte 4*SIZEOF_JCOEF ; coef_block 311 add rdx, byte 4*SIZEOF_FLOAT_MULT_TYPE ; quantptr 468 add rsi, byte 4*SIZEOF_FAST_FLOAT ; wsptr 469 add rdi, byte 4*SIZEOF_JSAMPROW
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument 43 /* check the input byte against the lowest and highest section bytes */ in ucnv_extFindToU() 46 if(byte<start || limit<byte) { in ucnv_extFindToU() 47 return 0; /* the byte is out of range */ in ucnv_extFindToU() 52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU() 56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU() 59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU() 60 * We will compare the shifted/added byte (bbfffff in ucnv_extFindToU() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | heif_exif_metadata_accessor.h | 37 bool CheckTiffPos(byte* buff, size_t size, size_t &byteOrderPos);
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strlen.S | 10 * - does binary search to find 0 byte in last 30 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
H A D | strcat.S | 28 cmpbge $31, $1, $2 # bits set iff byte == 0
|
H A D | ev67-strcat.S | 41 cmpbge $31, $1, $2 # E : bits set iff byte == 0
|
H A D | ev67-strlen.S | 35 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/asm/ |
H A D | ppc_asm.h | 34 .8byte x, y; \
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev67-strcat.S | 41 cmpbge $31, $1, $2 # E : bits set iff byte == 0
|
H A D | ev67-strlen.S | 35 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
H A D | strlen.S | 10 * - does binary search to find 0 byte in last 30 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
H A D | strcat.S | 28 cmpbge $31, $1, $2 # bits set iff byte == 0
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | alternative-asm.h | 17 .byte \orig_end - \orig_start
|