Home
last modified time | relevance | path

Searched defs:NEED (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dlistobject.c1549 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
/external/python/cpython2/Objects/
Dlistobject.c1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
/external/elfutils/src/
Dreadelf.c4330 #define NEED(n) if (len < (Dwarf_Word) (n)) goto invalid in print_ops() macro