Searched refs:hash (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | regex2.h | 121 short hash; /* hash code */ member 126 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (uch)(c)) 127 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (uch)(c))
|
D | regcomp.c | 1199 cs->hash = 0; in allocset() 1236 short h = cs->hash; in freezeset() 1244 if (cs2->hash == h && cs2 != cs) { in freezeset()
|
/picolibc-latest/newlib/libc/search/ |
D | hash.c | 166 if (info && info->hash) 167 hashp->hash = info->hash; 169 hashp->hash = __default_hash; 186 if (hashp->hash(CHARKEY, sizeof(CHARKEY)) != hashp->H_CHARKEY) 326 hashp->hash = __default_hash; 354 if (info->hash) 355 hashp->hash = info->hash; 522 hashp->H_CHARKEY = hashp->hash(CHARKEY, sizeof(CHARKEY)); 910 n = hashp->hash(k, len);
|
D | meson.build | 40 'hash.c', 57 'hash.h',
|
D | db_local.h | 135 (*hash)(const void *, size_t); member
|
D | ndbm.c | 71 info.hash = NULL; in dbm_open()
|
D | CMakeLists.txt | 40 hash.c
|
D | hash.h | 121 (*hash)(const void *, size_t); member
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2008 * libc/search/hash.c (hash_delete): Change __uint32_t to u_int. 3046 * newlib/libc/search/hash.c: Revert patch from 2012-08-08. 3625 * libc/search/hash.c: Throughout use underscored variants of the stat 5001 * libc/search/hash.c: Add _DEFUN to __hash_open() declaration; add 7550 * libc/search/hash_func.c: Comment out unused static hash functions. 8303 * libc/search/hash.h: Ditto. 10366 * libc/search/hash.c (__hash_open): Likewise. 11028 * libc/search/hash.c (init_hash): Make `info' parameter const. 13850 * libc/search/hash.c: Ditto. 15314 * libc/sys/linux/iconv/hash-string.h: Ditto. [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 1495 newlib/libc/search/hash.c 1496 newlib/libc/search/hash.h
|