/kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
H A D | head_32.S | 119 .byte 0 ! = 0, old one (LILO, Loadlin, 122 .byte 1 ! Load flags bzImage=1
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | efi-header.S | 64 .byte 0x02 @ MajorLinkerVersion 65 .byte 0x14 @ MinorLinkerVersion
|
/kernel/linux/linux-5.10/arch/m68k/68000/ |
H A D | head.S | 69 .byte 0x4e, 0xfa, 0x00, 0x0a /* bra opcode (jmp 10 bytes) */ 70 .byte 'b', 'o', 'o', 't'
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 30 " .byte 662b-661b\n" /* source len */ \ 31 " .byte 664f-663f\n" /* replacement len */ 37 " .byte 662b-661b\n" /* source len */ \ 38 " .byte 664f-663f\n" /* replacement len */ 98 .byte \orig_len 99 .byte \alt_len
|
/kernel/linux/linux-6.6/arch/m68k/68000/ |
H A D | head.S | 69 .byte 0x4e, 0xfa, 0x00, 0x0a /* bra opcode (jmp 10 bytes) */ 70 .byte 'b', 'o', 'o', 't'
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | efi-header.S | 64 .byte 0x02 @ MajorLinkerVersion 65 .byte 0x14 @ MinorLinkerVersion
|
/kernel/linux/linux-6.6/arch/sh/boot/compressed/ |
H A D | head_32.S | 119 .byte 0 ! = 0, old one (LILO, Loadlin, 122 .byte 1 ! Load flags bzImage=1
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sibyte.c | 62 csr_out32(V_SMB_LB(data->byte), in smbus_xfer() 98 data->byte = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xff; in smbus_xfer()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpcihp_generic.c | 200 module_param(first_slot, byte, 0); 202 module_param(last_slot, byte, 0);
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpcihp_generic.c | 200 module_param(first_slot, byte, 0); 202 module_param(last_slot, byte, 0);
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-sibyte.c | 62 csr_out32(V_SMB_LB(data->byte), in smbus_xfer() 98 data->byte = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xff; in smbus_xfer()
|
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_file.c | 39 int byte = 4; in HexArrayToString() local 44 *(string++) = num2CharTable[(hexarray[i] >> byte) & value]; in HexArrayToString()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.h | 145 * 7.. 0 maximum UChars per byte 159 * Array of byte/value pairs for lookups for toUnicode conversion. 166 * The builder may store entries for a contiguous range of byte values 172 * No two entries in a section have the same byte values. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 199 * input byte position (bits 31..24, number=1..0xff). 200 * The value of the initial word is used when the current byte is not found 206 * If the value is 0 for the initial toUTable entry, then the initial byte 397 * For example, the Shift-JIS filter only works for 2-byte results and tests 421 #define UCNV_EXT_TO_U_MAKE_WORD(byte, valu [all...] |
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
H A D | fw_load.c | 202 int k, byte = fw_num; in create_firmware() local 205 fputc(byte, f); in create_firmware()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.h | 145 * 7.. 0 maximum UChars per byte 159 * Array of byte/value pairs for lookups for toUnicode conversion. 166 * The builder may store entries for a contiguous range of byte values 172 * No two entries in a section have the same byte values. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 199 * input byte position (bits 31..24, number=1..0xff). 200 * The value of the initial word is used when the current byte is not found 206 * If the value is 0 for the initial toUTable entry, then the initial byte 397 * For example, the Shift-JIS filter only works for 2-byte results and tests 421 #define UCNV_EXT_TO_U_MAKE_WORD(byte, valu [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-generator.h | 15 // An assembler/generator for the Irregexp byte code. 28 // The byte-code interpreter checks on each push anyway. 112 void Copy(byte* a); 116 ZoneVector<byte> buffer_;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream.cpp | 206 #define WRITE_BYTE(byte) write_byte_start_code_prevention(byte)
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcf.h | 223 #define PCF_FORMAT( bit, byte, glyph, scan ) \ 226 ( ( (byte) == MSBFirst ? 1 : 0 ) << 2 ) | \
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.h | 145 * 7.. 0 maximum UChars per byte 159 * Array of byte/value pairs for lookups for toUnicode conversion. 166 * The builder may store entries for a contiguous range of byte values 172 * No two entries in a section have the same byte values. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 199 * input byte position (bits 31..24, number=1..0xff). 200 * The value of the initial word is used when the current byte is not found 206 * If the value is 0 for the initial toUTable entry, then the initial byte 397 * For example, the Shift-JIS filter only works for 2-byte results and tests 421 #define UCNV_EXT_TO_U_MAKE_WORD(byte, valu [all...] |
/third_party/toybox/toys/pending/ |
H A D | hexdump.c | 26 -b One byte octal -c One byte character -C Canonical (hex + ASCII) 27 -d Two byte decimal -o Two byte octal -x Two byte hexadecimal (default) 46 unsigned int fn, bc; // file number and byte count 52 const char *make_printable(unsigned char byte) { in make_printable() argument 53 switch (byte) { in make_printable()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers.h | 72 // See https://en.cppreference.com/w/c/string/byte/strtof for details about the 83 // See https://en.cppreference.com/w/c/string/byte/strtof for details about the 149 // as an argument and return a pointer to the last byte they wrote, which is the 237 auto byte = (val >> (56 - 8 * i)) & 0xFF; 238 auto* hex = &absl::numbers_internal::kHexTable[byte * 2];
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | systbl.S | 19 #define __SYSCALL(nr, entry) .8byte entry
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | msgbuf.h | 39 # error processor byte order undefined!
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | msgbuf.h | 39 # error processor byte order undefined!
|
/third_party/libexif/libexif/apple/ |
H A D | mnote-apple-entry.h | 24 #include <libexif/exif-byte-order.h>
|