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

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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 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...]
inflate.c 120 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 & ((1U << (n)) - 1))
613 unsigned long hold; \/* bit buffer *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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/pdfium/third_party/zlib_v128/
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 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...]
inflate.c 120 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 & ((1U << (n)) - 1)
613 unsigned long hold; \/* bit buffer *\/ local
    [all...]
  /external/python/cpython2/Modules/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 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/syslinux/com32/lib/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...]
  /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...]
  /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...]
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...]
  /packages/apps/Dialer/java/com/android/incallui/hold/
OnHoldFragment.java 17 package com.android.incallui.hold;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 287 <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 )
    [all...]
  /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...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 122 * can only hold one listener at a time. Subsequent calls to this method
208 * Puts a call on hold. When it succeeds, {@link ImsCallSession.Listener#callSessionHeld} is
211 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
216 public void hold(ImsStreamMediaProfile profile) throws RemoteException { method in class:ImsCallSessionImplBase
220 * Continues a call that's on hold. When it succeeds,
232 * Merges the active & hold call. When the merge starts,
  /toolchain/binutils/binutils-2.25/bfd/
coff-tic80.c 612 bfd_byte hold;
614 hold = contents[addr + 4];
623 contents[addr + 4] |= hold & 0x20;
631 bfd_byte hold;
633 hold = contents[addr + 1];
642 contents[addr + 1] |= hold & 0x80;
609 bfd_byte hold; local
628 bfd_byte hold; local
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 197 call.hold();
486 call1.hold();
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 457 * Puts the conference on hold.
459 public void hold() { method in class:RemoteConference
461 mConnectionService.hold(mId, null /*Session.Info*/);
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 188 // Request hold from the call side.
189 call.hold();

Completed in 639 milliseconds

1 2 3 4 5