HomeSort by relevance Sort by last modified time
    Searched refs:strstr (Results 1 - 25 of 728) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/syslinux/com32/lib/
strstr.c 2 * strstr.c
7 char *strstr(const char *haystack, const char *needle) function
  /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);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 73 if (strstr((char *)pszGLExtensions, "GL_EXT_multi_draw_arrays"))
80 if (strstr((char *)pszGLExtensions, "GL_OES_mapbuffer"))
88 if (strstr((char *)pszGLExtensions, "GL_OES_vertex_array_object"))
97 if (strstr((char *)pszGLExtensions, "GL_IMG_multisampled_render_to_texture"))
104 if (strstr((char *)pszGLExtensions, "GL_ANGLE_framebuffer_multisample"))
110 if (strstr((char *)pszGLExtensions, "GL_NV_framebuffer_blit"))
116 if(strstr((char *)pszGLExtensions, "GL_OES_texture_3D"))
127 if (strstr((char *)pszGLExtensions, "GL_EXT_draw_buffers"))
135 if (strstr((char *)pszGLExtensions, "GL_EXT_discard_framebuffer"))
142 if (strstr((char *)pszGLExtensions, "GL_EXT_occlusion_query_boolean")
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTgles3Ext.cpp 50 if (strstr((char *)pszGLExtensions, "GL_IMG_multisampled_render_to_texture"))
57 if (strstr((char *)pszGLExtensions, "GL_EXT_multisampled_render_to_texture"))
90 where = (GLubyte *) strstr((const char *) start, extension);
  /bionic/libc/upstream-openbsd/lib/libc/string/
strstr.c 1 /* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strstr(const char *s, const char *find) function
  /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);
  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/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/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 106 if (p = strstr(line1, "\n"))
108 if (p = strstr(line2, "\n"))
118 if (strstr(line3, "MONGO_")) {
127 if (strstr(line3, "FSYS=")) {
136 } else if (NULL == strstr(line3, " :")) {
138 if (strstr(line3, "(time"))
157 else if (strstr(line3, "Create"))
171 if (p1 = strstr(line1, " :")) {
175 if (p2 = strstr(line2, " :")) {
  /external/libpng/contrib/powerpc-vsx/
linux.c 47 token = strstr(input,string);
  /external/ltp/lib/
tst_kernel.c 32 kernel_bits = strstr(buf.machine, "64") ? 64 : 32;
  /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")) {
  /external/syslinux/com32/lua/src/
pci.c 113 strlcpy(vendor,skipspace(strstr(line," ")),255);
117 if (strstr(vendor_id,"ffff")) break;
127 strlcpy(product,skipspace(strstr(line," ")),255);
144 strlcpy(product,skipspace(strstr(line," ")),255);
145 strlcpy(product,skipspace(strstr(product," ")),255);
  /external/autotest/client/profilers/powertop/src/
misctips.c 65 if (strstr(buffer, "on-line") != NULL)
130 if (strstr(buffer, "hpet")) {
196 if (strstr(buffer, " / ext3") && !strstr(buffer, "noatime") && !strstr(buffer, "relatime"))
251 if (strstr(buffer, "cpu cores")) {
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))
  /external/libcxx/include/
string.h 46 const char* strstr(const char* s1, const char* s2);
47 char* strstr( char* s1, const char* s2);
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
  /external/syslinux/com32/elflink/ldlinux/
kernel.c 55 if (strstr(cmdline, "keeppxe"))
59 if (strstr(cmdline, "quiet"))
76 temp = strstr(cmdline, "initrd=");
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string.h 46 const char* strstr(const char* s1, const char* s2);
47 char* strstr( char* s1, const char* s2);
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
string.h 46 const char* strstr(const char* s1, const char* s2);
47 char* strstr( char* s1, const char* s2);
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
string.h 46 const char* strstr(const char* s1, const char* s2);
47 char* strstr( char* s1, const char* s2);
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
string.h 46 const char* strstr(const char* s1, const char* s2);
47 char* strstr( char* s1, const char* s2);
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011>>