Home
last modified time | relevance | path

Searched refs:byte (Results 1776 - 1800 of 3486) sorted by relevance

1...<<71727374757677787980>>...140

/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A Dhead_32.S119 .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 Defi-header.S64 .byte 0x02 @ MajorLinkerVersion
65 .byte 0x14 @ MinorLinkerVersion
/kernel/linux/linux-5.10/arch/m68k/68000/
H A Dhead.S69 .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 Dalternative-macros.h30 " .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 Dhead.S69 .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 Defi-header.S64 .byte 0x02 @ MajorLinkerVersion
65 .byte 0x14 @ MinorLinkerVersion
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A Dhead_32.S119 .byte 0 ! = 0, old one (LILO, Loadlin,
122 .byte 1 ! Load flags bzImage=1
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-sibyte.c62 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 Dcpcihp_generic.c200 module_param(first_slot, byte, 0);
202 module_param(last_slot, byte, 0);
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpcihp_generic.c200 module_param(first_slot, byte, 0);
202 module_param(last_slot, byte, 0);
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-sibyte.c62 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 Dchecksum_file.c39 int byte = 4; in HexArrayToString() local
44 *(string++) = num2CharTable[(hexarray[i] >> byte) & value]; in HexArrayToString()
/third_party/icu/icu4c/source/common/
H A Ducnv_ext.h145 * 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 Dfw_load.c202 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 Ducnv_ext.h145 * 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 Dregexp-bytecode-generator.h15 // 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 Dd3d12_video_encoder_bitstream.cpp206 #define WRITE_BYTE(byte) write_byte_start_code_prevention(byte)
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcf.h223 #define PCF_FORMAT( bit, byte, glyph, scan ) \
226 ( ( (byte) == MSBFirst ? 1 : 0 ) << 2 ) | \
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_ext.h145 * 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 Dhexdump.c26 -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 Dnumbers.h72 // 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 Dsystbl.S19 #define __SYSCALL(nr, entry) .8byte entry
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dmsgbuf.h39 # error processor byte order undefined!
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dmsgbuf.h39 # error processor byte order undefined!
/third_party/libexif/libexif/apple/
H A Dmnote-apple-entry.h24 #include <libexif/exif-byte-order.h>

Completed in 27 milliseconds

1...<<71727374757677787980>>...140