Home
last modified time | relevance | path

Searched refs:small_index (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dalgorithm.rs84 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable
110 .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()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2292 #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()
/external/libffi/src/
Ddlmalloc.c2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2292 #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()
/external/dlmalloc/
Dmalloc.c2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
2827 #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()