/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 | bsearch.c | 33 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch()
|
D | sort.c | 47 void sort(void *base, size_t num, size_t size, in sort() argument
|
D | iovec.c | 99 u8 __user *base = iov->iov_base + offset; in memcpy_fromiovecend() local
|
D | div64.c | 26 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32()
|
D | parser.c | 128 static int match_number(substring_t *s, int *result, int base) in match_number()
|
D | vsprintf.c | 47 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 72 unsigned long simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() 86 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() 103 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() 375 u8 base; /* number base, 8, 10 or 16 only */ member 2341 unsigned int base; in vsscanf() local
|
D | decompress_bunzip2.c | 84 int base[MAX_HUFCODE_BITS]; member 158 int *base = NULL; in get_next_block() local
|
D | test-kstrtox.c | 10 unsigned int base; member
|
/lib/lz4/ |
D | lz4hc_compress.c | 44 const u8 *base; member 50 static inline int lz4hc_init(struct lz4hc_data *hc4, const u8 *base) in lz4hc_init() 70 const BYTE * const base = hc4->base; in lz4hc_insert() local 72 const int base = 0; in lz4hc_insert() local 128 const BYTE * const base = hc4->base; in lz4hc_insertandfindbestmatch() local 130 const int base = 0; in lz4hc_insertandfindbestmatch() local 197 const BYTE * const base = hc4->base; in lz4hc_insertandgetwidermatch() local 199 const int base = 0; in lz4hc_insertandgetwidermatch() local
|
D | lz4_compress.c | 61 const BYTE * const base = ip; in lz4_compressctx() local 63 const int base = 0; in lz4_compressctx() local 247 const u8 *const base = ip; in lz4_compress64kctx() local
|
/lib/zlib_inflate/ |
D | inftrees.c | 41 const unsigned short *base; /* base value table to use */ in zlib_inflate_table() local
|
/lib/mpi/ |
D | mpi-pow.c | 37 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
/lib/zlib_deflate/ |
D | deftree.c | 416 int base = desc->stat_desc->extra_base; in gen_bitlen() local
|