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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 18 #define FAST_SEARCH 1
63 } else if (mode == FAST_SEARCH) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 18 #define FAST_SEARCH 1
63 } else if (mode == FAST_SEARCH) {
  /external/python/cpython2/Objects/stringlib/
fastsearch.h 18 #define FAST_SEARCH 1
63 } else if (mode == FAST_SEARCH) {
  /external/python/cpython3/Objects/stringlib/
fastsearch.h 17 #define FAST_SEARCH 1
148 if (mode == FAST_SEARCH)

Completed in 97 milliseconds