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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mystrtoul.c 17 * smallmax[base] is the largest unsigned long i such that
20 static unsigned long smallmax[] = { variable
217 if (result > smallmax[base])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mystrtoul.c 17 * smallmax[base] is the largest unsigned long i such that
20 static unsigned long smallmax[] = { variable
217 if (result > smallmax[base])
  /external/python/cpython2/Python/
mystrtoul.c 17 * smallmax[base] is the largest unsigned long i such that
20 static unsigned long smallmax[] = { variable
217 if (result > smallmax[base])
  /external/python/cpython3/Python/
mystrtoul.c 17 * smallmax[base] is the largest unsigned long i such that
20 static const unsigned long smallmax[] = { variable
223 if (result > smallmax[base])
  /external/jemalloc/test/integration/
xallocx.c 245 size_t smallmax, large0, large1, large2, huge0, hugemax; local
249 smallmax = get_small_size(get_nsmall()-1);
264 assert_zu_eq(xallocx(p, smallmax, 0, flags), large0,
276 assert_zu_eq(xallocx(p, smallmax, large0 - smallmax, flags), large0,

Completed in 258 milliseconds