/lib/ |
D | kstrtox.c | 24 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 48 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() 85 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 121 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 145 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 170 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 186 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 217 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 248 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 263 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() [all …]
|
D | test_ida.c | 57 static void ida_check_destroy_1(struct ida *ida, unsigned int base) in ida_check_destroy_1() 84 static void ida_check_leaf(struct ida *ida, unsigned int base) in ida_check_leaf() 112 unsigned long base = (1UL << 31) - j; in ida_check_max() local
|
D | sort.c | 33 static bool is_aligned(const void *base, size_t size, unsigned char align) in is_aligned() 204 void sort_r(void *base, size_t num, size_t size, in sort_r() argument 271 void sort(void *base, size_t num, size_t size, in sort() argument
|
D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch()
|
D | parser.c | 126 static int match_number(substring_t *s, int *result, int base) in match_number() 159 static int match_u64int(substring_t *s, u64 *result, int base) in match_u64int()
|
D | idr.c | 38 unsigned int base = idr->idr_base; in idr_alloc_u32() local 200 int base = idr->idr_base; in idr_for_each() local 232 unsigned long base = idr->idr_base; in idr_get_next_ul() local
|
D | extable.c | 116 search_extable(const struct exception_table_entry *base, in search_extable()
|
D | test_xarray.c | 205 unsigned long base = round_down(index, 1UL << order); in check_xa_mark_1() local 649 static noinline void check_xa_alloc_1(struct xarray *xa, unsigned int base) in check_xa_alloc_1() 724 static noinline void check_xa_alloc_2(struct xarray *xa, unsigned int base) in check_xa_alloc_2() 775 static noinline void check_xa_alloc_3(struct xarray *xa, unsigned int base) in check_xa_alloc_3() 1337 unsigned long base = xas.xa_index; in check_create_range_4() local
|
D | decompress_bunzip2.c | 85 int base[MAX_HUFCODE_BITS]; member 159 int *base = NULL; in get_next_block() local
|
D | test-kstrtox.c | 10 unsigned int base; member
|
D | vsprintf.c | 61 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 86 unsigned long simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() 100 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() 117 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() 407 unsigned int base:8; /* number base, 8, 10 or 16 only */ member 3149 unsigned int base; in vsscanf() local
|
/lib/math/ |
D | int_pow.c | 19 u64 int_pow(u64 base, unsigned int exp) in int_pow()
|
D | div64.c | 29 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32()
|
/lib/zlib_inflate/ |
D | inftrees.c | 41 const unsigned short *base; /* base value table to use */ in zlib_inflate_table() local
|
/lib/lz4/ |
D | lz4hc_compress.c | 79 const BYTE * const base = hc4->base; in LZ4HC_Insert() local 108 const BYTE * const base = hc4->base; in LZ4HC_InsertAndFindBestMatch() local 180 const BYTE * const base = hc4->base; in LZ4HC_InsertAndGetWiderMatch() local
|
D | lz4_compress.c | 189 const BYTE *base; in LZ4_compress_generic() local 531 const BYTE *base = (const BYTE *) src; in LZ4_compress_destSize_generic() local 781 const BYTE *base; in LZ4_loadDict() local
|
/lib/mpi/ |
D | mpi-pow.c | 24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
/lib/zstd/ |
D | zstd_opt.h | 219 const BYTE *const base = zc->base; in ZSTD_insertAndFindFirstIndexHash3() local 238 const BYTE *const base = zc->base; in ZSTD_insertBtAndGetAllMatches() local 415 const BYTE *const base = ctx->base; in ZSTD_compressBlock_opt_generic() local 708 const BYTE *const base = ctx->base; in ZSTD_compressBlock_opt_extDict_generic() local
|
D | compress.c | 55 const BYTE *base; /* All regular indexes relative to this position */ member 996 const BYTE *const base = zc->base; in ZSTD_fillHashTable() local 1013 const BYTE *const base = cctx->base; in ZSTD_compressBlock_fast_generic() local 1121 const BYTE *const base = ctx->base; in ZSTD_compressBlock_fast_extDict_generic() local 1241 const BYTE *const base = cctx->base; in ZSTD_fillDoubleHashTable() local 1261 const BYTE *const base = cctx->base; in ZSTD_compressBlock_doubleFast_generic() local 1402 const BYTE *const base = ctx->base; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1571 const BYTE *const base = zc->base; in ZSTD_insertBt1() local 1654 const BYTE *const base = zc->base; in ZSTD_insertBtAndFindBestMatch() local 1726 const BYTE *const base = zc->base; in ZSTD_updateTree() local [all …]
|
D | decompress.c | 84 const void *base; /* start of curr segment */ member 874 const BYTE *base; member 880 …onst oend, seq_t sequence, const BYTE **litPtr, const BYTE *const litLimit, const BYTE *const base, in ZSTD_execSequenceLast7() 1007 …onst oend, seq_t sequence, const BYTE **litPtr, const BYTE *const litLimit, const BYTE *const base, in ZSTD_execSequence() 1102 const BYTE *const base = (const BYTE *)(dctx->base); in ZSTD_decompressSequences() local 1263 …onst oend, seq_t sequence, const BYTE **litPtr, const BYTE *const litLimit, const BYTE *const base, in ZSTD_execSequenceLong() 1357 const BYTE *const base = (const BYTE *)(dctx->base); in ZSTD_decompressSequencesLong() local
|
D | huf_compress.c | 385 U32 base; member
|
/lib/zlib_deflate/ |
D | deftree.c | 416 int base = desc->stat_desc->extra_base; in gen_bitlen() local
|