Home
last modified time | relevance | path

Searched defs:PRI (Results 1 – 14 of 14) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_extpri.h56 #define nghttp2_extpri_uint8_urgency(PRI) \ argument
63 #define nghttp2_extpri_uint8_inc(PRI) (((PRI)&NGHTTP2_EXTPRI_INC_MASK) != 0) argument
/third_party/node/deps/nghttp2/lib/
Dnghttp2_extpri.h56 #define nghttp2_extpri_uint8_urgency(PRI) \ argument
63 #define nghttp2_extpri_uint8_inc(PRI) (((PRI)&NGHTTP2_EXTPRI_INC_MASK) != 0) argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conv.h212 #define nghttp3_pri_uint8_urgency(PRI) \ argument
219 #define nghttp3_pri_uint8_inc(PRI) (((PRI)&NGHTTP3_PRI_INC_MASK) != 0) argument
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dpoll_fd.rs12 const PRI = linux_raw_sys::general::POLLPRI as u16; constant
Depoll.rs95 const PRI = linux_raw_sys::general::EPOLLPRI as u32; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs20 const PRI = c::POLLPRI; constant
Depoll.rs94 const PRI = c::EPOLLPRI as u32; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h102 const PhysicalRegisterInfo &PRI; member
DRDFRegisters.h226 const PhysicalRegisterInfo &PRI; member
DRDFGraph.h872 const PhysicalRegisterInfo PRI; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp314 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency() local
DMachineInstrBundle.cpp314 PhysRegInfo PRI = {false, false, false, false, false, false, false, false}; in AnalyzePhysRegInBundle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp355 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare() local
/third_party/node/deps/undici/src/lib/llhttp/
Dconstants.d.ts86 PRI = 34, enumerator