Home
last modified time | relevance | path

Searched defs:small_index (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/lexical/
H A Dalgorithm.rs87 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/lexical/
Dalgorithm.rs84 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/lexical/
H A Dalgorithm.rs87 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dbellerophon.rs61 let small_index = exponent % BASE10_POWERS.step; in bellerophon() localVariable
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2840 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2881 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2823 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro