Searched defs:PRI (Results 1 – 14 of 14) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_extpri.h | 56 #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/ |
D | nghttp2_extpri.h | 56 #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/ |
D | nghttp3_conv.h | 212 #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/ |
D | poll_fd.rs | 12 const PRI = linux_raw_sys::general::POLLPRI as u16; constant
|
D | epoll.rs | 95 const PRI = linux_raw_sys::general::EPOLLPRI as u32; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | poll_fd.rs | 20 const PRI = c::POLLPRI; constant
|
D | epoll.rs | 94 const PRI = c::EPOLLPRI as u32; constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.h | 102 const PhysicalRegisterInfo &PRI; member
|
D | RDFRegisters.h | 226 const PhysicalRegisterInfo &PRI; member
|
D | RDFGraph.h | 872 const PhysicalRegisterInfo PRI; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 314 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency() local
|
D | MachineInstrBundle.cpp | 314 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/ |
D | AArch64ConditionalCompares.cpp | 355 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare() local
|
/third_party/node/deps/undici/src/lib/llhttp/ |
D | constants.d.ts | 86 PRI = 34, enumerator
|