/lib/ |
D | vsprintf.c | 130 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 …]
|
D | hexdump.c | 83 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()
|
D | kfifo.c | 127 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()
|
D | random32.c | 90 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()
|
D | scatterlist.c | 125 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()
|
D | decompress_inflate.c | 35 STATIC int INIT gunzip(unsigned char *buf, int len, in gunzip()
|
D | bitmap.c | 375 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()
|
D | dynamic_debug.c | 87 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
|
D | decompress_bunzip2.c | 620 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()
|
D | parser.c | 130 char *buf; in match_number() local
|
D | string_helpers.c | 26 char *buf, int len) in string_get_size()
|
D | decompress_unxz.c | 192 static void memzero(void *buf, size_t size) in memzero()
|
D | kobject_uevent.c | 63 int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
|
D | sha1.c | 193 void sha_init(__u32 *buf) in sha_init()
|
D | kobject.c | 685 char *buf) in kobj_attr_show() 697 const char *buf, size_t count) in kobj_attr_store()
|
D | nlattr.c | 65 char *buf = nla_data(nla); in validate_nla() local
|
D | decompress_unlzma.c | 537 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/ |
D | xz_dec_bcj.c | 74 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()
|
D | xz_crc32.c | 49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) in xz_crc32()
|
D | xz_stream.h | 16 # define xz_crc32(buf, size, crc) \ argument
|
D | xz_dec_test.c | 102 static ssize_t xz_dec_test_write(struct file *file, const char __user *buf, in xz_dec_test_write()
|
D | xz_private.h | 41 # define memzero(buf, size) memset(buf, 0, size) argument
|
/lib/zlib_inflate/ |
D | infutil.c | 10 const void *buf, unsigned int len) in zlib_inflate_blob()
|
D | inflate.c | 178 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) argument
|
/lib/zlib_deflate/ |
D | deftree.c | 794 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 */
|