Lines Matching defs:hash_combine
2889 static long hash_combine(long h, long value)
3306 h = hash_combine(0, t->name_off);
3307 h = hash_combine(h, t->info);
3308 h = hash_combine(h, t->size);
3326 h = hash_combine(h, info);
3348 h = hash_combine(0, t->name_off);
3349 h = hash_combine(h, t->info & ~0xffff);
3350 h = hash_combine(h, t->size);
3404 h = hash_combine(h, member->name_off);
3405 h = hash_combine(h, member->offset);
3448 h = hash_combine(h, info->type);
3449 h = hash_combine(h, info->index_type);
3450 h = hash_combine(h, info->nelems);
3501 h = hash_combine(h, member->name_off);
3502 h = hash_combine(h, member->type);