Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse.c510 static size_t id_hash(struct fuse *f, fuse_ino_t ino) in id_hash() function
523 size_t hash = id_hash(f, nodeid); in get_node_nocheck()
615 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id()
659 size_t newhash = id_hash(f, node->nodeid); in rehash_id()
676 size_t hash = id_hash(f, node->nodeid); in hash_id()
/third_party/glfw/deps/
H A Dnuklear.h18813 nk_hash id_hash; in nk_group_begin_titled() local
18828 id_hash = nk_murmur_hash(id, (int)id_len, NK_PANEL_GROUP); in nk_group_begin_titled()
18829 x_offset = nk_find_value(win, id_hash); in nk_group_begin_titled()
18831 x_offset = nk_add_value(ctx, win, id_hash, 0); in nk_group_begin_titled()
18832 y_offset = nk_add_value(ctx, win, id_hash+1, 0); in nk_group_begin_titled()
18838 } else y_offset = nk_find_value(win, id_hash+1); in nk_group_begin_titled()
18855 nk_hash id_hash; in nk_group_get_scroll() local
18870 id_hash = nk_murmur_hash(id, (int)id_len, NK_PANEL_GROUP); in nk_group_get_scroll()
18871 x_offset_ptr = nk_find_value(win, id_hash); in nk_group_get_scroll()
18873 x_offset_ptr = nk_add_value(ctx, win, id_hash, in nk_group_get_scroll()
18890 nk_hash id_hash; nk_group_set_scroll() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c686 uint32_t id_hash = tbuf->buffer_id_unique & TC_BUFFER_ID_MASK; in tc_is_buffer_busy()
694 BITSET_TEST(buf_list->buffer_list, id_hash)) in tc_is_buffer_busy()

Completed in 51 milliseconds