Searched refs:PUP (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | inffast.c | 26 # 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 D | LzmaDecOpt.S | 361 .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 D | LzmaDecOpt.asm | 232 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 D | types.rs | 166 pub const PUP: Self = Self(c::IPPROTO_PUP as _); consts
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 468 pub const PUP: Self = Self(c::IPPROTO_PUP as _); consts
|
Completed in 8 milliseconds