HomeSort by relevance Sort by last modified time
    Searched refs:FAST_RSEARCH (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 19 #define FAST_RSEARCH 2
67 } else { /* FAST_RSEARCH */
79 if (mode != FAST_RSEARCH) {
120 } else { /* FAST_RSEARCH */
partition.h 78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
split.h 311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 19 #define FAST_RSEARCH 2
67 } else { /* FAST_RSEARCH */
79 if (mode != FAST_RSEARCH) {
120 } else { /* FAST_RSEARCH */
partition.h 78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
split.h 311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /external/python/cpython2/Objects/stringlib/
fastsearch.h 19 #define FAST_RSEARCH 2
67 } else { /* FAST_RSEARCH */
79 if (mode != FAST_RSEARCH) {
120 } else { /* FAST_RSEARCH */
partition.h 78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
split.h 311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /external/python/cpython3/Objects/stringlib/
fastsearch.h 18 #define FAST_RSEARCH 2
150 else if (mode == FAST_RSEARCH)
168 if (mode != FAST_RSEARCH) {
211 } else { /* FAST_RSEARCH */
find.h 37 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
partition.h 80 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
split.h 308 pos = FASTSEARCH(str, j, sep, sep_len, -1, FAST_RSEARCH);

Completed in 155 milliseconds