Searched refs:small_index (Results 1 – 4 of 4) sorted by relevance
84 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable110 .overflowing_mul(powers.get_small_int(small_index as usize)) in multiply_exponent_extended()115 fp.imul(&powers.get_small(small_index as usize)); in multiply_exponent_extended()
2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro2292 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))2778 assert(small_index(size) == i); in do_check_smallbin()2792 bindex_t sidx = small_index(size); in bin_find()2970 bindex_t I = small_index(S);\2991 bindex_t I = small_index(S);\4159 idx = small_index(nb); in dlmalloc()4566 idx = small_index(nb); in mspace_malloc()
2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro2827 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))3390 assert(small_index(size) == i); in do_check_smallbin()3404 bindex_t sidx = small_index(size); in bin_find()3587 bindex_t I = small_index(S);\3608 bindex_t I = small_index(S);\4603 idx = small_index(nb); in dlmalloc()5551 idx = small_index(nb); in mspace_malloc()