Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 30) sorted by relevance

12

/lib/
Dvsprintf.c130 char *put_dec_full9(char *buf, unsigned q) in put_dec_full9()
180 char *put_dec_trunc8(char *buf, unsigned r) in put_dec_trunc8()
229 char *put_dec(char *buf, unsigned long long n) in put_dec()
246 void put_dec_full4(char *buf, unsigned q) in put_dec_full4()
266 unsigned put_dec_helper4(char *buf, unsigned x) in put_dec_helper4()
280 char *put_dec(char *buf, unsigned long long n) in put_dec()
319 int num_to_str(char *buf, int size, unsigned long long num) in num_to_str()
380 char *number(char *buf, char *end, unsigned long long num, in number()
505 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
536 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string()
[all …]
Dhexdump.c83 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize, in hex_dump_to_buffer()
198 const void *buf, size_t len, bool ascii) in print_hex_dump()
244 const void *buf, size_t len) in print_hex_dump_bytes()
Dkfifo.c127 const void *buf, unsigned int len) in __kfifo_in()
166 void *buf, unsigned int len) in __kfifo_out_peek()
180 void *buf, unsigned int len) in __kfifo_out()
308 static int setup_sgl_buf(struct scatterlist *sgl, void *buf, in setup_sgl_buf()
451 unsigned int __kfifo_in_r(struct __kfifo *fifo, const void *buf, in __kfifo_in_r()
466 void *buf, unsigned int len, size_t recsize, unsigned int *n) in kfifo_out_copy_r()
477 unsigned int __kfifo_out_peek_r(struct __kfifo *fifo, void *buf, in __kfifo_out_peek_r()
489 unsigned int __kfifo_out_r(struct __kfifo *fifo, void *buf, in __kfifo_out_r()
Drandom32.c90 void prandom_bytes_state(struct rnd_state *state, void *buf, int bytes) in prandom_bytes_state()
120 void prandom_bytes(void *buf, int bytes) in prandom_bytes()
Dscatterlist.c125 void sg_init_one(struct scatterlist *sg, const void *buf, unsigned int buflen) in sg_init_one()
562 void *buf, size_t buflen, int to_buffer) in sg_copy_buffer()
608 void *buf, size_t buflen) in sg_copy_from_buffer()
625 void *buf, size_t buflen) in sg_copy_to_buffer()
Ddecompress_inflate.c35 STATIC int INIT gunzip(unsigned char *buf, int len, in gunzip()
Dbitmap.c375 int bitmap_scnprintf(char *buf, unsigned int buflen, in bitmap_scnprintf()
419 int __bitmap_parse(const char *buf, unsigned int buflen, in __bitmap_parse()
524 static inline int bscnl_emit(char *buf, int buflen, int rbot, int rtop, int len) in bscnl_emit()
551 int bitmap_scnlistprintf(char *buf, unsigned int buflen, in bitmap_scnlistprintf()
595 static int __bitmap_parselist(const char *buf, unsigned int buflen, in __bitmap_parselist()
725 static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits) in bitmap_pos_to_ord()
761 int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) in bitmap_ord_to_pos()
Ddynamic_debug.c87 static char *ddebug_describe_flags(struct _ddebug *dp, char *buf, in ddebug_describe_flags()
208 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize()
505 static char *dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in dynamic_emit_prefix()
542 char buf[PREFIX_SIZE]; in __dynamic_pr_debug() local
579 char buf[PREFIX_SIZE]; in __dynamic_dev_dbg() local
611 char buf[PREFIX_SIZE]; in __dynamic_netdev_dbg() local
Ddecompress_bunzip2.c620 static int INIT nofill(void *buf, unsigned int len) in nofill()
678 STATIC int INIT bunzip2(unsigned char *buf, int len, in bunzip2()
746 STATIC int INIT decompress(unsigned char *buf, int len, in decompress()
Dparser.c130 char *buf; in match_number() local
Dstring_helpers.c26 char *buf, int len) in string_get_size()
Ddecompress_unxz.c192 static void memzero(void *buf, size_t size) in memzero()
Dkobject_uevent.c63 int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
Dsha1.c193 void sha_init(__u32 *buf) in sha_init()
Dkobject.c685 char *buf) in kobj_attr_show()
697 const char *buf, size_t count) in kobj_attr_store()
Dnlattr.c65 char *buf = nla_data(nla); in validate_nla() local
Ddecompress_unlzma.c537 STATIC inline int INIT unlzma(unsigned char *buf, int in_len, in unlzma()
670 STATIC int INIT decompress(unsigned char *buf, int in_len, in decompress()
/lib/xz/
Dxz_dec_bcj.c74 uint8_t buf[16]; member
88 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86()
160 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc()
181 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64()
265 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm()
288 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb()
316 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc()
346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
Dxz_crc32.c49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) in xz_crc32()
Dxz_stream.h16 # define xz_crc32(buf, size, crc) \ argument
Dxz_dec_test.c102 static ssize_t xz_dec_test_write(struct file *file, const char __user *buf, in xz_dec_test_write()
Dxz_private.h41 # define memzero(buf, size) memset(buf, 0, size) argument
/lib/zlib_inflate/
Dinfutil.c10 const void *buf, unsigned int len) in zlib_inflate_blob()
Dinflate.c178 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) argument
/lib/zlib_deflate/
Ddeftree.c794 char *buf, /* input block */ in zlib_tr_stored_block()
858 char *buf, /* input block, or NULL if too old */
1091 char *buf, /* the input data */

12