Lines Matching refs:idx
70 int idx; in dforest_store() local
80 idx = HASHVAL(ev); in dforest_store()
81 if (g_dfTable[idx] == NULL) { in dforest_store()
82 g_dfTable[idx] = de; in dforest_store()
85 p = g_dfTable[idx]; in dforest_store()
96 int idx; in dforest_search() local
99 idx = HASHVAL(ev); in dforest_search()
100 if (g_dfTable[idx] == NULL) in dforest_search()
103 for (p = g_dfTable[idx]; in dforest_search()
192 int idx = 0; in stree_create() local
193 while (bev->ev >> (idx + 1)) in stree_create()
194 idx++; in stree_create()
195 nstree->bevs[idx] = bev; in stree_create()