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

/haiku-buildtools/isl/
H A Disl_id.c95 uint32_t id_hash; local
98 id_hash = isl_hash_init();
100 id_hash = isl_hash_string(id_hash, name);
102 id_hash = isl_hash_builtin(id_hash, user);
103 entry = isl_hash_table_find(ctx, &ctx->id_table, id_hash,

Completed in 18 milliseconds