/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse2.asm | 80 sub esp, byte 4 81 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 317 add esi, byte 4*SIZEOF_JCOEF ; coef_block 318 add edx, byte 4*SIZEOF_FLOAT_MULT_TYPE ; quantptr 480 add esi, byte 4*SIZEOF_FAST_FLOAT ; wsptr 481 add edi, byte 4*SIZEOF_JSAMPROW
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.c | 134 /* Set byte of data and its enable bits in tcam sw entry */ 136 unsigned int offs, unsigned char byte, in mvpp2_prs_tcam_data_byte_set() 143 pe->tcam[MVPP2_PRS_BYTE_TO_WORD(offs)] |= byte << pos; in mvpp2_prs_tcam_data_byte_set() 147 /* Get byte of data and its enable bits from tcam sw entry */ 149 unsigned int offs, unsigned char *byte, in mvpp2_prs_tcam_data_byte_get() 154 *byte = (pe->tcam[MVPP2_PRS_BYTE_TO_WORD(offs)] >> pos) & 0xff; in mvpp2_prs_tcam_data_byte_get() 629 /* Shift ethertype + 2 byte reserved + tag*/ in mvpp2_prs_dsa_tag_ethertype_set() 1945 unsigned char byte[2], enable[2]; in mvpp2_prs_vid_range_find() local 1959 mvpp2_prs_tcam_data_byte_get(&pe, 2, &byte[0], &enable[0]); in mvpp2_prs_vid_range_find() 1960 mvpp2_prs_tcam_data_byte_get(&pe, 3, &byte[ in mvpp2_prs_vid_range_find() 135 mvpp2_prs_tcam_data_byte_set(struct mvpp2_prs_entry *pe, unsigned int offs, unsigned char byte, unsigned char enable) mvpp2_prs_tcam_data_byte_set() argument 148 mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe, unsigned int offs, unsigned char *byte, unsigned char *enable) mvpp2_prs_tcam_data_byte_get() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 49 module_param_named(burst, sym_driver_setup.burst_order, byte, 0); 50 module_param_named(led, sym_driver_setup.scsi_led, byte, 0); 51 module_param_named(diff, sym_driver_setup.scsi_diff, byte, 0); 52 module_param_named(irqm, sym_driver_setup.irq_mode, byte, 0); 53 module_param_named(buschk, sym_driver_setup.scsi_bus_check, byte, 0); 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 55 module_param_named(verb, sym_driver_setup.verbose, byte, 0); 57 module_param_named(settle, sym_driver_setup.settle_delay, byte, 0); 58 module_param_named(nvram, sym_driver_setup.use_nvram, byte, 0);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 49 module_param_named(burst, sym_driver_setup.burst_order, byte, 0); 50 module_param_named(led, sym_driver_setup.scsi_led, byte, 0); 51 module_param_named(diff, sym_driver_setup.scsi_diff, byte, 0); 52 module_param_named(irqm, sym_driver_setup.irq_mode, byte, 0); 53 module_param_named(buschk, sym_driver_setup.scsi_bus_check, byte, 0); 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 55 module_param_named(verb, sym_driver_setup.verbose, byte, 0); 57 module_param_named(settle, sym_driver_setup.settle_delay, byte, 0); 58 module_param_named(nvram, sym_driver_setup.use_nvram, byte, 0);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.c | 134 /* Set byte of data and its enable bits in tcam sw entry */ 136 unsigned int offs, unsigned char byte, in mvpp2_prs_tcam_data_byte_set() 143 pe->tcam[MVPP2_PRS_BYTE_TO_WORD(offs)] |= byte << pos; in mvpp2_prs_tcam_data_byte_set() 147 /* Get byte of data and its enable bits from tcam sw entry */ 149 unsigned int offs, unsigned char *byte, in mvpp2_prs_tcam_data_byte_get() 154 *byte = (pe->tcam[MVPP2_PRS_BYTE_TO_WORD(offs)] >> pos) & 0xff; in mvpp2_prs_tcam_data_byte_get() 626 /* Shift ethertype + 2 byte reserved + tag*/ in mvpp2_prs_dsa_tag_ethertype_set() 1932 unsigned char byte[2], enable[2]; in mvpp2_prs_vid_range_find() local 1946 mvpp2_prs_tcam_data_byte_get(&pe, 2, &byte[0], &enable[0]); in mvpp2_prs_vid_range_find() 1947 mvpp2_prs_tcam_data_byte_get(&pe, 3, &byte[ in mvpp2_prs_vid_range_find() 135 mvpp2_prs_tcam_data_byte_set(struct mvpp2_prs_entry *pe, unsigned int offs, unsigned char byte, unsigned char enable) mvpp2_prs_tcam_data_byte_set() argument 148 mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe, unsigned int offs, unsigned char *byte, unsigned char *enable) mvpp2_prs_tcam_data_byte_get() argument [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | mft.c | 411 /* Aligned to 2-byte boundary. */ in ntfs_mft_record_layout() 447 /* Aligned to 8-byte boundary. */ in ntfs_mft_record_layout() 453 * aligned to 8-byte boundary. in ntfs_mft_record_layout() 552 u8 *buf, *byte; in ntfs_mft_bitmap_find_free_rec() local 599 byte = NULL; in ntfs_mft_bitmap_find_free_rec() 616 /* If we read at least one byte, search @buf for a zero bit. */ in ntfs_mft_bitmap_find_free_rec() 623 "*byte 0x%hhx, b %u.\n", size, in ntfs_mft_bitmap_find_free_rec() 625 (u8) (byte ? *byte : -1), b); in ntfs_mft_bitmap_find_free_rec() 636 byte in ntfs_mft_bitmap_find_free_rec() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1623 size_t byte = bitnum / 8; in ossl_provider_set_operation_bit() local 1628 if (provider->operation_bits_sz <= byte) { in ossl_provider_set_operation_bit() 1630 byte + 1); in ossl_provider_set_operation_bit() 1639 '\0', byte + 1 - provider->operation_bits_sz); in ossl_provider_set_operation_bit() 1640 provider->operation_bits_sz = byte + 1; in ossl_provider_set_operation_bit() 1642 provider->operation_bits[byte] |= bit; in ossl_provider_set_operation_bit() 1650 size_t byte = bitnum / 8; in ossl_provider_test_operation_bit() local 1661 if (provider->operation_bits_sz > byte) in ossl_provider_test_operation_bit() 1662 *result = ((provider->operation_bits[byte] & bit) != 0); in ossl_provider_test_operation_bit()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 1621 size_t byte = bitnum / 8; in ossl_provider_set_operation_bit() local 1626 if (provider->operation_bits_sz <= byte) { in ossl_provider_set_operation_bit() 1628 byte + 1); in ossl_provider_set_operation_bit() 1637 '\0', byte + 1 - provider->operation_bits_sz); in ossl_provider_set_operation_bit() 1638 provider->operation_bits_sz = byte + 1; in ossl_provider_set_operation_bit() 1640 provider->operation_bits[byte] |= bit; in ossl_provider_set_operation_bit() 1648 size_t byte = bitnum / 8; in ossl_provider_test_operation_bit() local 1659 if (provider->operation_bits_sz > byte) in ossl_provider_test_operation_bit() 1660 *result = ((provider->operation_bits[byte] & bit) != 0); in ossl_provider_test_operation_bit()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 50 .byte 0xf3,0xc3 159 .byte 0xf3,0xc3 186 .byte 0xf3,0xc3 231 .byte 0xf3,0xc3 395 .byte 0xf3,0xc3 550 .byte 0xf3,0xc3 1218 .byte 0xf3,0xc3 1275 .byte 0xf3,0xc3 1435 .byte 0xf3,0xc3 1773 .byte [all...] |
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 116 * extra byte of encoding and is callee saved. 153 * which need extra byte of encoding. 169 * lower 8-bit registers dil,sil,bpl,spl,r8b..r15b, which need extra byte 186 static u8 add_1mod(u8 byte, u32 reg) in add_1mod() argument 189 byte |= 1; in add_1mod() 190 return byte; in add_1mod() 193 static u8 add_2mod(u8 byte, u32 r1, u32 r2) in add_2mod() argument 196 byte |= 1; in add_2mod() 198 byte |= 4; in add_2mod() 199 return byte; in add_2mod() 203 add_1reg(u8 byte, u32 dst_reg) add_1reg() argument 209 add_2reg(u8 byte, u32 dst_reg, u32 src_reg) add_2reg() argument [all...] |
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-sccb.c | 59 *val = data.byte; in regmap_sccb_read()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | elf.h | 105 # error processor byte order undefined!
|
H A D | checksum.h | 133 # error processor byte order undefined! in csum_tcpudp_nofold()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | csum_ipv6_magic.S | 26 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | omap2plus.S | 66 strb \rd, [\rx] @ send lower byte of rd
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | csum_ipv6_magic.S | 26 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | omap2plus.S | 66 strb \rd, [\rx] @ send lower byte of rd
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 30 typedef unsigned char byte; typedef 116 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */
|
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
H A D | i2c-mux-mlxcpld.c | 97 union i2c_smbus_data data = { .byte = val }; in mlxcpld_mux_reg_write()
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-sccb.c | 59 *val = data.byte; in regmap_sccb_read()
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | elf.h | 109 # error processor byte order undefined!
|
H A D | checksum.h | 133 # error processor byte order undefined! in csum_tcpudp_nofold()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 30 typedef unsigned char byte; typedef 116 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */
|