/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | rtas_entry.S | 152 1: .8byte rtas_restore_regs
|
/kernel/linux/linux-5.10/fs/minix/ |
H A D | minix.h | 98 #error Minix file system byte order broken
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | minix.h | 100 #error Minix file system byte order broken
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | asm.h | 18 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | interface.h | 387 #define XEN_EMULATE_PREFIX __ASM_FORM(.byte __XEN_EMULATE_PREFIX ;)
|
/kernel/linux/linux-6.6/drivers/i2c/muxes/ |
H A D | i2c-mux-mlxcpld.c | 70 data.byte = val; in mlxcpld_mux_reg_write()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | test_encl_bootstrap.S | 7 .byte 0x0f, 0x01, 0xd7
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | asm.h | 16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_eq.asm | 68 movzx tmpd, byte [srcq]
|
/third_party/backends/backend/ |
H A D | ricoh.h | 261 SANE_Byte byte[60]; member 290 /* Vendor Specific parameter byte(s) */
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.h | 85 /*! Append a single byte to the dynamic buffer object 88 * \param[in] byte Single byte to append to buffer object. 91 ares_status_t ares__buf_append_byte(ares__buf_t *buf, unsigned char byte);
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 50 std::vector<byte> bytes_;
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.h | 184 std::vector<byte> source_positions_[Builtins::kBuiltinCount];
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | span.go | 30 Content []byte
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 57 func NewContentConverter(filename string, content []byte) *TokenConverter { 157 // we assume that column is in bytes here, and that the first byte of a
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | span.go | 30 Content []byte
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 57 func NewContentConverter(filename string, content []byte) *TokenConverter { 157 // we assume that column is in bytes here, and that the first byte of a
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/ |
H A D | jsimdcfg.inc.h | 72 %define JSAMPLE byte ; unsigned char variable
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
H A D | glob.go | 131 func (l *searchRules) UnmarshalJSON(body []byte) error {
|
/third_party/vixl/src/ |
H A D | globals-vixl.h | 68 typedef uint8_t byte; typedef
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | span.go | 30 Content []byte
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 57 func NewContentConverter(filename string, content []byte) *TokenConverter { 157 // we assume that column is in bytes here, and that the first byte of a
|
/third_party/zlib/contrib/delphi/ |
H A D | zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | amiflop.c | 114 #define DSKBYT (1<<15) /* register contains valid byte when set */ 989 adding a pad byte so data won't fit 1034 ; and low byte separately), which is calculated as 1119 register unsigned char byte; in dos_decode_byte() local 1125 byte = dec[w2]; in dos_decode_byte() 1126 byte <<= 4; in dos_decode_byte() 1128 byte |= dec[w2]; in dos_decode_byte() 1129 return byte; in dos_decode_byte() 1247 static inline ushort dos_encode_byte(unsigned char byte) in dos_encode_byte() argument 1253 b1=byte; in dos_encode_byte() [all...] |