Home
last modified time | relevance | path

Searched defs:base (Results 1 – 14 of 14) sorted by relevance

/lib/
Dkstrtox.c23 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 …]
Dbsearch.c33 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch()
Dsort.c47 void sort(void *base, size_t num, size_t size, in sort() argument
Diovec.c99 u8 __user *base = iov->iov_base + offset; in memcpy_fromiovecend() local
Ddiv64.c26 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32()
Dparser.c128 static int match_number(substring_t *s, int *result, int base) in match_number()
Dvsprintf.c47 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
Ddecompress_bunzip2.c84 int base[MAX_HUFCODE_BITS]; member
158 int *base = NULL; in get_next_block() local
Dtest-kstrtox.c10 unsigned int base; member
/lib/lz4/
Dlz4hc_compress.c44 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
Dlz4_compress.c61 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/
Dinftrees.c41 const unsigned short *base; /* base value table to use */ in zlib_inflate_table() local
/lib/mpi/
Dmpi-pow.c37 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
/lib/zlib_deflate/
Ddeftree.c416 int base = desc->stat_desc->extra_base; in gen_bitlen() local