OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qr_prev
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ql.h
24
?
qr_prev
(ql_first(a_head), a_field) : NULL)
31
((ql_first(a_head) != (a_elm)) ?
qr_prev
((a_elm), a_field) \
qr.h
16
#define
qr_prev
(a_qr, a_field) ((a_qr)->a_field.qre_prev)
macro
64
for ((var) = ((a_qr) != NULL) ?
qr_prev
(a_qr, a_field) : NULL; \
/external/jemalloc/test/unit/
qr.c
57
t =
qr_prev
(&entries[i], link);
101
t =
qr_prev
(&entries[i], link);
179
t =
qr_prev
(&entries[i], link);
Completed in 364 milliseconds