Searched refs:rcmp (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/pax/
H A Dpat_rep.h44 regex_t rcmp; /* compiled regular expression used to match */ member in struct:replace
H A Dpat_rep.c144 if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) {
145 regerror(res, &(rep->rcmp), rebuf, sizeof(rebuf));
167 regfree(&(rep->rcmp));
177 regfree(&(rep->rcmp));
204 regfree(&(rep->rcmp));
944 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)
969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Daddsf3.S224 rcmp.hi r5,1; hi : round down
331 rcmp.hi r5,1; hi : round down
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Daddsf3.S224 rcmp.hi r5,1; hi : round down
331 rcmp.hi r5,1; hi : round down
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c2172 ACPI_IORT_ROOT_COMPLEX *rcmp local
2176 (ACPI_IORT_MEMORY_ACCESS *)&rcmp->MemoryProperties);
2178 (rcmp->AtsAttribute & ACPI_IORT_ATS_SUPPORTED)
2180 printf("\tPCI Segment=%u\n", rcmp->PciSegmentNumber);
2181 printf("\tMemory address size limit=%hhu\n", rcmp->MemoryAddressLimit);

Completed in 110 milliseconds