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

12

/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Dstring_stream.c22 va_list hold; local
26 va_copy(hold, args);
36 vsprintf(&stream->data[stream->length], format, hold);
/external/chromium_org/third_party/zlib/
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.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...]
H A 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
597 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/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/qemu/distrib/zlib-1.2.8/
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...]
/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...]
/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/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py14 import tempfile # Get a temporary directory to hold intermediates namespace
H A Dtimeload.py16 import tempfile # Get a temporary directory to hold intermediates namespace
H A Dcompare2.py14 import tempfile # Get a temporary directory to hold intermediates namespace
47 "directory to hold intermediate files)", metaname="NAME")
50 "directory to hold intermediate files)", metaname="NAME")
81 ["-d", "--diffdir"], "Path to hold the difference of comparisons that fail")
113 """Helper class to hold information about a scrape."""
/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/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dscene.js10 var hold = false; variable
29 hold = false;
249 hold = true;
262 if (hold) {
263 hold = false;
/external/smack/src/com/kenai/jbosh/
H A DCMSessionParams.java38 private final AttrHold hold; field in class:CMSessionParams
72 hold = aHold;
154 return hold;
/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/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c155 char hold; local
159 hold = *p;
167 if (hold == 0)
169 *p++ = hold;

Completed in 347 milliseconds

12