| /lib/ |
| A D | kstrtox.c | 26 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 132 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 275 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() 291 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() 307 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8() [all …]
|
| A D | sort.c | 31 static bool is_aligned(const void *base, size_t size, unsigned char align) in is_aligned() 191 static void __sort_r(void *base, size_t num, size_t size, in __sort_r() 303 void sort_r(void *base, size_t num, size_t size, in sort_r() 324 void sort_r_nonatomic(void *base, size_t num, size_t size, in sort_r_nonatomic() 333 void sort(void *base, size_t num, size_t size, in sort() 346 void sort_nonatomic(void *base, size_t num, size_t size, in sort_nonatomic()
|
| A 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
|
| A D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
|
| A D | parser.c | 138 static int match_number(substring_t *s, int *result, int base) in match_number() 170 static int match_u64int(substring_t *s, u64 *result, int base) in match_u64int()
|
| A 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
|
| A D | extable.c | 112 search_extable(const struct exception_table_entry *base, in search_extable()
|
| A D | test_xarray.c | 208 unsigned long base = round_down(index, 1UL << order); in check_xa_mark_1() local 822 unsigned long index, base, next_index, next_next_index; in check_xa_multi_store_adv() local 910 static noinline void check_xa_alloc_1(struct xarray *xa, unsigned int base) in check_xa_alloc_1() 985 static noinline void check_xa_alloc_2(struct xarray *xa, unsigned int base) in check_xa_alloc_2() 1036 static noinline void check_xa_alloc_3(struct xarray *xa, unsigned int base) in check_xa_alloc_3() 1720 unsigned long base = xas.xa_index; in check_create_range_4() local
|
| A D | vsprintf.c | 78 static unsigned long long simple_strntoull(const char *startp, char **endp, unsigned int base, size… in simple_strntoull() 111 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 125 unsigned long simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() 131 unsigned long simple_strntoul(const char *cp, char **endp, unsigned int base, in simple_strntoul() 146 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() 156 static long long simple_strntoll(const char *cp, char **endp, unsigned int base, size_t max_chars) in simple_strntoll() 178 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll() 455 unsigned char base; /* number base, 8, 10 or 16 only */ member 2726 unsigned char base; in format_decode() member 3437 unsigned int base; in vsscanf() local
|
| A D | decompress_bunzip2.c | 85 int base[MAX_HUFCODE_BITS]; member 159 int *base = NULL; in get_next_block() local
|
| A D | test-kstrtox.c | 10 unsigned int base; member
|
| A D | devres.c | 331 int devm_arch_phys_wc_add(struct device *dev, unsigned long base, unsigned long size) in devm_arch_phys_wc_add()
|
| /lib/math/ |
| A D | int_pow.c | 19 u64 int_pow(u64 base, unsigned int exp) in int_pow()
|
| A D | div64.c | 32 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32()
|
| /lib/math/tests/ |
| A D | int_pow_kunit.c | 7 u64 base; member
|
| /lib/zstd/compress/ |
| A D | zstd_fast.c | 25 const BYTE* const base = ms->window.base; in ZSTD_fillHashTableForCDict() local 62 const BYTE* const base = ms->window.base; in ZSTD_fillHashTableForCCtx() local 200 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_noDict_generic() local 491 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_dictMatchState_generic() local 717 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_extDict_generic() local
|
| A D | zstd_double_fast.c | 28 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTableForCDict() local 66 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTableForCCtx() local 115 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_noDict_generic() local 339 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 626 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
| A D | zstd_lazy.c | 42 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT() local 85 const BYTE* const base = ms->window.base; in ZSTD_insertDUBT1() local 181 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBetterDictMatch() local 256 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBestMatch() local 414 const BYTE* const base = ms->window.base; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 642 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndex_internal() local 678 const BYTE* const base = ms->window.base; in ZSTD_HcFindBestMatch() local 894 const BYTE* const base = ms->window.base; in ZSTD_row_update_internalImpl() local 922 const BYTE* const base = ms->window.base; in ZSTD_row_update_internal() local 1154 const BYTE* const base = ms->window.base; in ZSTD_RowFindBestMatch() local [all …]
|
| A D | zstd_opt.c | 113 unsigned const base = base1 ? 1 : (table[s]>0); in ZSTD_downscaleStats() local 418 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndexHash3() local 458 const BYTE* const base = ms->window.base; in ZSTD_insertBt1() local 568 const BYTE* const base = ms->window.base; in ZSTD_updateTree_internal() local 604 const BYTE* const base = ms->window.base; in ZSTD_insertBtAndGetAllMatches() local 1091 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_opt_generic() local
|
| A D | zstd_ldm.c | 293 BYTE const* const base = ldmState->window.base; in ZSTD_ldm_fillHashTable() local 355 BYTE const* const base = ldmState->window.base; in ZSTD_ldm_generateSequences_internal() local
|
| /lib/zlib_inflate/ |
| A D | inftrees.c | 41 const unsigned short *base; /* base value table to use */ in zlib_inflate_table() local
|
| /lib/crypto/mpi/ |
| A D | mpi-pow.c | 26 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
| /lib/lz4/ |
| A D | lz4hc_compress.c | 78 const BYTE * const base = hc4->base; in LZ4HC_Insert() local 107 const BYTE * const base = hc4->base; in LZ4HC_InsertAndFindBestMatch() local 179 const BYTE * const base = hc4->base; in LZ4HC_InsertAndGetWiderMatch() local
|
| A D | lz4_compress.c | 188 const BYTE *base; in LZ4_compress_generic() local 530 const BYTE *base = (const BYTE *) src; in LZ4_compress_destSize_generic() local 780 const BYTE *base; in LZ4_loadDict() local
|
| /lib/tests/ |
| A D | overflow_kunit.c | 1038 # define TEST_SAME_TYPE64(base, t, m) TEST_SAME_TYPE(base, t, m) in same_type_test() argument 1040 # define TEST_SAME_TYPE64(base, t, m) do { } while (0) in same_type_test() argument 1043 #define TEST_TYPE_SETS(base, mu8, mu16, mu32, ms8, ms16, ms32, mu64, ms64) \ in same_type_test() argument
|