HomeSort by relevance Sort by last modified time
    Searched refs:PRI (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 296 PhysRegInfo PRI = {false, false, false, false, false, false, false};
304 PRI.Clobbered = true;
320 PRI.Read = true;
322 PRI.FullyRead = true;
324 PRI.Killed = true;
327 PRI.Defined = true;
329 PRI.FullyDefined = true;
335 if (AllDefsDead && PRI.FullyDefined)
336 PRI.DeadDef = true;
338 return PRI;
    [all...]
TargetSchedule.cpp 293 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc),
294 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) {
295 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize)
  /system/core/logd/
LogAudit.cpp 38 #define KMSG_PRIORITY(PRI) \
40 '0' + LOG_MAKEPRI(LOG_AUTH, LOG_PRI(PRI)) / 10, \
41 '0' + LOG_MAKEPRI(LOG_AUTH, LOG_PRI(PRI)) % 10, \
main.cpp 54 #define KMSG_PRIORITY(PRI) \
56 '0' + LOG_MAKEPRI(LOG_DAEMON, LOG_PRI(PRI)) / 10, \
57 '0' + LOG_MAKEPRI(LOG_DAEMON, LOG_PRI(PRI)) % 10, \
LogKlog.cpp 35 #define KMSG_PRIORITY(PRI) \
37 '0' + (LOG_SYSLOG | (PRI)) / 10, \
38 '0' + (LOG_SYSLOG | (PRI)) % 10, \
449 int pri = LOG_USER | LOG_INFO; local
452 pri = 0;
454 pri = (pri * 10) + *cp - '0';
460 pri = LOG_USER | LOG_INFO;
464 return pri;
512 static int convertKernelPrioToAndroidPrio(int pri) {
590 int pri = parseKernelPrio(&p, len); local
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 120 ATTRIBUTE Ascend-PRI-Number-Type 226 integer
181 VALUE Ascend-PRI-Number-Type Unknown-Number 0
182 VALUE Ascend-PRI-Number-Type Intl-Number 1
183 VALUE Ascend-PRI-Number-Type National-Number 2
184 VALUE Ascend-PRI-Number-Type Local-Number 4
185 VALUE Ascend-PRI-Number-Type Abbrev-Number 5
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 353 MIOperands::PhysRegInfo PRI =
356 if (PRI.Read) {
365 if (PRI.Defined || PRI.Clobbered) {
  /external/e2fsprogs/lib/blkid/
read.c 320 else if (!strcmp(name, "PRI"))
460 printf(" dev: PRI=\"%d\"\n", dev->bid_pri);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 790 for (RecIter PRI = PM.ProcResourceDefs.begin(),
792 PRI != PRE; ++PRI) {
793 if (*PRI == PRDef || !(*PRI)->isSubClassOf("ProcResGroup"))
795 RecVec SuperResources = (*PRI)->getValueAsListOfDefs("Resources");
804 PRVec.push_back(*PRI);
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 565 ~c379=PRI # Puerto Rico
rel.conf 571 ~c200,~c379=PRI # Puerto Rico

Completed in 960 milliseconds