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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 289 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 259 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
389 of nextoffset that makes sense is stored in the maxnextoffset member when a
391 once when and only when nextoffset > maxnextoffset.
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 289 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 751 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
879 of nextoffset that makes sense is stored in the maxnextoffset member when a
881 once when and only when nextoffset > maxnextoffset.
    [all...]

Completed in 167 milliseconds