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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
count.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
partition.h 7 #error must include "stringlib/fastsearch.h" before including this module
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
fastsearch.h 1 /* stringlib: fastsearch implementation */
10 /* note: fastsearch may access s[n], which isn't a problem when using
37 fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n, function
split.h 7 #error must include "stringlib/fastsearch.h" before including this module
169 pos = fastsearch(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH);
311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
count.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
partition.h 7 #error must include "stringlib/fastsearch.h" before including this module
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
fastsearch.h 1 /* stringlib: fastsearch implementation */
10 /* note: fastsearch may access s[n], which isn't a problem when using
37 fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n, function
split.h 7 #error must include "stringlib/fastsearch.h" before including this module
169 pos = fastsearch(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH);
311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /external/python/cpython2/Objects/stringlib/
count.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
partition.h 7 #error must include "stringlib/fastsearch.h" before including this module
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
find.h 7 #error must include "stringlib/fastsearch.h" before including this module
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
fastsearch.h 1 /* stringlib: fastsearch implementation */
10 /* note: fastsearch may access s[n], which isn't a problem when using
37 fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n, function
split.h 7 #error must include "stringlib/fastsearch.h" before including this module
169 pos = fastsearch(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH);
311 pos = fastsearch(str, j, sep, sep_len, -1, FAST_RSEARCH);
  /external/python/cpython3/Objects/stringlib/
stringdefs.h 9 #define FASTSEARCH fastsearch
unicodedefs.h 9 #define FASTSEARCH fastsearch
  /external/python/cpython3/Objects/
bytes_methods.c 444 #define FASTSEARCH fastsearch
449 #include "stringlib/fastsearch.h"

Completed in 557 milliseconds