Home
last modified time | relevance | path

Searched refs:FAST_COUNT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dfastsearch.h17 #define FAST_COUNT 0 macro
47 if (w < 0 || (mode == FAST_COUNT && maxcount == 0)) in fastsearch()
55 if (mode == FAST_COUNT) { in fastsearch()
101 if (mode != FAST_COUNT) in fastsearch()
155 if (mode != FAST_COUNT) in fastsearch()
Dcount.h22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in stringlib_count()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dfastsearch.h17 #define FAST_COUNT 0 macro
47 if (w < 0 || (mode == FAST_COUNT && maxcount == 0)) in fastsearch()
55 if (mode == FAST_COUNT) { in fastsearch()
101 if (mode != FAST_COUNT) in fastsearch()
155 if (mode != FAST_COUNT) in fastsearch()
Dcount.h22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in stringlib_count()