Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c26 # define PUP(a) *(a)++ macro
29 # define PUP(a) *++(a) macro
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
137 PUP(out) = (unsigned char)(here.val);
144 hold += (unsigned long)(PUP(in)) << bits;
153 hold += (unsigned long)(PUP(in)) << bits;
155 hold += (unsigned long)(PUP(in)) << bits;
168 hold += (unsigned long)(PUP(in)) << bits;
171 hold += (unsigned long)(PUP(i
[all...]
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S361 .macro PUP prob:req, probPtr:req, mem2:req
503 PUP \prob, probs, 1 * PMULT
536 PUP \prob, sym2_R, 0
552 PUP \prob, probs, 0
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm232 PUP macro prob:req, probPtr:req macro
243 PUP prob, probPtr
373 PUP prob, probs + 1 * PMULT
391 PUP prob, t1_R - step * PMULT_2
408 PUP prob, probs + sym2_R * PMULT
428 PUP prob, probs
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs166 pub const PUP: Self = Self(c::IPPROTO_PUP as _); consts
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs468 pub const PUP: Self = Self(c::IPPROTO_PUP as _); consts

Completed in 5 milliseconds