Searched defs:hold (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.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
[all...]
H A Dfx_zlib_infback.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; /* bi local
[all...]
H A Dfx_zlib_inflate.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
613 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
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;
[all...]
/external/zlib/src/
H A 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
[all...]
H A 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; /* bi local
[all...]
H A 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
613 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb287 <i>channel</i> feature, which allows you to hold on to all tokens of interest
887 def hold( pos = @position ) method in class:ANTLR3.that.CommonTokenStream
888 block_given? or return enum_for( :hold, pos )
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |
[all...]
/external/zlib/src/contrib/infback9/
H A 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
[all...]
/external/tcpdump/
H A Dprint-pim.c130 int hold; local
133 hold = EXTRACT_16BITS(&bp[6]);
134 if (hold != 180) {
136 relts_print(hold);
272 (void)printf(" RP %s hold ", ipaddr_string(&bp[16]));
326 int hold; local
348 hold = EXTRACT_16BITS(&bp[2]);
349 if (hold)
/external/zlib/src/contrib/blast/
H A Dblast.c418 static unsigned char hold[CHUNK]; local
420 *buf = hold;
421 return fread(hold, 1, CHUNK, (FILE *)how);
/external/zlib/src/contrib/minizip/
H A Dminiunz.c168 char hold; local
172 hold = *p;
180 if (hold == 0)
182 *p++ = hold;
/external/zlib/src/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
/external/iputils/
H A Dping.c122 int ch, hold, packlen; local
482 hold = 1;
483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold)))
486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
488 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold)))
546 hold = datalen + 8;
547 hold
[all...]
H A Dping_common.c467 * of the data portion are used to hold a UNIX "timeval" struct in VAX
591 int rcvbuf, hold; local
592 socklen_t tmplen = sizeof(hold);
598 rcvbuf = hold = alloc * preload;
599 if (hold < 65536)
600 hold = 65536;
601 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold));
602 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) {
603 if (hold < rcvbu
631 int hold; local
[all...]
H A Dping6.c697 int ch, hold, packlen; local
1096 hold = 1;
1097 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) {
1104 hold = datalen+8;
1105 hold += ((hold+511)/512)*(40+16+64+160);
1106 sock_setbufs(icmp_sock, hold);
1356 * of the data portion are used to hold a UNIX "timeval" struct in VAX
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.js1794 * @class hold
1820 * @extends hold
1836 var hold = {
1837 // wait at least HOLD_DELAY ms between hold and pulse events
1839 // pointer can move WIGGLE_THRESHOLD pixels before not counting as a hold
1847 'hold',
1854 var hold = Date.now() - this.heldPointer.timeStamp;
1855 var type = this.held ? 'holdpulse' : 'hold';
1856 this.fireHold(type, hold);
1898 _source: 'hold'
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c2930 /* a and b both need to be able to hold a maxp-length number */
4433 /* The accumulator will hold the quotient of the division. */
4955 const decNumber *hold=lhs; local
4957 rhs=hold;
5044 /* Each uLong item in the accumulator can hold values up to */
5425 /* the accumulator needs to be able to hold 2p digits so that */
5436 /* the term needs to be able to hold p digits (which is */
5705 /* be able to hold p digits, and the adjustment up to */
6412 Unit *hold=minC; local
6414 maxC=hold;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 462 milliseconds