OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPAND_128_BRANCHES
(Results
1 - 3
of
3
) sorted by null
/external/clang/INPUTS/
cfg-long-chain1.c
7
#define
EXPAND_128_BRANCHES
(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y)
8
#define EXPAND_256_BRANCHES(i, x, y)
EXPAND_128_BRANCHES
(i, x, y)
EXPAND_128_BRANCHES
(i + 128, x, y)
cfg-long-chain2.c
7
#define
EXPAND_128_BRANCHES
(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y)
8
#define EXPAND_256_BRANCHES(i, x, y)
EXPAND_128_BRANCHES
(i, x, y)
EXPAND_128_BRANCHES
(i + 128, x, y)
cfg-long-chain3.c
7
#define
EXPAND_128_BRANCHES
(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y)
8
#define EXPAND_256_BRANCHES(i, x, y)
EXPAND_128_BRANCHES
(i, x, y)
EXPAND_128_BRANCHES
(i + 128, x, y)
Completed in 47 milliseconds