Searched refs:hold (Results 1 - 25 of 71) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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 this = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A 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 >>
562 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A 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; /* bi local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
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 this = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A 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 >>
562 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A 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; /* bi local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
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 this = lcode[hold & lmask];
130 hold >>= op;
141 hold += (unsigned long)(PUP(in)) << bits;
144 len += (unsigned)hold
[all...]
H A Dinflate.c36 state->hold = 0;
173 hold = state->hold; \
184 state->hold = hold; \
191 hold = 0; \
201 hold += (unsigned long)(*next++) << bits; \
215 ((unsigned)hold & ((1U << (n)) - 1))
220 hold >>= (n); \
227 hold >>
324 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h86 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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...]
H A Dinffasx64.asm49 mov rdx, [rsp+80] ; /* rdx = hold */
74 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
93 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
96 and r8, rdx ; /* r8 &= hold */
97 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
101 shr rdx, cl ; /* hold >>= this.bits */
111 and r8, rdx ; /* r8 &= hold */
112 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
117 shr rdx, cl ; /* hold >>= this.bits */
143 and eax, edx ; /* eax &= hold */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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...]
H A Dinffasx64.asm49 mov rdx, [rsp+80] ; /* rdx = hold */
74 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
93 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
96 and r8, rdx ; /* r8 &= hold */
97 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
101 shr rdx, cl ; /* hold >>= this.bits */
111 and r8, rdx ; /* r8 &= hold */
112 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
117 shr rdx, cl ; /* hold >>= this.bits */
143 and eax, edx ; /* eax &= hold */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dsvinto.h54 IO_STATE( R_DMA_CH0_CMD, cmd, hold ) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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; \
234 unsigned long hold; /* bit buffer */ local
267 hold = 0;
318 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
323 length = (unsigned)hold
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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; \
234 unsigned long hold; /* bit buffer */ local
267 hold = 0;
318 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
323 length = (unsigned)hold
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c128 cris_ide_set_speed(int type, int setup, int strobe, int hold) argument
136 ctrl0.pio_hold = hold;
139 ctrl0.dma_hold = hold;
373 cris_ide_set_speed(int type, int setup, int strobe, int hold) argument
384 pio_hold = hold;
387 dma_hold = hold;
691 int setup, strobe, hold; local
698 hold = ATA_PIO0_HOLD;
703 hold = ATA_PIO1_HOLD;
708 hold
729 int cyc = 0, dvs = 0, strobe = 0, hold = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth_unix.c146 __be32 *base, *hold; local
160 hold = p++;
163 *hold = htonl(p - hold - 1); /* gid array length */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Ddebugfs.c201 char *start, *end, *hold, *str; local
211 hold = kzalloc((end - start)+1, GFP_KERNEL);
212 if (!hold)
214 strncpy(hold, start, end - start);
215 hold[(end-start)+1] = '\0';
216 while(hold && (str = strsep(&hold, ","))) {
231 kfree(hold);
238 char *hold; local
241 hold
252 char *hold, *end; local
271 char *hold; local
289 char *hold; local
304 char *hold; local
321 char *hold; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c416 static unsigned char hold[CHUNK]; local
418 *buf = hold;
419 return fread(hold, 1, CHUNK, (FILE *)how);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c416 static unsigned char hold[CHUNK]; local
418 *buf = hold;
419 return fread(hold, 1, CHUNK, (FILE *)how);

Completed in 206 milliseconds

123