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

1 2 3 4

  /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...]
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
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...]
  /external/zlib/src/
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...]
inflate.c 119 state->hold = 0;
239 state->hold = 0;
245 state->hold += value << state->bits;
464 hold = state->hold; \
475 state->hold = hold; \
482 hold = 0; \
492 hold += (unsigned long)(*next++) << bits; \
506 ((unsigned)hold & ((1U << (n)) - 1)
612 unsigned long hold; \/* bit buffer *\/ local
    [all...]
inflate.h 98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
infback.c 134 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
    [all...]
  /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/src/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...]
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [all...]
  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 38 private final AttrHold hold; field in class:CMSessionParams
72 hold = aHold;
103 resp.getAttribute(Attributes.HOLD)),
154 return hold;
  /external/ping/
ping_common.c 279 * of the data portion are used to hold a UNIX "timeval" struct in VAX
395 int rcvbuf, hold; local
396 int tmplen = sizeof(hold);
402 rcvbuf = hold = alloc * preload;
403 if (hold < 65536)
404 hold = 65536;
405 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold));
406 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) {
407 if (hold < rcvbuf
416 int hold; local
    [all...]
ping.c 116 int ch, hold, packlen; local
419 hold = 1;
420 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold)))
423 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
425 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold)))
483 hold = datalen + 8;
484 hold += ((hold+511)/512)*(optlen + 20 + 16 + 64 + 160)
    [all...]
  /external/zlib/src/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 155 public synchronized void hold(Thread t) { method in class:Profile.Watchdog
212 // Hold the future samples coming from current thread until commit() or
215 public static void hold() { method in class:Profile
216 sWatchdog.hold(Thread.currentThread());
  /external/zlib/src/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...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 74 overridePendingTransition(R.anim.fade, R.anim.hold);
99 R.anim.fade, R.anim.hold);
  /external/zlib/src/contrib/blast/
blast.c 416 static unsigned char hold[CHUNK]; local
418 *buf = hold;
419 return fread(hold, 1, CHUNK, (FILE *)how);
  /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/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 160 unsigned char hold[MAX_HOLD_SIZE]; /* Accumulation buffer */ member in struct:GIFImageReader
  /external/zlib/src/contrib/minizip/
miniunz.c 168 char hold; local
172 hold = *p;
180 if (hold == 0)
182 *p++ = hold;
  /external/zlib/src/contrib/untgz/
untgz.c 350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
  /frameworks/base/core/tests/coretests/
Android.mk 3 # this var will hold all the test apk module names later.
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 165 static struct line hold;
883 hold.length = 0;
164 static struct line hold; variable in typeref:struct:line
    [all...]

Completed in 843 milliseconds

1 2 3 4