Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/external/opencv3/3rdparty/zlib/
Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold & ((1U << (n)) - 1))
512 hold >>= (n); \
519 hold >>= bits & 7; \
[all …]
Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local
284 hold = 0;
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
/external/zlib/src/
Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold & ((1U << (n)) - 1))
512 hold >>= (n); \
519 hold >>= bits & 7; \
[all …]
Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local
284 hold = 0;
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
/external/pdfium/third_party/zlib_v128/
Dinffast.c84 unsigned long hold; /* local strm->hold */ in inflate_fast() local
111 hold = state->hold; in inflate_fast()
122 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
124 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
127 here = lcode[hold & lmask]; in inflate_fast()
130 hold >>= op; in inflate_fast()
144 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
147 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
148 hold >>= op; in inflate_fast()
153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
[all …]
Dinflate.c120 state->hold = 0; in inflateResetKeep()
240 state->hold = 0; in inflatePrime()
246 state->hold += value << state->bits; in inflatePrime()
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold & ((1U << (n)) - 1))
512 hold >>= (n); \
519 hold >>= bits & 7; \
[all …]
Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ in inflateBack() local
284 hold = 0; in inflateBack()
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack()
[all …]
/external/zlib/src/contrib/masmx64/
Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member
135 ar.hold = state->hold;
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
/external/webrtc/webrtc/modules/video_coding/test/
DplotJitterEstimate.m8 hold on;
17 subfigure(3, 2, 3); hold on;
22 hold on;
29 hold on;
37 figure; hold on;
/external/iputils/
Dping_common.c591 int rcvbuf, hold; in sock_setbufs() local
592 socklen_t tmplen = sizeof(hold); in sock_setbufs()
598 rcvbuf = hold = alloc * preload; in sock_setbufs()
599 if (hold < 65536) in sock_setbufs()
600 hold = 65536; in sock_setbufs()
601 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold)); in sock_setbufs()
602 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) { in sock_setbufs()
603 if (hold < rcvbuf) in sock_setbufs()
631 int hold; in setup() local
648 hold = 1; in setup()
[all …]
Dping.c122 int ch, hold, packlen; in main() local
482 hold = 1; in main()
483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold))) in main()
486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold))) in main()
488 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold))) in main()
546 hold = datalen + 8; in main()
547 hold += ((hold+511)/512)*(optlen + 20 + 16 + 64 + 160); in main()
548 sock_setbufs(icmp_sock, hold); in main()
/external/libexif/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/elfutils/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/bison/runtime-po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/e2fsprogs/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/bison/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/external/zlib/src/contrib/infback9/
Dinfback9.c119 hold = 0; \
143 hold += (unsigned long)(*next++) << bits; \
158 ((unsigned)hold & ((1U << (n)) - 1))
163 hold >>= (n); \
170 hold >>= bits & 7; \
233 unsigned long hold; /* bit buffer */ local
265 hold = 0;
316 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
321 length = (unsigned)hold & 0xffff;
/external/zlib/src/contrib/inflate86/
Dinffas86.c89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member
118 ar.hold = state->hold;
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
1142 ar.hold &= (1U << ar.bits) - 1;
1153 state->hold = ar.hold;

12345678910>>...19