HomeSort by relevance Sort by last modified time
    Searched refs:XXXROUNDUP (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
node.c 21 /* See comments at XXXROUNDUP below. Returns -1 on overflow. */
40 * if XXXROUNDUP(current_size) < XXXROUNDUP(current_size + 1):
41 * allocate space for XXXROUNDUP(current_size + 1) total children
47 * XXXROUNDUP(0) < XXXROUNDUP(1)
52 * XXXROUNDUP(1) == 1. That in turn forces XXXROUNDUP(0) == 0.
73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \
89 current_capacity = XXXROUNDUP(nch);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
node.c 21 /* See comments at XXXROUNDUP below. Returns -1 on overflow. */
40 * if XXXROUNDUP(current_size) < XXXROUNDUP(current_size + 1):
41 * allocate space for XXXROUNDUP(current_size + 1) total children
47 * XXXROUNDUP(0) < XXXROUNDUP(1)
52 * XXXROUNDUP(1) == 1. That in turn forces XXXROUNDUP(0) == 0.
73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \
89 current_capacity = XXXROUNDUP(nch);
    [all...]
  /external/python/cpython2/Parser/
node.c 21 /* See comments at XXXROUNDUP below. Returns -1 on overflow. */
40 * if XXXROUNDUP(current_size) < XXXROUNDUP(current_size + 1):
41 * allocate space for XXXROUNDUP(current_size + 1) total children
47 * XXXROUNDUP(0) < XXXROUNDUP(1)
52 * XXXROUNDUP(1) == 1. That in turn forces XXXROUNDUP(0) == 0.
73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \
89 current_capacity = XXXROUNDUP(nch)
    [all...]
  /external/python/cpython2/Lib/test/
test_parser.py 609 def XXXROUNDUP(n):
627 res += XXXROUNDUP(len(children)) * nodesize
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 609 def XXXROUNDUP(n):
627 res += XXXROUNDUP(len(children)) * nodesize
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 609 def XXXROUNDUP(n):
627 res += XXXROUNDUP(len(children)) * nodesize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 609 def XXXROUNDUP(n):
627 res += XXXROUNDUP(len(children)) * nodesize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 609 def XXXROUNDUP(n):
627 res += XXXROUNDUP(len(children)) * nodesize

Completed in 369 milliseconds