Searched refs:NEED (Results 1 – 14 of 14) sorted by relevance
4449 #define NEED(n) if (len < (Dwarf_Word) (n)) goto invalid in print_ops() macro4450 #define CONSUME(n) NEED (n); else len -= (n) in print_ops()4473 NEED (addrsize); in print_ops()4496 NEED (ref_size); in print_ops()4515 NEED (1); in print_ops()4525 NEED (2); in print_ops()4536 NEED (4); in print_ops()4547 NEED (8); in print_ops()4558 NEED (1); in print_ops()4569 NEED (2); in print_ops()[all …]
93 4) You NEED TO have ImageMagick's directory in your PATH. Note: we are
56 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
1052 * than before NEED NOT fail - no commits */1063 * than before NEED NOT fail - intermediate commit */1075 * than before NEED NOT fail - end commit */1087 * than before NEED NOT fail - intermediate & end commit */
1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument1449 merge_getmem(MS, NEED))
1588 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument1589 merge_getmem(MS, NEED))
62 + You NEED casts to represent things like:
86 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
1535 $! Process NEED directives
1021 # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
82 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
50904 But after previous commit, we DO NOT NEED parent<->child link for anything.