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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 17 #define FAST_COUNT 0
47 if (w < 0 || (mode == FAST_COUNT && maxcount == 0))
55 if (mode == FAST_COUNT) {
101 if (mode != FAST_COUNT)
155 if (mode != FAST_COUNT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 17 #define FAST_COUNT 0
47 if (w < 0 || (mode == FAST_COUNT && maxcount == 0))
55 if (mode == FAST_COUNT) {
101 if (mode != FAST_COUNT)
155 if (mode != FAST_COUNT)
  /external/python/cpython2/Objects/stringlib/
fastsearch.h 17 #define FAST_COUNT 0
47 if (w < 0 || (mode == FAST_COUNT && maxcount == 0))
55 if (mode == FAST_COUNT) {
101 if (mode != FAST_COUNT)
155 if (mode != FAST_COUNT)
  /external/python/cpython3/Objects/stringlib/
fastsearch.h 16 #define FAST_COUNT 0
140 if (w < 0 || (mode == FAST_COUNT && maxcount == 0))
152 else { /* FAST_COUNT */
192 if (mode != FAST_COUNT)
246 if (mode != FAST_COUNT)

Completed in 108 milliseconds