Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash.c68 static void *hash_realloc(SEGMENT **, int, int);
861 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
866 SEGMENT seg = calloc(hashp->SGSIZE, sizeof(SEGMENT));
898 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)
934 SEGMENT store;
939 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
947 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
Dhash.h78 typedef BUFHEAD **SEGMENT; typedef
141 SEGMENT *dir; /* Hash Bucket directory */
Dhash_buf.c119 SEGMENT segp = NULL; in __get_buf()
172 SEGMENT segp; in newbuf()