Home
last modified time | relevance | path

Searched refs:NEED (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/src/
Dreadelf.c4449 #define NEED(n) if (len < (Dwarf_Word) (n)) goto invalid in print_ops() macro
4450 #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 …]
/external/ImageMagick/PerlMagick/
DREADME.txt93 4) You NEED TO have ImageMagick's directory in your PATH. Note: we are
/external/openscreen/build/config/
DBUILDCONFIG.gn56 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mps.function1052 * 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 */
/external/mbedtls/tests/suites/
Dtest_suite_mps.function1052 * 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 */
/external/python/cpython2/Objects/
Dlistobject.c1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
1449 merge_getmem(MS, NEED))
/external/python/cpython3/Objects/
Dlistobject.c1588 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
1589 merge_getmem(MS, NEED))
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveCommentsResponse.txt62 + You NEED casts to represent things like:
/external/pdfium/build_overrides/
DBUILDCONFIG.gn86 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
/external/curl/packages/vms/
Dconfig_h.com1535 $! Process NEED directives
/external/google-breakpad/src/build/
Dcommon.gypi1021 # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
/external/cronet/build/config/
DBUILDCONFIG.gn82 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
/external/angle/build/config/
DBUILDCONFIG.gn82 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
/external/strace/
DChangeLog50904 But after previous commit, we DO NOT NEED parent<->child link for anything.