HomeSort by: relevance | last modified time | path
    Searched defs:other_req (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/frv/
cache.c 1076 FRV_CACHE_REQUEST *other_req; local
1084 for (other_req = cache->pipeline[pipe].requests;
1085 other_req != NULL;
1086 other_req = other_req->next)
1088 other_address = other_req->address & line_mask;
1090 && priority > other_req->priority)
1096 other_req = cache->pipeline[other_pipe].stages[LAST_STAGE].request;
1097 if (other_req != NULL)
1099 other_address = other_req->address & line_mask
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.c 1076 FRV_CACHE_REQUEST *other_req; local
1084 for (other_req = cache->pipeline[pipe].requests;
1085 other_req != NULL;
1086 other_req = other_req->next)
1088 other_address = other_req->address & line_mask;
1090 && priority > other_req->priority)
1096 other_req = cache->pipeline[other_pipe].stages[LAST_STAGE].request;
1097 if (other_req != NULL)
1099 other_address = other_req->address & line_mask
    [all...]
  /src/external/bsd/libevent/dist/
evdns.c 4467 struct getaddrinfo_subrequest *other_req; local
4483 other_req = &data->ipv6_request;
4486 other_req = &data->ipv4_request;
4499 if (other_req->r == NULL)
4512 if (other_req->r == NULL)
4535 if (other_req->r) {
4563 if (other_req->r) {
4604 if (other_req->r) {
4605 evdns_cancel_request(NULL, other_req->r);
4611 if (other_req->r == NULL
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 4465 struct getaddrinfo_subrequest *other_req; local
4481 other_req = &data->ipv6_request;
4484 other_req = &data->ipv4_request;
4497 if (other_req->r == NULL)
4510 if (other_req->r == NULL)
4533 if (other_req->r) {
4561 if (other_req->r) {
4602 if (other_req->r) {
4603 evdns_cancel_request(NULL, other_req->r);
4609 if (other_req->r == NULL
    [all...]

Completed in 32 milliseconds