Searched refs:util_strcmp (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
H A D | u_debug.c | 126 else if(!util_strcmp(str, "n")) 128 else if(!util_strcmp(str, "no")) 130 else if(!util_strcmp(str, "0")) 132 else if(!util_strcmp(str, "f")) 134 else if(!util_strcmp(str, "F")) 136 else if(!util_strcmp(str, "false")) 138 else if(!util_strcmp(str, "FALSE")) 192 if (!util_strcmp(str, "all")) { 240 else if (!util_strcmp(str, "help")) {
|
H A D | u_string.h | 110 util_strcmp(const char *s1, const char *s2) function 182 #define util_strcmp strcmp macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug.c | 126 else if(!util_strcmp(str, "n")) 128 else if(!util_strcmp(str, "no")) 130 else if(!util_strcmp(str, "0")) 132 else if(!util_strcmp(str, "f")) 134 else if(!util_strcmp(str, "F")) 136 else if(!util_strcmp(str, "false")) 138 else if(!util_strcmp(str, "FALSE")) 192 if (!util_strcmp(str, "all")) { 240 else if (!util_strcmp(str, "help")) {
|
H A D | u_string.h | 110 util_strcmp(const char *s1, const char *s2) function 182 #define util_strcmp strcmp macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
H A D | egl.c | 119 /* for util_strcmp */ 140 if (util_strcmp(version->name, "i915") == 0) { 155 else if (util_strcmp(version->name, "radeon") == 0) { 170 else if (util_strcmp(version->name, "nouveau") == 0) { 175 else if (util_strcmp(version->name, "vmwgfx") == 0) {
|
/external/mesa3d/src/gallium/targets/egl-static/ |
H A D | egl.c | 119 /* for util_strcmp */ 140 if (util_strcmp(version->name, "i915") == 0) { 155 else if (util_strcmp(version->name, "radeon") == 0) { 170 else if (util_strcmp(version->name, "nouveau") == 0) { 175 else if (util_strcmp(version->name, "vmwgfx") == 0) {
|
Completed in 215 milliseconds