| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| H A D | utils.rb | 12 class NonuniqueCountingHash < Hash 21 put_original(key, hash = Hash.new)
|
| H A D | xkbparser.rb | 11 class Symbols < Hash 117 class SymbolsList < Hash 138 matching = Hash.new
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Context.c | 100 #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 D | patcache.c | 116 Hash (const char *string, int len) function in typeref:typename:int 164 e->hash = Hash (pattern, patlen); 184 hash = Hash (pattern, patlen);
|
| H A D | atom.c | 57 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 D | patcache.c | 117 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 D | atom.c | 58 Hash(const char *string, unsigned len) function in typeref:typename:unsigned 153 hash = Hash(string, len);
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | atom.c | 56 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 D | static_dict.c | 19 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 D | compress_fragment.c | 43 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 D | compress_fragment_two_pass.c | 42 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 D | resource.c | 333 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 D | 19.0.0.rst | 1347 - anv/pipeline: Hash shader modules and spec constants separately
|