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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc 326 unsigned cimp = parse_field (buf); local
327 if (cimp == INVALID_IMP)
331 imp = cimp;
333 else if (imp != cimp)
428 unsigned cimp = __SHIFTOUT(id.ac_midr, MIDR_EL1_IMPL);
429 if (cimp == INVALID_IMP)
433 imp = cimp;
435 else if (imp != cimp)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc 310 unsigned cimp = parse_field (buf); local
311 if (cimp == INVALID_IMP)
315 imp = cimp;
317 else if (imp != cimp)
409 unsigned cimp = __SHIFTOUT(id.ac_midr, MIDR_EL1_IMPL);
410 if (cimp == INVALID_IMP)
414 imp = cimp;
416 else if (imp != cimp)
  /src/external/bsd/tcpdump/dist/
print-decnet.c 1014 const struct cimsg *cimp = (const struct cimsg *)nspp; local
1019 services = GET_U_1(cimp->ci_services);
1020 info = GET_U_1(cimp->ci_info);
1021 segsize = GET_LE_U_2(cimp->ci_segsize);

Completed in 19 milliseconds