Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c61 static void *hash_realloc(SEGMENT **, int, int);
853 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
858 SEGMENT seg = calloc(hashp->SGSIZE, sizeof(SEGMENT));
890 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)
926 SEGMENT store;
931 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
939 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
Dhash.h78 typedef BUFHEAD **SEGMENT; typedef
141 SEGMENT *dir; /* Hash Bucket directory */
Dhash_buf.c118 SEGMENT segp = NULL; in __get_buf()
171 SEGMENT segp; in newbuf()