Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dsplit.h17 #define MAX_PREALLOC 12 macro
21 (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
40 if (count < MAX_PREALLOC) { \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dsplit.h17 #define MAX_PREALLOC 12 macro
21 (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
40 if (count < MAX_PREALLOC) { \