Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dnode.c73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \ macro
89 current_capacity = XXXROUNDUP(nch); in PyNode_AddChild()
90 required_capacity = XXXROUNDUP(nch + 1); in PyNode_AddChild()
160 res += XXXROUNDUP(NCH(n)) * sizeof(node); in sizeofchildren()
/external/python/cpython2/Lib/test/
Dtest_parser.py609 def XXXROUNDUP(n): function
627 res += XXXROUNDUP(len(children)) * nodesize