OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPAND_32_BRANCHES
(Results
1 - 3
of
3
) sorted by null
/external/clang/INPUTS/
cfg-long-chain1.c
5
#define
EXPAND_32_BRANCHES
(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y)
6
#define EXPAND_64_BRANCHES(i, x, y)
EXPAND_32_BRANCHES
(i, x, y)
EXPAND_32_BRANCHES
(i + 32, x, y)
cfg-long-chain2.c
5
#define
EXPAND_32_BRANCHES
(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y)
6
#define EXPAND_64_BRANCHES(i, x, y)
EXPAND_32_BRANCHES
(i, x, y)
EXPAND_32_BRANCHES
(i + 32, x, y)
cfg-long-chain3.c
5
#define
EXPAND_32_BRANCHES
(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y)
6
#define EXPAND_64_BRANCHES(i, x, y)
EXPAND_32_BRANCHES
(i, x, y)
EXPAND_32_BRANCHES
(i + 32, x, y)
Completed in 39 milliseconds