Home
last modified time | relevance | path

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

123456

/external/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 this = 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.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>= (n); \
463 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ local
[all …]
Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer */ local
275 hold = 0;
321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
Dinflate.h94 unsigned long hold; /* input bit accumulator */ member
/external/qemu/distrib/zlib-1.2.3/
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 this = 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.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>= (n); \
463 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ local
[all …]
Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer */ local
275 hold = 0;
321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
/external/webkit/WebCore/platform/image-decoders/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 this = 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.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>= (n); \
463 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ local
[all …]
Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer */ local
275 hold = 0;
321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
/external/zlib/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/grub/grub/
Dmain.c133 int hold = 0; in main() local
169 hold = -1; in main()
171 hold = atoi (optarg); in main()
247 if (hold && verbose) in main()
250 while (hold) in main()
252 if (hold > 0) in main()
253 hold--; in main()
/external/libpng/
DY2KINFO14 that will hold years up to 65535. The other two hold the date in text
15 format, and will hold years up to 9999.
47 integer to hold the year, and can hold years as large as 65535.
/external/zlib/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; \
234 unsigned long hold; /* bit buffer */ local
267 hold = 0;
318 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
323 length = (unsigned)hold & 0xffff;
/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/ping/
Dping.c461 int rcvbuf, hold; in sock_setbufs() local
462 int tmplen = sizeof(hold); in sock_setbufs()
468 rcvbuf = hold = alloc * preload; in sock_setbufs()
469 if (hold < 65536) in sock_setbufs()
470 hold = 65536; in sock_setbufs()
471 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold)); in sock_setbufs()
472 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) { in sock_setbufs()
473 if (hold < rcvbuf) in sock_setbufs()
482 int hold; in setup() local
498 hold = 1; in setup()
[all …]
/external/elfutils/po/
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/libelf-po/
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/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;
/external/tcpdump/
Dprint-pim.c132 int hold; in pimv1_join_prune_print() local
135 hold = EXTRACT_16BITS(&bp[6]); in pimv1_join_prune_print()
136 if (hold != 180) { in pimv1_join_prune_print()
138 relts_print(hold); in pimv1_join_prune_print()
330 int hold; in cisco_autorp_print() local
352 hold = EXTRACT_16BITS(&bp[2]); in cisco_autorp_print()
353 if (hold) in cisco_autorp_print()
/external/zlib/contrib/minizip/
Dminiunz.c129 char hold; local
133 hold = *p;
141 if (hold == 0)
143 *p++ = hold;
/external/zlib/contrib/blast/
Dblast.c416 static unsigned char hold[CHUNK]; in inf() local
418 *buf = hold; in inf()
419 return fread(hold, 1, CHUNK, (FILE *)how); in inf()
/external/zlib/contrib/untgz/
Duntgz.c350 char hold; in makedir() local
354 hold = *p; in makedir()
362 if (hold == 0) in makedir()
364 *p++ = hold; in makedir()
/external/bluetooth/bluez/src/
Dhcid.conf56 lp rswitch,hold,sniff,park;

123456