Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dfastsearch.h22 #define FAST_COUNT 0 macro
527 if (w < 0 || (mode == FAST_COUNT && maxcount == 0)) in FASTSEARCH()
599 if (mode != FAST_COUNT) { in FASTSEARCH()
622 if (mode == FAST_COUNT) { in FASTSEARCH()
643 if (mode != FAST_COUNT) { in FASTSEARCH()
660 if (mode != FAST_COUNT) { in FASTSEARCH()
729 if (mode != FAST_COUNT) in FASTSEARCH()
Dcount.h19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in STRINGLIB()