/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 56 unsigned int found_port = 0; local 68 for (i = 0; i < num_adaptors && !found_port; ++i) 76 for (j = 0; j < num_types && !found_port; ++j) 85 for (k = 0; k < num_mc_types && !found_port; ++k) 89 for (l = 0; l < adaptor_info[i].num_ports && !found_port; ++l) 97 found_port = 1; 112 return found_port;
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 56 unsigned int found_port = 0; local 68 for (i = 0; i < num_adaptors && !found_port; ++i) 76 for (j = 0; j < num_types && !found_port; ++j) 85 for (k = 0; k < num_mc_types && !found_port; ++k) 89 for (l = 0; l < adaptor_info[i].num_ports && !found_port; ++l) 97 found_port = 1; 112 return found_port;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
context.c | 47 bool *found_port, int *screen, int *chroma_format, 60 assert(found_port); 68 *found_port = false; 75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) { 76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) { 82 *found_port = true; 123 if (!*found_port) { 184 bool found_port; local 205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, 209 if (ret != Success || !found_port) [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 47 bool *found_port, int *screen, int *chroma_format, 60 assert(found_port); 68 *found_port = false; 75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) { 76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) { 82 *found_port = true; 123 if (!*found_port) { 184 bool found_port; local 205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, 209 if (ret != Success || !found_port) [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_api.c | 510 BOOLEAN found_port; local 524 found_port = FALSE; 532 found_port = TRUE; 537 if ((!found_port) || 538 (found_port && (p_port->rfc.state < RFC_STATE_OPENED))) [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
login_database.cc | 95 const std::string found_port = GURL(found->signon_realm).port(); local 97 return found_port == form_port;
|