/lib/ |
D | kstrtox.c | 23 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 47 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() 86 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 146 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 171 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 187 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 218 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 249 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 264 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() [all …]
|
D | parser.c | 26 static int match_one(char *s, const char *p, substring_t args[]) in match_one() 107 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() 128 static int match_number(substring_t *s, int *result, int base) in match_number() 163 int match_int(substring_t *s, int *result) in match_int() 178 int match_octal(substring_t *s, int *result) in match_octal() 193 int match_hex(substring_t *s, int *result) in match_hex() 212 const char *s = str; in match_wildcard() local 281 char *match_strdup(const substring_t *s) in match_strdup()
|
D | string.c | 377 char *strchr(const char *s, int c) in strchr() 396 char *strchrnul(const char *s, int c) in strchrnul() 411 char *strrchr(const char *s, int c) in strrchr() 430 char *strnchr(const char *s, size_t count, int c) in strnchr() 462 char *strim(char *s) in strim() 485 size_t strlen(const char *s) in strlen() 502 size_t strnlen(const char *s, size_t count) in strnlen() 519 size_t strspn(const char *s, const char *accept) in strspn() 546 size_t strcspn(const char *s, const char *reject) in strcspn() 597 char *strsep(char **s, const char *ct) in strsep() [all …]
|
D | ucs2_string.c | 6 ucs2_strnlen(const ucs2_char_t *s, size_t maxlength) in ucs2_strnlen() 17 ucs2_strlen(const ucs2_char_t *s) in ucs2_strlen()
|
D | net_utils.c | 6 bool mac_pton(const char *s, u8 *mac) in mac_pton()
|
D | decompress_unxz.c | 207 const uint8_t *s = src; in memmove() local 258 struct xz_dec *s; in unxz() local
|
D | assoc_array.c | 1202 struct assoc_array_shortcut *s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_delete() local 1252 struct assoc_array_shortcut *s = in assoc_array_delete() local 1335 struct assoc_array_shortcut *s = in assoc_array_rcu_cleanup() local 1573 struct assoc_array_shortcut *s; in assoc_array_gc() local 1649 struct assoc_array_shortcut *s = in assoc_array_gc() local
|
D | halfmd4.c | 16 #define ROUND(f, a, b, c, d, x, s) \ argument
|
D | md5.c | 10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | checksum.c | 198 unsigned long long s = (__force u32)sum; in csum_tcpudp_nofold() local
|
D | vsprintf.c | 113 int skip_atoi(const char **s) in skip_atoi() 507 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() 559 const char *array[4], *s; in dentry_name() local 2343 long long s; in vsscanf() member 2426 char *s = (char *)va_arg(args, char*); in vsscanf() local 2437 char *s = (char *)va_arg(args, char *); in vsscanf() local
|
D | test-string_helpers.c | 76 const char *s = strings[i].in; in test_string_unescape() local
|
D | dma-debug.c | 1342 struct scatterlist *s; in debug_dma_map_sg() local 1395 struct scatterlist *s; in debug_dma_unmap_sg() local 1556 struct scatterlist *s; in debug_dma_sync_sg_for_cpu() local 1589 struct scatterlist *s; in debug_dma_sync_sg_for_device() local
|
D | random32.c | 61 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
|
/lib/zlib_deflate/ |
D | deflate.c | 142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 153 #define INSERT_STRING(s, str, match_head) \ argument 162 #define CLEAR_HASH(s) \ argument 176 deflate_state *s; in zlib_deflateInit2() local 257 deflate_state *s; in zlib_deflateReset() local 289 deflate_state *s, in putShortMSB() 307 deflate_state *s = (deflate_state *) strm->state; in flush_pending() local 333 deflate_state *s; in zlib_deflate() local 470 deflate_state *s; in zlib_deflateEnd() local 520 deflate_state *s in lm_init() [all …]
|
D | deftree.c | 156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 160 # define send_code(s, c, tree) \ argument 180 deflate_state *s, in send_bits() 205 #define send_bits(s, value, length) \ argument 296 deflate_state *s in zlib_tr_init() 327 deflate_state *s in init_block() 350 #define pqremove(s, tree, top) \ argument 372 deflate_state *s, in pqdownheap() 408 deflate_state *s, in gen_bitlen() 539 deflate_state *s, in build_tree() [all …]
|
D | defutil.h | 262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument 270 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument 290 #define put_short(s, w) { \ argument 314 static inline void bi_flush(deflate_state *s) in bi_flush() 330 static inline void bi_windup(deflate_state *s) in bi_windup()
|
/lib/lz4/ |
D | lz4defs.h | 35 #define PUT4(s, d) (A32(d) = A32(s)) argument 36 #define PUT8(s, d) (A64(d) = A64(s)) argument 38 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument 52 #define PUT4(s, d) \ argument 54 #define PUT8(s, d) \ argument 57 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument 99 #define LZ4_COPYSTEP(s, d) \ argument 106 #define LZ4_COPYPACKET(s, d) LZ4_COPYSTEP(s, d) argument 108 #define LZ4_SECURECOPY(s, d, e) \ argument 125 #define LZ4_COPYSTEP(s, d) \ argument [all …]
|
D | lz4_decompress.c | 195 int s = 255; in lz4_uncompress_unknownoutputsize() local 239 int s = *ip++; in lz4_uncompress_unknownoutputsize() local
|
/lib/xz/ |
D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 175 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 387 static enum xz_ret dec_stream_header(struct xz_dec *s) in dec_stream_header() 422 static enum xz_ret dec_stream_footer(struct xz_dec *s) in dec_stream_footer() 449 static enum xz_ret dec_block_header(struct xz_dec *s) in dec_block_header() [all …]
|
D | xz_dec_bcj.c | 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() 345 static void bcj_apply(struct xz_dec_bcj *s, in bcj_apply() 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 417 XZ_EXTERN enum xz_ret xz_dec_bcj_run(struct xz_dec_bcj *s, in xz_dec_bcj_run() 529 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create() local [all …]
|
D | xz_dec_lzma2.c | 572 static uint16_t *lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs() 581 static void lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal() 619 static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len() 646 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match() 688 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match() 722 static bool lzma_main(struct xz_dec_lzma2 *s) in lzma_main() 767 static void lzma_reset(struct xz_dec_lzma2 *s) in lzma_reset() 799 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() 846 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 931 XZ_EXTERN enum xz_ret xz_dec_lzma2_run(struct xz_dec_lzma2 *s, in xz_dec_lzma2_run() [all …]
|
D | xz_private.h | 153 #define xz_dec_bcj_end(s) kfree(s) argument
|
/lib/mpi/ |
D | mpi-internal.h | 76 #define MPN_COPY(d, s, n) \ argument 83 #define MPN_COPY_INCR(d, s, n) \ argument 90 #define MPN_COPY_DECR(d, s, n) \ argument
|
/lib/reed_solomon/ |
D | reed_solomon.c | 325 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs8() 369 uint16_t *s, int no_eras, int *eras_pos, uint16_t invmsk, in decode_rs16()
|