Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c133 segp = hashp->dir[addr >> hashp->SSHIFT]; in __get_buf()
225 segp = hashp->dir[bp->addr >> hashp->SSHIFT]; in newbuf()
Dhash.c248 "SEGMENT SHIFT ", hashp->SSHIFT,
323 hashp->SSHIFT = DEF_SEGSIZE_SHIFT;
846 new_segnum = new_bucket >> hashp->SSHIFT;
939 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
947 hashp->dir[i] = &store[i << hashp->SSHIFT];
Dhash.h309 #define SSHIFT hdr.sshift macro