Searched defs:byte (Results 251 - 275 of 307) sorted by path

<<111213

/linux-master/fs/btrfs/
H A Dcompression.c1491 u8 byte; local
[all...]
/linux-master/fs/gfs2/
H A Drgrp.c147 const u8 *byte; local
438 const u8 *byte = buffer; local
[all...]
/linux-master/fs/hfs/
H A Dbtree.c258 u8 *data, byte, m; local
330 u8 *data, byte, m; local
/linux-master/fs/hfsplus/
H A Dbtree.c382 u8 *data, byte, m; local
455 u8 *data, byte, m; local
/linux-master/fs/unicode/
H A Dmkutf8data.c1199 unsigned char byte; local
[all...]
/linux-master/include/asm-generic/
H A Dword-at-a-time.h28 long byte = 0; local
/linux-master/include/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) argument
22 static inline char *hex_byte_pack_upper(char *buf, u8 byte) argument
/linux-master/include/uapi/linux/
H A Di2c.h142 __u8 byte; member in union:i2c_smbus_data
/linux-master/include/xen/interface/io/
H A Dnetif.h298 uint8_t byte = buf[bufi]; local
/linux-master/lib/
H A Dasn1_encoder.c53 int byte = integer >> (8 * (i - 1)); local
109 u8 byte; local
[all...]
H A Ddecompress_unlzma.c316 static inline int INIT write_byte(struct writer *wr, uint8_t byte) argument
H A Dmemcpy_kunit.c299 static void set_random_nonzero(struct kunit *test, u8 *byte) argument
H A Dsbitmap.c334 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) argument
348 u8 byte = 0; local
H A Dtest_bpf.c2210 int byte; local
[all...]
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c582 u8 byte = n1[i]; local
/linux-master/lib/xz/
H A Dxz_dec_lzma2.c337 static inline void dict_put(struct dictionary *dict, uint8_t byte) argument
[all...]
H A Dxz_dec_stream.c178 uint8_t byte; local
/linux-master/lib/zstd/compress/
H A Dhuf_compress.c281 BYTE byte; member in struct:nodeElt_s
/linux-master/lib/zstd/decompress/
H A Dhuf_decompress.c277 typedef struct { BYTE nbBits; BYTE byte; } HUF_DEltX1; /* single-symbol decoding */ member in struct:__anon28
/linux-master/mm/
H A Dmempool.c24 poison_error(mempool_t *pool, void *element, size_t size, size_t byte) argument
/linux-master/net/ipv6/
H A Dioam6.c709 u8 byte; local
/linux-master/net/netlabel/
H A Dnetlabel_kapi.c887 unsigned char byte; local
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c86 int byte, i, msbit; local
[all...]
/linux-master/net/sunrpc/
H A Dcache.c1311 int byte = (*++bp -'0'); local
/linux-master/samples/vfs/
H A Dtest-statx.c152 int loop, byte; local

Completed in 1009 milliseconds

<<111213