hash 66 lib/as3/pool.c hash: float_hash,
hash 104 lib/as3/pool.c hash: (hash_func)uint_hash,
hash 115 lib/as3/pool.c unsigned int hash = 0;
hash 116 lib/as3/pool.c hash = crc32_add_byte(hash, n->access);
hash 117 lib/as3/pool.c hash = crc32_add_string(hash, n->name);
hash 118 lib/as3/pool.c return hash;
hash 286 lib/as3/pool.c hash: (hash_func)namespace_hash,
hash 298 lib/as3/pool.c unsigned int hash = 0;
hash 300 lib/as3/pool.c hash = crc32_add_byte(hash, l->namespace->access);
hash 301 lib/as3/pool.c hash = crc32_add_string(hash, l->namespace->name);
hash 304 lib/as3/pool.c return hash;
hash 395 lib/as3/pool.c hash: (hash_func)namespace_set_hash,
hash 406 lib/as3/pool.c unsigned int hash = crc32_add_byte(0, m->type);
hash 408 lib/as3/pool.c hash = crc32_add_string(hash, m->name);
hash 411 lib/as3/pool.c hash = crc32_add_byte(hash, m->ns->access);
hash 412 lib/as3/pool.c hash = crc32_add_string(hash, m->ns->name);
hash 417 lib/as3/pool.c hash = crc32_add_byte(hash, l->namespace->access);
hash 418 lib/as3/pool.c hash = crc32_add_string(hash, l->namespace->name);
hash 422 lib/as3/pool.c return hash;
hash 633 lib/as3/pool.c hash: (hash_func)multiname_hash,
hash 47 lib/as3/registry.c unsigned int hash = 0;
hash 48 lib/as3/registry.c hash = crc32_add_string(hash, c->package);
hash 49 lib/as3/registry.c hash = crc32_add_string(hash, c->name);
hash 50 lib/as3/registry.c return hash;
hash 54 lib/as3/registry.c unsigned int hash = 0;
hash 55 lib/as3/registry.c hash = crc32_add_string(hash, c->name);
hash 56 lib/as3/registry.c return hash;
hash 63 lib/as3/registry.c hash: (hash_func)slotinfo_hash,
hash 69 lib/as3/registry.c hash: (hash_func)memberinfo_hash,
hash 294 lib/devices/opengl.c gfxhash_t hash;
hash 308 lib/devices/opengl.c gfxhash_t hash;
hash 309 lib/devices/opengl.c hash_md5(data, size, hash.d);
hash 310 lib/devices/opengl.c return hash;
hash 330 lib/devices/opengl.c gfxhash_t hash = gfximage_hash(img);
hash 343 lib/devices/opengl.c if(gfxhash_compare(&hash, &i->hash) && newwidth==i->width && newheight==i->height) {
hash 353 lib/devices/opengl.c i->hash = hash;
hash 86 lib/filters/remove_font_transforms.c hash: mymatrix_hash,
hash 73 lib/gfxpoly/poly.c hash: point_hash,
hash 1034 lib/gfxtools.c hash: (hash_func)gfxpoint_hash,
hash 129 lib/modules/swfbits.c U32 hash;
hash 133 lib/modules/swfbits.c hash = (col32 >> 17) ^ col32;
hash 134 lib/modules/swfbits.c hash ^= ((hash>>8) + 1) ^ hash;
hash 135 lib/modules/swfbits.c hash &= 255;
hash 137 lib/modules/swfbits.c csize = size[hash];
hash 138 lib/modules/swfbits.c cpal = &pal[hash*256];
hash 148 lib/modules/swfbits.c cpal[size[hash]++] = col32;
hash 980 lib/modules/swftext.c unsigned hash = char1^(char2<<8);
hash 981 lib/modules/swftext.c hash += (hash << 3);
hash 982 lib/modules/swftext.c hash ^= (hash >> 11);
hash 983 lib/modules/swftext.c hash += (hash << 15);
hash 984 lib/modules/swftext.c return hash;
hash 988 lib/modules/swftext.c unsigned hash = hash2(char1, char2);
hash 990 lib/modules/swftext.c hash = hash%u->neighbors_hash_size;
hash 991 lib/modules/swftext.c if(!u->neighbors_hash[hash]) {
hash 992 lib/modules/swftext.c u->neighbors_hash[hash] = nr+1;
hash 995 lib/modules/swftext.c hash++;
hash 1003 lib/modules/swftext.c unsigned hash = hash2(char1, char2);
hash 1005 lib/modules/swftext.c hash = hash%u->neighbors_hash_size;
hash 1006 lib/modules/swftext.c int pos = u->neighbors_hash[hash];
hash 1014 lib/modules/swftext.c hash++;
hash 1293 lib/modules/swftools.c int hash = tagHash(tag);
hash 1296 lib/modules/swftools.c while((tag2 = hashmap[hash%hash_size])) {
hash 1303 lib/modules/swftools.c hash++;
hash 1306 lib/modules/swftools.c while(hashmap[hash%hash_size]) hash++;
hash 1307 lib/modules/swftools.c hashmap[hash%hash_size] = tag;
hash 32 lib/pdf/xpdf/BuiltinFont.cc h = hash(widths[i].name);
hash 46 lib/pdf/xpdf/BuiltinFont.cc h = hash(name);
hash 51 lib/pdf/xpdf/BuiltinFont.h int hash(char *name);
hash 79 lib/pdf/xpdf/GHash.cc h = hash(key);
hash 98 lib/pdf/xpdf/GHash.cc h = hash(key);
hash 327 lib/pdf/xpdf/GHash.cc h = hash(p->key);
hash 338 lib/pdf/xpdf/GHash.cc *h = hash(key);
hash 350 lib/pdf/xpdf/GHash.cc *h = hash(key);
hash 54 lib/pdf/xpdf/GHash.h int hash(GString *key);
hash 55 lib/pdf/xpdf/GHash.h int hash(char *key);
hash 65 lib/pdf/xpdf/GHash.h GHash *_hash = (hash); \
hash 65 lib/pdf/xpdf/NameToCharCode.cc h = hash(oldTab[i].name);
hash 78 lib/pdf/xpdf/NameToCharCode.cc h = hash(name);
hash 95 lib/pdf/xpdf/NameToCharCode.cc h = hash(name);
hash 35 lib/pdf/xpdf/NameToCharCode.h int hash(char *name);
hash 1148 lib/png.c u32 hash = (col32 >> 17) ^ col32;
hash 1149 lib/png.c hash ^= ((hash>>8) + 1) ^ hash;
hash 1150 lib/png.c return hash;
hash 1181 lib/png.c u32 hash = color_hash(&img[t])&255;
hash 1183 lib/png.c int csize = size[hash];
hash 1184 lib/png.c u32*cpal = &pal[hash*256];
hash 1185 lib/png.c int*ccount = &count[hash*256];
hash 1197 lib/png.c count[size[hash]] = 1;
hash 1198 lib/png.c cpal[size[hash]++] = col32;
hash 1248 lib/png.c u32 hash = color_hash(&palette[t])&1023;
hash 1249 lib/png.c while(palette_hash[hash])
hash 1250 lib/png.c hash = (hash+1)&1023;
hash 1251 lib/png.c palette_hash[hash] = t;
hash 1255 lib/png.c u32 hash = color_hash(&src[t]);
hash 1258 lib/png.c hash&=1023;
hash 1259 lib/png.c index = palette_hash[hash];
hash 1262 lib/png.c hash++;
hash 1264 lib/png.c dest[t] = palette_hash[hash];
hash 766 lib/q.c stringlist_t**hash;
hash 778 lib/q.c s->hash = rfx_calloc(sizeof(stringlist_t*)*hashsize);
hash 785 lib/q.c int hash = string_hash(&str) % s->hashsize;
hash 792 lib/q.c l->next = s->hash[hash];
hash 793 lib/q.c s->hash[hash] = l;
hash 840 lib/q.c int hash = string_hash(&str) % s->hashsize;
hash 841 lib/q.c s->hash[hash] = stringlist_del(sa, s->hash[hash], pos);
hash 847 lib/q.c int hash = string_hash(str) % s->hashsize;
hash 849 lib/q.c stringlist_t*l = s->hash[hash];
hash 866 lib/q.c stringlist_t*l = s->hash[t];
hash 874 lib/q.c rfx_free(s->hash);s->hash=0;
hash 986 lib/q.c hash: int_hash,
hash 993 lib/q.c hash: ptr_hash,
hash 1000 lib/q.c hash: charptr_hash,
hash 1007 lib/q.c hash: stringstruct_hash,
hash 1080 lib/q.c unsigned int newhash = e->hash%newlen;
hash 1094 lib/q.c unsigned int hash = h->key_type->hash(key);
hash 1100 lib/q.c unsigned int hash2 = hash % h->hashsize;
hash 1103 lib/q.c e->hash = hash; //for resizing
hash 1142 lib/q.c unsigned int ohash = h->key_type->hash(key);
hash 1143 lib/q.c unsigned int hash = ohash % h->hashsize;
hash 1146 lib/q.c dictentry_t*e = h->slots[hash];
hash 1162 lib/q.c hash = ohash % h->hashsize;
hash 1163 lib/q.c e = h->slots[hash];
hash 1173 lib/q.c dictentry_t*last = h->slots[hash];
hash 1178 lib/q.c e->next = h->slots[hash];
hash 1179 lib/q.c h->slots[hash] = e;
hash 1204 lib/q.c unsigned int hash = h->key_type->hash(key) % h->hashsize;
hash 1205 lib/q.c dictentry_t*head = h->slots[hash];
hash 1214 lib/q.c h->slots[hash] = next;
hash 1232 lib/q.c unsigned int hash = h->key_type->hash(key) % h->hashsize;
hash 1233 lib/q.c dictentry_t*head = h->slots[hash];
hash 1242 lib/q.c h->slots[hash] = next;
hash 1260 lib/q.c unsigned int ohash = h->key_type->hash(key);
hash 1261 lib/q.c unsigned int hash = ohash % h->hashsize;
hash 1262 lib/q.c return h->slots[hash];
hash 68 lib/q.h hash_func hash;
hash 80 lib/q.h unsigned int hash;