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

1 2 3 4 5 6

  /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...]
  /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...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inffast.c 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
  /external/aac/libSACenc/src/
sacenc_framewindowing.h 146 FW_SLOTTYPE hold; member in struct:__anon13970
  /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/python/cpython3/Modules/zlib/
inffast.c 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 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 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 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;
  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/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/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 204 call.hold();
542 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 578 milliseconds

1 2 3 4 5 6