OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XRAY_EXTRACT_DEPTH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c
101
uint32_t depth =
XRAY_EXTRACT_DEPTH
(
105
XRAY_EXTRACT_DEPTH
((*stack_top)->depth_addr) >= depth) {
report.c
63
uint32_t depth =
XRAY_EXTRACT_DEPTH
(e->depth_addr);
xray_priv.h
47
#define
XRAY_EXTRACT_DEPTH
(x) ((x) & XRAY_DEPTH_MASK)
Completed in 1052 milliseconds