/external/cblas/src/ |
D | cblas_xerbla.c | 18 if (strstr(rout,"gemm") != 0) in cblas_xerbla() 25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla() 30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla() 35 else if (strstr(rout,"gemv") != 0) in cblas_xerbla() 40 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla() 47 else if (strstr(rout,"ger") != 0) in cblas_xerbla() 54 else if ( (strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0) in cblas_xerbla() 55 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
|
/external/cblas/testing/ |
D | c_xerbla.c | 36 if (strstr(rout,"gemm") != 0) in cblas_xerbla() 43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla() 48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla() 53 else if (strstr(rout,"gemv") != 0) in cblas_xerbla() 58 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla() 65 else if (strstr(rout,"ger") != 0) in cblas_xerbla() 72 else if ( ( strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0 ) in cblas_xerbla() 73 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTgles2Ext.cpp | 73 if (strstr((char *)pszGLExtensions, "GL_EXT_multi_draw_arrays")) in LoadExtensions() 80 if (strstr((char *)pszGLExtensions, "GL_OES_mapbuffer")) in LoadExtensions() 88 if (strstr((char *)pszGLExtensions, "GL_OES_vertex_array_object")) in LoadExtensions() 97 if (strstr((char *)pszGLExtensions, "GL_IMG_multisampled_render_to_texture")) in LoadExtensions() 104 if (strstr((char *)pszGLExtensions, "GL_ANGLE_framebuffer_multisample")) in LoadExtensions() 110 if (strstr((char *)pszGLExtensions, "GL_NV_framebuffer_blit")) in LoadExtensions() 116 if(strstr((char *)pszGLExtensions, "GL_OES_texture_3D")) in LoadExtensions() 127 if (strstr((char *)pszGLExtensions, "GL_EXT_draw_buffers")) in LoadExtensions() 135 if (strstr((char *)pszGLExtensions, "GL_EXT_discard_framebuffer")) in LoadExtensions() 142 if (strstr((char *)pszGLExtensions, "GL_EXT_occlusion_query_boolean")) in LoadExtensions() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 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 …]
|
D | 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/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | StrStr.ll | 14 …%call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0)) … 16 ; strstr(P, "") -> P 21 declare i8* @strstr(i8*, i8* nocapture) nounwind readonly 25 …%call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([2 x i8]* @.str1, i32 0, i32 0))… 27 ; strstr(P, "a") -> strchr(P, 'a') 34 …%call = tail call i8* @strstr(i8* getelementptr inbounds ([6 x i8]* @.str2, i32 0, i32 0), i8* get… 36 ; strstr("abcde", "bcd") -> "abcde"+1 43 %call = tail call i8* @strstr(i8* %P, i8* %P) nounwind ; <i8*> [#uses=1] 45 ; strstr(P, P) -> P 52 %call = tail call i8* @strstr(i8* %P, i8* %Q) nounwind ; <i8*> [#uses=1]
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_compare.c | 106 if (p = strstr(line1, "\n")) in main() 108 if (p = strstr(line2, "\n")) in main() 118 if (strstr(line3, "MONGO_")) { in main() 127 if (strstr(line3, "FSYS=")) { in main() 136 } else if (NULL == strstr(line3, " :")) { in main() 138 if (strstr(line3, "(time")) in main() 157 else if (strstr(line3, "Create")) in main() 171 if (p1 = strstr(line1, " :")) { in main() 175 if (p2 = strstr(line2, " :")) { in main()
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | amdgcn_glslc.c | 69 if (!strstr(client_extensions, "EGL_MESA_platform_gbm")) { in create_gl_core_context() 104 if (strstr(extension_string, egl_extension[i]) == NULL) { in create_gl_core_context() 191 if (strstr(argv[i], "-mcpu=") == argv[i]) { in main() 221 while (s = strstr(s, "\n;")) in main() 225 while (s && (s = strstr(s, "#shader "))) { in main() 231 s = strstr(s, "\n"); in main() 255 s = strstr(s, "\n"); in main() 263 s = strstr(s, "#shader"); in main()
|
/external/netperf/src/ |
D | netsh.c | 388 if (strstr(temp,"6")) { in parse_address_family() 392 if (strstr(temp,"inet") || in parse_address_family() 393 strstr(temp,"4")) { in parse_address_family() 397 if (strstr(temp,"af_rds") || in parse_address_family() 398 strstr(temp,"32")) { in parse_address_family() 402 if (strstr(temp,"unspec") || in parse_address_family() 403 strstr(temp,"0")) { in parse_address_family() 429 if (strstr(temp,"stream")) in parse_socket_type() 433 if (strstr(temp,"dgram")) in parse_socket_type() 1274 if ((strstr(test_name,"RR")) || in scan_cmd_line() [all …]
|
/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 295 c = strstr(line, "age["); in read_data_acpi() 300 c = strstr(line, "ation["); in read_data_acpi() 366 f = strstr(line, "MWAIT "); in read_data_cpuidle() 374 f = strstr(line, "POLL IDLE"); in read_data_cpuidle() 380 f = strstr(line, "ACPI HLT"); in read_data_cpuidle() 518 if (strstr(line, "present:") && strstr(line, "no")) in print_battery_proc_acpi() 521 if (strstr(line, "charging state:") in print_battery_proc_acpi() 522 && !strstr(line, "discharging")) in print_battery_proc_acpi() 529 if (strstr(line, "present voltage")) in print_battery_proc_acpi() 532 if (strstr(line, "remaining capacity") && strstr(c, "mW")) in print_battery_proc_acpi() [all …]
|
D | misctips.c | 65 if (strstr(buffer, "on-line") != NULL) in suggest_laptop_mode() 130 if (strstr(buffer, "hpet")) { in suggest_hpet() 196 if (strstr(buffer, " / ext3") && !strstr(buffer, "noatime") && !strstr(buffer, "relatime")) in suggest_noatime() 251 if (strstr(buffer, "cpu cores")) { in suggest_powersched()
|
D | wireless.c | 102 if (strstr(line, "Mode:Managed") && strstr(line,"Access Point: Not-Associated")) { in check_unused_wiresless_up() 129 if (strstr(line, "Power save level: 6 (AC)")) { in need_wireless_suggest() 226 if (strstr(line, "get_power:Power save level")) { in find_wireless_nic() 232 if (strstr(line, "wlan0:")) in find_wireless_nic()
|
D | config.c | 102 if (onoff && strstr(configlines[i], searchon)) in suggest_kernel_config() 104 if (onoff==0 && strstr(configlines[i], searchoff)) in suggest_kernel_config() 106 if (onoff==0 && strstr(configlines[i], searchon)) in suggest_kernel_config()
|
/external/syslinux/com32/lua/src/ |
D | pci.c | 113 strlcpy(vendor,skipspace(strstr(line," ")),255); in pci_getidlist() 117 if (strstr(vendor_id,"ffff")) break; in pci_getidlist() 127 strlcpy(product,skipspace(strstr(line," ")),255); in pci_getidlist() 144 strlcpy(product,skipspace(strstr(line," ")),255); in pci_getidlist() 145 strlcpy(product,skipspace(strstr(product," ")),255); in pci_getidlist()
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | test_func64.c | 54 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func1() 127 if (strstr(path_name, pathcwd) == 0) { in test_func5() 146 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func7() 178 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func8() 259 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func9() 295 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func10() 330 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func11() 365 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func12() 398 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func13() 434 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func14() [all …]
|
D | test_func.c | 55 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func1() 127 if (strstr(path_name, pathcwd) == 0) { in test_func5() 145 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func7() 176 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func8() 256 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func9() 291 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func10() 325 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func11() 359 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func12() 391 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func13() 426 if ((p = strstr(path_name, NFTW)) != NULL) { in test_func14() [all …]
|
/external/syslinux/com32/lib/pci/ |
D | scan.c | 154 if (strstr(dev->dev_info->linux_kernel_module[i], module_name)) { in get_module_name_from_pcimap() 221 strlcpy(class_name, skipspace(strstr(line, " ")), in get_class_name_from_pci_ids() 240 strlcpy(sub_class_name, skipspace(strstr(line, " ")), in get_class_name_from_pci_ids() 321 strlcpy(vendor, skipspace(strstr(line, " ")), in get_name_from_pci_ids() 352 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids() 383 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids() 385 strlcpy(product, skipspace(strstr(product, " ")), in get_name_from_pci_ids() 630 if ((line[0] == '#') || (strstr(line,"alias pci:v")==NULL)) in get_module_name_from_alias() 655 char *temp = strstr(result,"d"); in get_module_name_from_alias() 662 temp = strstr(result,"sv"); in get_module_name_from_alias() [all …]
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 114 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 116 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 120 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 124 ASSERT_NE(static_cast<char*>(0), strstr( in TEST()
|
/external/valgrind/ |
D | glibc-2.3.supp | 200 fun:strstr 210 # Unterminated strstr string in is_smp_system() (NPTL) 212 # fun:strstr 218 # Unterminated strstr string in is_smp_system() (LinuxThreads) 220 # fun:strstr 226 # Unterminated strstr string in is_smp_system() (LinuxThreads) 228 # fun:strstr 349 # Unterminated strstr string in is_smp_system() (NPTL) 351 # fun:strstr 357 # Unterminated strstr string in is_smp_system() (NPTL) [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTgles3Ext.cpp | 50 if (strstr((char *)pszGLExtensions, "GL_IMG_multisampled_render_to_texture")) in LoadExtensions() 57 if (strstr((char *)pszGLExtensions, "GL_EXT_multisampled_render_to_texture")) in LoadExtensions() 90 where = (GLubyte *) strstr((const char *) start, extension); in IsGLExtensionSupported()
|
/external/ltp/lib/ |
D | tst_kvercmp.c | 130 if (strstr(kver, ".el5uek")) in tst_kvcmp_distname() 133 if (strstr(kver, ".el5")) in tst_kvcmp_distname() 136 if (strstr(kver, ".el6uek")) in tst_kvcmp_distname() 139 if (strstr(kver, ".el6")) in tst_kvcmp_distname()
|
/external/bison/m4/ |
D | 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.])])])
|
/external/libpcap/ |
D | inet.c | 140 || strstr(device, "dag") != NULL 143 || strstr(device, "septel") != NULL 146 || strstr(device, "bluetooth") != NULL 149 || strstr(device, "usbmon") != NULL 152 || strstr(device, "snf") != NULL
|
/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | description.c | 279 if (strstr(drvid->Description, cards_intel[i].mesaname)) { in d3d_fill_cardname() 290 if (strstr(drvid->Description, cards_vmware[i].mesaname)) { in d3d_fill_cardname() 301 if (strstr(drvid->Description, cards_amd[i].mesaname)) { in d3d_fill_cardname() 312 if (strstr(drvid->Description, cards_nvidia[i].mesaname)) { in d3d_fill_cardname()
|
/external/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 190 const char *postData = strstr(request, "\r\n\r\n"); in respond() 620 else if(strstr(post, "enableSSE=on")) in parsePost() 624 else if(strstr(post, "enableSSE2=on")) in parsePost() 631 else if(strstr(post, "enableSSE3=on")) in parsePost() 638 else if(strstr(post, "enableSSSE3=on")) in parsePost() 645 else if(strstr(post, "enableSSE4_1=on")) in parsePost() 656 else if(strstr(post, "disableServer=on")) in parsePost() 660 else if(strstr(post, "forceWindowed=on")) in parsePost() 664 else if(strstr(post, "complementaryDepthBuffer=on")) in parsePost() 668 else if(strstr(post, "postBlendSRGB=on")) in parsePost() [all …]
|