HomeSort by relevance Sort by last modified time
    Searched refs:fastsearch (Results 1 - 22 of 22) 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 392 #define FASTSEARCH fastsearch
397 #include "stringlib/fastsearch.h"
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 659 $(srcdir)/Objects/stringlib/fastsearch.h \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 660 $(srcdir)/Objects/stringlib/fastsearch.h \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 659 $(srcdir)/Objects/stringlib/fastsearch.h \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 660 $(srcdir)/Objects/stringlib/fastsearch.h \
    [all...]

Completed in 234 milliseconds