Home
last modified time | relevance | path

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

12345678910

/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 …]
Dinflate.h94 unsigned long hold; /* input bit accumulator */ member
/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 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.c121 state->hold = 0;
219 state->hold = 0;
225 state->hold += value << state->bits;
444 hold = state->hold; \
455 state->hold = hold; \
462 hold = 0; \
472 hold += (unsigned long)(*next++) << bits; \
486 ((unsigned)hold & ((1U << (n)) - 1))
491 hold >>= (n); \
498 hold >>= bits & 7; \
[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.h98 unsigned long hold; /* input bit accumulator */ member
/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/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/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/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/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/ping/
Dping.c463 int rcvbuf, hold; in sock_setbufs() local
464 int tmplen = sizeof(hold); in sock_setbufs()
470 rcvbuf = hold = alloc * preload; in sock_setbufs()
471 if (hold < 65536) in sock_setbufs()
472 hold = 65536; in sock_setbufs()
473 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold)); in sock_setbufs()
474 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) { in sock_setbufs()
475 if (hold < rcvbuf) in sock_setbufs()
484 int hold; in setup() local
500 hold = 1; in setup()
[all …]
/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/chromium/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm9 // Minimum and maximum click-hold timeout.
13 // Drag distance threshold to activate click-hold; should be >= 0.
81 // If doing click-hold, track the mouse ourselves.
/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/minizip/
Dminiunz.c155 char hold; local
159 hold = *p;
167 if (hold == 0)
169 *p++ = hold;
/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/emma/pregenerated/
DANDROID-CHANGES.txt1 This directory exists to hold the file
/external/llvm/test/Transforms/GlobalOpt/
Dinteger-bool.ll4 ;; check that global opt turns integers that only hold 0 or 1 into bools.

12345678910