Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c4331 #define CONSUME(n) NEED (n); else len -= (n) in print_ops() macro
4362 CONSUME (addrsize); in print_ops()
4383 CONSUME (ref_size); in print_ops()
4411 CONSUME (2); in print_ops()
4422 CONSUME (4); in print_ops()
4433 CONSUME (8); in print_ops()
4455 CONSUME (2); in print_ops()
4466 CONSUME (4); in print_ops()
4477 CONSUME (8); in print_ops()
4492 CONSUME (data - start); in print_ops()
[all …]
/external/antlr/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();