/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.h | 24 #include <libexif/exif-byte-order.h>
|
/third_party/libexif/libexif/pentax/ |
H A D | exif-mnote-data-pentax.h | 24 #include <libexif/exif-byte-order.h>
|
/third_party/libexif/libexif/olympus/ |
H A D | exif-mnote-data-olympus.h | 26 #include <libexif/exif-byte-order.h>
|
/third_party/libexif/libexif/canon/ |
H A D | exif-mnote-data-canon.h | 24 #include <libexif/exif-byte-order.h>
|
/third_party/node/deps/v8/src/numbers/ |
H A D | hash-seed-inl.h | 47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell_windows.go | 26 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) {
|
/third_party/vixl/test/ |
H A D | test-utils.cc | 51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | aes_generic.c | 59 static inline u8 byte(const u32 x, const unsigned n) in byte() function 1148 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \ 1149 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1150 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1151 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \ 1163 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \ 1164 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1165 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1166 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \ 1218 bo[n] = crypto_it_tab[0][byte(b [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_main.c | 930 block->target[index].target_name.byte); in qedi_get_boot_tgt_info() 936 block->target[index].ipv6_addr.byte); in qedi_get_boot_tgt_info() 939 block->target[index].ipv4_addr.byte); in qedi_get_boot_tgt_info() 2069 ip = ipv6_en ? initiator->ipv6.addr.byte : initiator->ipv4.addr.byte; in qedi_show_boot_eth_info() 2071 sub = ipv6_en ? initiator->ipv6.subnet_mask.byte : in qedi_show_boot_eth_info() 2072 initiator->ipv4.subnet_mask.byte; in qedi_show_boot_eth_info() 2073 gw = ipv6_en ? initiator->ipv6.gateway.byte : in qedi_show_boot_eth_info() 2074 initiator->ipv4.gateway.byte; in qedi_show_boot_eth_info() 2159 initiator->initiator_name.byte); in qedi_show_boot_ini_info() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | aes_generic.c | 59 static inline u8 byte(const u32 x, const unsigned n) in byte() function 1148 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \ 1149 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1150 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1151 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \ 1163 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \ 1164 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1165 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1166 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \ 1218 bo[n] = crypto_it_tab[0][byte(b [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_main.c | 929 block->target[index].target_name.byte); in qedi_get_boot_tgt_info() 935 block->target[index].ipv6_addr.byte); in qedi_get_boot_tgt_info() 938 block->target[index].ipv4_addr.byte); in qedi_get_boot_tgt_info() 2065 ip = ipv6_en ? initiator->ipv6.addr.byte : initiator->ipv4.addr.byte; in qedi_show_boot_eth_info() 2067 sub = ipv6_en ? initiator->ipv6.subnet_mask.byte : in qedi_show_boot_eth_info() 2068 initiator->ipv4.subnet_mask.byte; in qedi_show_boot_eth_info() 2069 gw = ipv6_en ? initiator->ipv6.gateway.byte : in qedi_show_boot_eth_info() 2070 initiator->ipv4.gateway.byte; in qedi_show_boot_eth_info() 2154 initiator->initiator_name.byte); in qedi_show_boot_ini_info() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 95 std::string byteType = "byte"; 216 std::vector<byte> byv; in HWTEST_F() 328 std::vector<byte> byv; in HWTEST_F() 723 std::vector<byte> byteArrayValue = {'?', 'a', '\\'}; in HWTEST_F() 755 std::vector<byte> retbyteArrayValue; in HWTEST_F() 757 arraycompare = CompareArrayData<byte>(retbyteArrayValue, byteArrayValue); in HWTEST_F() 958 byte v1 = want1->GetByteParam(it->first, 'j'); in CompareWantOthers() 959 byte v2 = want2->GetByteParam(it->first, 'k'); in CompareWantOthers() 985 std::vector<byte> v1 = want1->GetByteArrayParam(it->first); in CompareWantArray() 986 std::vector<byte> v in CompareWantArray() [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 33 * The following macros are used to move an (un)aligned 16 byte value to/from 37 * since Nehalem (original Core i7) was released. However, the movaps is a byte 277 # Requires the input data be at least 1 byte long because of READ_PARTIAL_BLOCK 407 # GHASH computation for the last <16 byte block 610 pshufb %xmm14, \TMP7 # byte-reflect the AAD data 626 pshufb %xmm14, \TMP7 # byte-reflect the AAD data 637 # Requires the input data be at least 1 byte long due to READ_PARTIAL_BLOCK 812 pshufb %xmm14, %xmm\index # perform a 16 byte swap 878 pshufb %xmm14, \XMM1 # perform a 16 byte swap 882 pshufb %xmm14, \XMM2 # perform a 16 byte swa [all...] |
H A D | aegis128-aesni-asm.S | 30 .byte 0x00, 0x01, 0x01, 0x02, 0x03, 0x05, 0x08, 0x0d 31 .byte 0x15, 0x22, 0x37, 0x59, 0x90, 0xe9, 0x79, 0x62 33 .byte 0xdb, 0x3d, 0x18, 0x55, 0x6d, 0xc2, 0x2f, 0xf1 34 .byte 0x20, 0x11, 0x31, 0x42, 0x73, 0xb5, 0x28, 0xdd 39 .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 40 .byte 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f 678 /* mask with byte count: */
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.cpp | 87 for (const auto byte : input) { in ToString() 88 sprintf_s(buf, sizeof(buf), "%02x", byte); in ToString() 101 auto byte = std::strtoul(byteStr.c_str(), &end, 16); in ToBinary() local 102 result.push_back(byte); in ToBinary() 253 for (const auto byte : macArray) { in MacArrayToString() 254 if (sprintf_s(buf, MAC_BYTE_HEX_SIZE, "%02x:", byte) < 0) { in MacArrayToString()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 6 | This routine compares the exception enable byte of the 7 | user_fpcr on the stack with the exception status byte 153 moveb FPCR_ENABLE(%a6),%d0 |get fpcr enable byte 154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte 168 | exception is to set the E1/E3 byte and clr the U flag. 209 | No bits in the enable byte match existing exceptions. Check for
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 6 | This routine compares the exception enable byte of the 7 | user_fpcr on the stack with the exception status byte 153 moveb FPCR_ENABLE(%a6),%d0 |get fpcr enable byte 154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte 168 | exception is to set the E1/E3 byte and clr the U flag. 209 | No bits in the enable byte match existing exceptions. Check for
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 434 vld1.8 {ctr0}, [r5] // load 12 byte IV 690 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff 691 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff 692 .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 693 .byte 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f 694 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff 695 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 31 .byte 0x00, 0x01, 0x01, 0x02, 0x03, 0x05, 0x08, 0x0d 32 .byte 0x15, 0x22, 0x37, 0x59, 0x90, 0xe9, 0x79, 0x62 34 .byte 0xdb, 0x3d, 0x18, 0x55, 0x6d, 0xc2, 0x2f, 0xf1 35 .byte 0x20, 0x11, 0x31, 0x42, 0x73, 0xb5, 0x28, 0xdd 40 .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 41 .byte 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f 679 /* mask with byte count: */
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-mpc.c | 554 /* Write target byte */ in mpc_write() 562 /* Write data byte */ in mpc_write() 582 /* Write target address byte - this time with the read flag set */ in mpc_read() 599 u8 byte; in mpc_read() local 606 * For block reads, we have to know the total length (1st byte) in mpc_read() 610 /* Generate txack on next to last byte */ in mpc_read() 614 /* Do not generate stop on last byte */ in mpc_read() 620 byte = readb(i2c->base + MPC_I2C_DR); in mpc_read() 623 * Adjust length if first received byte is length. in mpc_read() 624 * The length is 1 length byte plu in mpc_read() [all...] |
H A D | i2c-s3c2410.c | 279 * delay here to ensure the data byte has gotten onto the bus in s3c24xx_i2c_message_start() 317 * immediately starts transferring another data byte, even though the in s3c24xx_i2c_stop() 360 * returns TRUE if we this is the last byte in the current message 365 * msg->len is always 1 for the first byte of smbus block read. in is_msglast() 389 unsigned char byte; in i2c_s3c_irq_nextbyte() local 435 * send a byte as well in i2c_s3c_irq_nextbyte() 455 byte = i2c->msg->buf[i2c->msg_ptr++]; in i2c_s3c_irq_nextbyte() 456 writeb(byte, i2c->regs + S3C2410_IICDS); in i2c_s3c_irq_nextbyte() 459 * delay after writing the byte to allow the in i2c_s3c_irq_nextbyte() 506 * we have a byte o in i2c_s3c_irq_nextbyte() [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ews.c | 810 unsigned char byte; in snd_ice1712_6fire_read_pca() local 814 byte = reg; in snd_ice1712_6fire_read_pca() 815 if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca() 821 byte = 0; in snd_ice1712_6fire_read_pca() 822 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca() 828 return byte; in snd_ice1712_6fire_read_pca()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-meson-spicc.c | 204 u8 byte; in meson_spicc_pull_data() local 207 byte = *spicc->tx_buf++; in meson_spicc_pull_data() 208 data |= (byte & 0xff) << byte_shift; in meson_spicc_pull_data() 221 u8 byte; in meson_spicc_push_data() local 224 byte = (data >> byte_shift) & 0xff; in meson_spicc_push_data() 225 *spicc->rx_buf++ = byte; in meson_spicc_push_data()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ht16k33.c | 260 /* Search for the first byte with changes */ in ht16k33_fb_update() 293 uint8_t byte; in ht16k33_initialize() local 303 byte = REG_SYSTEM_SETUP_OSC_ON | REG_SYSTEM_SETUP; in ht16k33_initialize() 304 err = i2c_smbus_write_byte(priv->client, byte); in ht16k33_initialize() 309 byte = REG_ROWINT_SET | REG_ROWINT_SET_INT_ACT_HIGH; in ht16k33_initialize() 311 byte |= REG_ROWINT_SET_INT_EN; in ht16k33_initialize() 312 return i2c_smbus_write_byte(priv->client, byte); in ht16k33_initialize()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-meson-spicc.c | 222 u8 byte; in meson_spicc_pull_data() local 225 byte = *spicc->tx_buf++; in meson_spicc_pull_data() 226 data |= (byte & 0xff) << byte_shift; in meson_spicc_pull_data() 239 u8 byte; in meson_spicc_push_data() local 242 byte = (data >> byte_shift) & 0xff; in meson_spicc_push_data() 243 *spicc->rx_buf++ = byte; in meson_spicc_push_data() 435 /* For each byte we wait for 8 cycles of the SPI clock */ in meson_spicc_transfer_one()
|