Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmallocr.c1642 #define BINBLOCKWIDTH 4 /* bins per block */ macro
1648 #define idx2binblock(ix) ((unsigned long)1 << (ix / BINBLOCKWIDTH))
2447 idx = (idx & ~(BINBLOCKWIDTH - 1)) + BINBLOCKWIDTH;
2451 idx += BINBLOCKWIDTH;
2505 } while ((++idx & (BINBLOCKWIDTH - 1)) != 0);
2511 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
2526 idx += BINBLOCKWIDTH;