Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmallocr.c1612 #define SMALLBIN_WIDTH_BITS 3 macro
1615 #define smallbin_index(sz) (((unsigned long)(sz)) >> SMALLBIN_WIDTH_BITS)