OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ql_last
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/jemalloc/chromium/
ql.h
53
#define
ql_last
(a_head, a_field) \
macro
58
((
ql_last
(a_head, a_field) != (a_elm)) \
106
a_type *t =
ql_last
(a_head, a_field); \
/external/chromium_org/third_party/jemalloc/vendor/
ql.h
53
#define
ql_last
(a_head, a_field) \
macro
58
((
ql_last
(a_head, a_field) != (a_elm)) \
106
a_type *t =
ql_last
(a_head, a_field); \
Completed in 918 milliseconds