HomeSort by relevance Sort by last modified time
    Searched full:strspn (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strspn-1.ll 1 ; Test that the strspn library call simplifier works correctly.
11 declare i64 @strspn(i8*, i8*)
13 ; Check strspn(s, "") -> 0.
19 %ret = call i64 @strspn(i8* %str, i8* %pat)
24 ; Check strspn("", s) -> 0.
30 %ret = call i64 @strspn(i8* %str, i8* %pat)
35 ; Check strspn(s1, s2), where s1 and s2 are constants.
42 %ret = call i64 @strspn(i8* %str, i8* %pat)
52 %ret = call i64 @strspn(i8* %str, i8* %pat)
53 ; CHECK-NEXT: %ret = call i64 @strspn(i8* %str, i8* %pat
    [all...]
  /bionic/libc/string/
strspn.c 1 /* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37 strspn(const char *s1, const char *s2) function
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 22 size_t strspn(const char *s1, const char *s2);
95 size_t t17(char *x) { return strspn(x, ""); }
97 // CHECK: strspn
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 190 if(*(pStrIn+strspn((const char *)pStrIn," \t")) == '-')
280 if(*(pStrIn+strspn((const char *)pStrIn," \t")) == '-')
344 pTemp += strspn((const char *)pTemp,(const char *)flagChar); /* span the optional flags */
347 pTemp += strspn((const char *)pTemp,(const char *)widthOrPrecisionChar); /* span the optional width */
353 pTemp += strspn((const char *)pTemp, (const char *)widthOrPrecisionChar); /* span the optional precision */
375 pTemp += strspn((const char *)pTemp, (const char *)otherPrefixChar); /* span the other optional prefix */
378 pTemp += strspn((const char *)pTemp, (const char *)conversionChar);
425 nbChar = strspn((const char *)format, (const char *)flagChar);
433 nbChar = strspn((const char *)format, (const char *)widthOrPrecisionChar);
445 nbChar = strspn((const char *)format, (const char *)widthOrPrecisionChar)
    [all...]
  /external/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /external/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/llvm-libc++/include/
cstring 48 size_t strspn(const char* s1, const char* s2);
92 using ::strspn;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstring 68 #undef strspn
92 using ::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstring 68 #undef strspn
92 using ::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 68 #undef strspn
92 using ::strspn;

Completed in 4026 milliseconds

1 2 3 4 5 6 7 8 91011>>