HomeSort by relevance Sort by last modified time
    Searched defs:new_res (Results 1 - 4 of 4) sorted by null

  /external/netperf/src/missing/
getaddrinfo.c 336 struct addrinfo *new_res; local
458 new_res = (struct addrinfo *)malloc(sizeof(struct addrinfo));
459 if (new_res == NULL) {
466 new_res->ai_family = PF_INET;
467 new_res->ai_socktype = hints->ai_socktype;
468 new_res->ai_protocol = hints->ai_protocol;
469 new_res->ai_addr = NULL;
470 new_res->ai_addrlen = sizeof(struct sockaddr_in);
471 new_res->ai_canonname = NULL;
472 new_res->ai_next = NULL
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 1068 EvalRet new_res = nestedExpr.evalExpr(0, newEc); local
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 927 int[] new_res = new int[res.length + 1]; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 2917 IRTemp old_res, new_res; local
    [all...]

Completed in 444 milliseconds