Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregex2.h121 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))
Dregcomp.c1199 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/
Dhash.c166 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);
Dmeson.build40 'hash.c',
57 'hash.h',
Ddb_local.h135 (*hash)(const void *, size_t); member
Dndbm.c71 info.hash = NULL; in dbm_open()
DCMakeLists.txt40 hash.c
Dhash.h121 (*hash)(const void *, size_t); member
/picolibc-latest/newlib/
DChangeLog-20152008 * 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/
DCOPYING.picolibc1495 newlib/libc/search/hash.c
1496 newlib/libc/search/hash.h