Home
last modified time | relevance | path

Searched refs:CONSUME (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c4064 #define CONSUME(n) NEED (n); else len -= (n) in print_ops() macro
4095 CONSUME (addrsize); in print_ops()
4115 CONSUME (ref_size); in print_ops()
4143 CONSUME (2); in print_ops()
4154 CONSUME (4); in print_ops()
4165 CONSUME (8); in print_ops()
4187 CONSUME (2); in print_ops()
4198 CONSUME (4); in print_ops()
4209 CONSUME (8); in print_ops()
4224 CONSUME (data - start); in print_ops()
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg221 #undef CONSUME
306 # define CONSUME() \\
325 #define CONSUME() INPUT->istream->consume(INPUT->istream)
353 #undef CONSUME
394 #define CONSUME() ISTREAM->consume(ISTREAM)
432 #undef CONSUME
467 #define CONSUME() ISTREAM->consume(ISTREAM)
2120 CONSUME();