OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_index
(Results
1 - 2
of
2
) sorted by null
/external/fio/lib/
prio_tree.c
173
unsigned long r_index,
h_index
, index, mask;
local
186
get_index(cur, &r_index, &
h_index
);
188
if (r_index == radix_index &&
h_index
== heap_index)
191
if (
h_index
< heap_index ||
192
(
h_index
== heap_index && r_index > radix_index)) {
200
index =
h_index
;
201
h_index
= heap_index;
298
unsigned long *r_index, unsigned long *
h_index
)
303
get_index(iter->cur->left, r_index,
h_index
);
305
if (iter->r_index <= *
h_index
) {
402
unsigned long r_index,
h_index
;
local
440
unsigned long r_index,
h_index
;
local
[
all
...]
prio_tree.h
28
uint64_t
h_index
;
member in struct:prio_tree_iter
32
struct prio_tree_root *root, uint64_t r_index, uint64_t
h_index
)
36
iter->
h_index
=
h_index
;
Completed in 4360 milliseconds