Home
last modified time | relevance | path

Searched refs:byte (Results 2326 - 2350 of 3418) sorted by relevance

1...<<919293949596979899100>>...137

/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas_entry.S152 1: .8byte rtas_restore_regs
/kernel/linux/linux-5.10/fs/minix/
H A Dminix.h98 #error Minix file system byte order broken
/kernel/linux/linux-6.6/fs/minix/
H A Dminix.h100 #error Minix file system byte order broken
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dasm.h18 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dinterface.h387 #define XEN_EMULATE_PREFIX __ASM_FORM(.byte __XEN_EMULATE_PREFIX ;)
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H A Di2c-mux-mlxcpld.c70 data.byte = val; in mlxcpld_mux_reg_write()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S7 .byte 0x0f, 0x01, 0xd7
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dasm.h16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_eq.asm68 movzx tmpd, byte [srcq]
/third_party/backends/backend/
H A Dricoh.h261 SANE_Byte byte[60]; member
290 /* Vendor Specific parameter byte(s) */
/third_party/node/deps/cares/src/lib/
H A Dares__buf.h85 /*! 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 Dbaseline-compiler.h50 std::vector<byte> bytes_;
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.h184 std::vector<byte> source_positions_[Builtins::kBuiltinCount];
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go30 Content []byte
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go57 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 Dspan.go30 Content []byte
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dtoken.go57 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 Djsimdcfg.inc.h72 %define JSAMPLE byte ; unsigned char variable
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go131 func (l *searchRules) UnmarshalJSON(body []byte) error {
/third_party/vixl/src/
H A Dglobals-vixl.h68 typedef uint8_t byte; typedef
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go30 Content []byte
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go57 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 Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/third_party/zlib/contrib/pascal/
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c114 #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...]

Completed in 15 milliseconds

1...<<919293949596979899100>>...137