Home
last modified time | relevance | path

Searched refs:total_finds (Results 1 – 4 of 4) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/Rufl/
H A Dhstring.cpp196 int hstring::total_finds() {return Pool().total_finds();} in total_finds() function in hstring
H A Dhstring.h95 static int total_finds();
/dports/games/openjk/OpenJK-07675e2/code/Ratl/
H A Dhash_pool_vs.h214 int total_finds() {return mFinds;} in total_finds() function
/dports/devel/p5-POE-XS-Queue-Array/POE-XS-Queue-Array-0.006/
H A Dqueue.c70 int total_finds; member
98 pq->total_finds = pq->binary_finds = 0; in pq_create()
519 STATS(++pq->total_finds); in pq_find_item()