/external/cblas/src/ |
cblas_xerbla.c | 18 if (strstr(rout,"gemm") != 0) 25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) 30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) 35 else if (strstr(rout,"gemv") != 0) 40 else if (strstr(rout,"gbmv") != 0) 47 else if (strstr(rout,"ger") != 0) 54 else if ( (strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0 [all...] |
/external/compiler-rt/test/asan/TestCases/ |
strstr-1.c | 1 // Test haystack overflow in strstr function 5 // Disable other interceptors because strlen may be called inside strstr 17 r = strstr(s1, s2);
|
strstr-2.c | 1 // Test needle overflow in strstr function 5 // Disable other interceptors because strlen may be called inside strstr 17 r = strstr(s1, s2);
|
strstr_strict.c | 1 // Test strict_string_checks option in strstr function 18 char* r = strstr(s1, s2);
|
/external/llvm/test/Transforms/InstCombine/ |
strstr-1.ll | 1 ; Test that the strstr library call simplifier works correctly. 12 declare i8* @strstr(i8*, i8*) 14 ; Check strstr(str, "") -> str. 19 %ret = call i8* @strstr(i8* %str, i8* %pat) 24 ; Check strstr(str, "a") -> strchr(str, 'a'). 29 %ret = call i8* @strstr(i8* %str, i8* %pat) 34 ; Check strstr("abcde", "bcd") -> "abcde" + 1. 40 %ret = call i8* @strstr(i8* %str, i8* %pat) 45 ; Check strstr(str, str) -> str. 49 %ret = call i8* @strstr(i8* %str, i8* %str [all...] |
strstr-2.ll | 1 ; Test that the strstr library call simplifier works correctly. 9 declare i8 @strstr(i8*, i8*) 14 %ret = call i8 @strstr(i8* %str, i8* %pat) 15 ; CHECK-NEXT: call i8 @strstr
|
/external/cblas/testing/ |
c_xerbla.c | 36 if (strstr(rout,"gemm") != 0) 43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) 48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) 53 else if (strstr(rout,"gemv") != 0) 58 else if (strstr(rout,"gbmv") != 0) 65 else if (strstr(rout,"ger") != 0) 72 else if ( ( strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0 [all...] |
/external/compiler-rt/test/sanitizer_common/TestCases/ |
strstr.c | 9 r = strstr(s1, s2);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strstr.c | 1 /* Simple implementation of strstr for systems without it. 6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub}) 30 strstr (const char *s1, const char *s2) function
|
/hardware/bsp/intel/peripheral/libmraa/src/arm/ |
arm.c | 47 if (strstr(line, "BCM2708")) { 50 if (strstr(line, "BCM2709")) { 53 if (strstr(line, "Generic AM33XX")) { 56 if (strstr(line, "HiKey Development Board")) { 59 if (strstr(line, "sun7i")) {
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-gen.c | 727 if ((notestr = strstr (name, "+")) != NULL) 900 return ((op == IA64_OPND_RR_R3 && strstr (field, "rr")) 901 || (op == IA64_OPND_DBR_R3 && strstr (field, "dbr")) 902 || (op == IA64_OPND_IBR_R3 && strstr (field, "ibr")) 903 || (op == IA64_OPND_PKR_R3 && strstr (field, "pkr")) 904 || (op == IA64_OPND_PMC_R3 && strstr (field, "pmc")) 905 || (op == IA64_OPND_PMD_R3 && strstr (field, "pmd")) 906 || (op == IA64_OPND_MSR_R3 && strstr (field, "msr")) 907 || (op == IA64_OPND_CPUID_R3 && strstr (field, "cpuid")) 908 || (op == IA64_OPND_DAHR_R3 && strstr (field, "dahr"))) [all...] |
/external/libcxx/include/ |
cstring | 49 const char* strstr(const char* s1, const char* s2); 50 char* strstr( char* s1, const char* s2); 94 using ::strstr; 102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstring | 49 const char* strstr(const char* s1, const char* s2); 50 char* strstr( char* s1, const char* s2); 94 using ::strstr; 102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstring | 49 const char* strstr(const char* s1, const char* s2); 50 char* strstr( char* s1, const char* s2); 94 using ::strstr; 102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
|
/frameworks/native/libs/gui/ |
SyncFeatures.cpp | 45 if (strstr(exts, "EGL_ANDROID_native_fence_sync")) { 51 if (strstr(exts, "EGL_KHR_fence_sync")) { 54 if (strstr(exts, "EGL_KHR_wait_sync")) {
|
/bootable/recovery/ |
recovery-refresh.cpp | 59 if (strstr(LAST_KMSG_FILE, filename) || 60 strstr(LAST_LOG_FILE, filename)) { 82 if (!strstr(LAST_KMSG_FILE, sub.c_str()) && 83 !strstr(LAST_LOG_FILE, sub.c_str())) {
|
/external/compiler-rt/test/BlocksRuntime/ |
testfilerunner.m | 107 char *where = strstr(got, lookfor); 172 char *where = strstr(got, error); 419 line = strstr(line, "rdar:"); // returns beginning 428 line = strstr(line, "-l"); 433 if (strstr(endp, "-l")) { 442 if (strstr(line, "GC")) item.hasGC = true; 443 if (strstr(line, "RR")) item.hasRR = true; 444 if (strstr(line, "C++")) item.hasCPlusPlus = true; 445 if (strstr(line, "-C99")) { 448 if (strstr(line, "64")) item.wants64 = true [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pcrt32.h | 35 #define _fstrstr strstr
|
/frameworks/native/cmds/installd/ |
string_helpers.h | 40 std::stringstream strstr(in); 43 while (std::getline(strstr, token, separator)) {
|
/system/core/logd/ |
LogAudit.cpp | 96 while ((cp = strstr(str, " "))) { 100 bool info = strstr(str, " permissive=1") || strstr(str, " policy loaded "); 123 char *timeptr = strstr(str, audit_str); 145 char *pidptr = strstr(str, pid_str); 189 const char *comm = strstr(str, comm_str); 253 char *audit = strstr(buf, " audit("); 261 char *type = strstr(buf, "type=");
|
LogReader.cpp | 61 char *cp = strstr(buffer, _tail); 68 cp = strstr(buffer, _start); 76 cp = strstr(buffer, _timeout); 84 cp = strstr(buffer, _logIds); 104 cp = strstr(buffer, _pid);
|
/external/bison/m4/ |
m4.m4 | 18 # Also avoid versions of m4 that trigger strstr bugs. 29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr. 31 # false positive strstr. 37 :12-:12-:12-:12-:12-:12-:12-:12-),-1,,strstr-bug2)' 45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems. 46 Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.])])])
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 131 if (strstr(line, "yaffs: dev is")) in_yaffs = 1; 134 strstr(line, "yaffs") || 135 strstr(line, "mtd") || 136 strstr(line, "msm_nand")) { 140 if (strstr(line, "yaffs_read_super: isCheckpointed")) in_yaffs = 0;
|
/external/autotest/client/profilers/powertop/src/ |
config.c | 102 if (onoff && strstr(configlines[i], searchon)) 104 if (onoff==0 && strstr(configlines[i], searchoff)) 106 if (onoff==0 && strstr(configlines[i], searchon))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cstring | 67 #undef strstr 96 using ::strstr; 116 strstr(char* __s1, const char* __s2)
|