Searched refs:INDEX2SIZE (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c162 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT) macro
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
842 pool->nextoffset += INDEX2SIZE(size);
939 size = INDEX2SIZE(size);
1255 size = INDEX2SIZE(pool->szidx);
1879 uint size = INDEX2SIZE(i);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c135 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT) macro
315 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
799 pool->nextoffset += INDEX2SIZE(size);
896 size = INDEX2SIZE(size);
1206 size = INDEX2SIZE(pool->szidx);
1830 uint size = INDEX2SIZE(i);

Completed in 242 milliseconds