Searched refs:Hash (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
H A Dutils.rb12 class NonuniqueCountingHash < Hash
21 put_original(key, hash = Hash.new)
H A Dxkbparser.rb11 class Symbols < Hash
117 class SymbolsList < Hash
138 matching = Hash.new
/xsrc/external/mit/libX11/dist/src/
H A DContext.c100 #define Hash(db,rid,context) \ macro
124 head = &Hash(db, entry->rid, entry->context);
206 head = &Hash(db, rid, context);
253 for (entry = Hash(db, rid, context); entry; entry = entry->next)
288 for (prev = &Hash(db, rid, context);
/xsrc/external/mit/libXfont/dist/src/util/
H A Dpatcache.c116 Hash (const char *string, int len) function in typeref:typename:int
164 e->hash = Hash (pattern, patlen);
184 hash = Hash (pattern, patlen);
H A Datom.c57 Hash(const char *string, int len) function in typeref:typename:int
163 hash = Hash (string, len);
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dpatcache.c117 Hash (const char *string, int len) function in typeref:typename:int
165 e->hash = Hash (pattern, patlen);
185 hash = Hash (pattern, patlen);
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c58 Hash(const char *string, unsigned len) function in typeref:typename:unsigned
153 hash = Hash(string, len);
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c56 Hash(const char *string, unsigned len) function in typeref:typename:unsigned
148 hash = Hash(string, len);
/xsrc/external/mit/brotli/dist/c/enc/
H A Dstatic_dict.c19 static BROTLI_INLINE uint32_t Hash(const uint8_t* data) { function in typeref:typename:BROTLI_INLINE uint32_t
82 size_t offset = dictionary->buckets[Hash(data)];
327 size_t offset = dictionary->buckets[Hash(&data[1])];
422 size_t offset = dictionary->buckets[Hash(&data[2])];
451 size_t offset = dictionary->buckets[Hash(&data[5])];
H A Dcompress_fragment.c43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { function in typeref:typename:BROTLI_INLINE uint32_t
504 for (next_hash = Hash(++ip, shift); ; ) {
529 BROTLI_DCHECK(hash == Hash(next_ip, shift));
535 next_hash = Hash(next_ip, shift);
656 next_hash = Hash(++ip, shift);
H A Dcompress_fragment_two_pass.c42 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, function in typeref:typename:BROTLI_INLINE uint32_t
265 for (next_hash = Hash(++ip, shift, min_match); ; ) {
292 BROTLI_DCHECK(hash == Hash(ip, shift, min_match));
297 next_hash = Hash(next_ip, shift, min_match);
440 next_hash = Hash(++ip, shift, min_match);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dresource.c333 Hash(int client, XID id) function in typeref:typename:int
367 res = clientTable[client].resources[Hash(client, id)];
499 head = &rrec->resources[Hash(client, id)];
554 tptr = &tails[Hash(client, res->id)];
576 head = &clientTable[cid].resources[Hash(cid, id)];
616 head = &clientTable[cid].resources[Hash(cid, id)];
657 res = clientTable[cid].resources[Hash(cid, id)];
913 res = clientTable[cid].resources[Hash(cid, id)];
946 res = clientTable[cid].resources[Hash(cid, id)];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1347 - anv/pipeline: Hash shader modules and spec constants separately

Completed in 21 milliseconds