HomeSort by relevance Sort by last modified time
    Searched defs:hold (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/third_party/zlib/
inffast.c 84 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)
    [all...]
infback.c 125 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
    [all...]
inflate.c 121 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);
562 unsigned long hold; \/* bit buffer *\/ local
    [all...]
inflate.h 94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 84 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)
    [all...]
infback.c 125 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
    [all...]
inflate.c 121 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);
562 unsigned long hold; \/* bit buffer *\/ local
    [all...]
inflate.h 94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
  /external/zlib/contrib/masmx64/
inffas8664.c 94 /* 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/
inffast.c 84 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)
    [all...]
infback.c 125 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
    [all...]
inflate.c 121 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)
597 unsigned long hold; \/* bit buffer *\/ local
    [all...]
inflate.h 98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
  /external/grub/grub/
main.c 77 {"hold", optional_argument, 0, OPT_HOLD},
108 --hold wait until a debugger will attach\n\
133 int hold = 0; local
169 hold = -1;
171 hold = atoi (optarg);
246 /* Wait until the HOLD variable is cleared by an attached debugger. */
247 if (hold && verbose)
248 printf ("Run \"gdb %s %d\", and set HOLD to zero.\n",
250 while (hold)
252 if (hold > 0
    [all...]
  /external/zlib/contrib/inflate86/
inffas86.c 89 /* 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 |= *((uint *)in)++ << bits *
    [all...]
  /external/chromium/third_party/zlib/contrib/minizip/
miniunz.c 129 char hold; local
133 hold = *p;
141 if (hold == 0)
143 *p++ = hold;
  /external/zlib/contrib/blast/
blast.c 416 static unsigned char hold[CHUNK]; local
418 *buf = hold;
419 return fread(hold, 1, CHUNK, (FILE *)how);
  /external/zlib/contrib/infback9/
infback9.c 119 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
    [all...]
  /external/tcpdump/
print-pim.c 70 { PIMV2_HELLO_OPTION_HOLDTIME, "Hold Time" },
132 int hold; local
135 hold = EXTRACT_16BITS(&bp[6]);
136 if (hold != 180) {
137 (void)printf("Hold ");
138 relts_print(hold);
159 (void)printf(" Hold time: ");
245 (void)printf(" (Hold-time ");
276 (void)printf(" RP %s hold ", ipaddr_string(&bp[16]));
330 int hold; local
    [all...]
  /external/zlib/contrib/minizip/
miniunz.c 155 char hold; local
159 hold = *p;
167 if (hold == 0)
169 *p++ = hold;
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.h 162 unsigned char hold[MAX_HOLD_SIZE]; /* Accumulation buffer */ member in struct:GIFImageReader
  /external/zlib/contrib/untgz/
untgz.c 350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 188 if (backgroundCall.getState().isAlive()) backgroundCall.hold();
476 void hold() throws CallStateException { method in class:SipPhone.SipCall
478 for (Connection c : connections) ((SipConnection) c).hold();
740 void hold() throws CallStateException { method in class:SipPhone.SipConnection
745 throw new CallStateException("hold(): " + e);
    [all...]
  /external/openssl/apps/
ca.c 144 #define REV_HOLD 2 /* Value is hold instruction */
2792 ASN1_OBJECT *hold = NULL; local
2887 ASN1_OBJECT *hold = NULL; local
    [all...]
  /external/ping/
ping.c 345 * of the data portion are used to hold a UNIX "timeval" struct in VAX
461 int rcvbuf, hold; local
462 int tmplen = sizeof(hold);
468 rcvbuf = hold = alloc * preload;
469 if (hold < 65536)
470 hold = 65536;
471 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold));
472 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) {
473 if (hold < rcvbuf
482 int hold; local
1675 int ch, hold, packlen; local
    [all...]

Completed in 457 milliseconds

1 2