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

1 2 3 4 5 6 7 8 91011>>

  /hardware/google/av/codec2/docs/
doxyfilter.sh 4 global in_comment, current, indent, hold
5 in_comment, current, indent, hold = False, None, '', []
9 global hold
10 for h in hold:
12 hold[:] = []
15 global current, hold
17 for h in hold:
21 for h in hold:
26 hold[:] = []
29 global current, indent, hold
    [all...]
  /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...]
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...]
  /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/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...]
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/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...]
  /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...]
inflate.c 121 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 & ((1U << (n)) - 1)
597 unsigned long hold; \/* bit buffer *\/ local
    [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...]
  /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...]
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/ltp/testcases/kernel/fs/ftest/
libftest.h 40 * Do logical or of hold and bits (of size)
41 * fields and store result into hold field.
43 void ft_orbits(char *hold, char *bits, int size);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
baddata1.s 7 # no way these are going to hold the pointers.
  /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...]
  /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...]
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...]
  /prebuilts/go/darwin-x86/test/
finprofiled.go 29 hold := make([]*int32, 0, N)
34 hold = append(hold, p)
70 // Just to keep hold alive.
71 if len(hold) != 0 && hold[0] == nil {
  /prebuilts/go/linux-x86/test/
finprofiled.go 29 hold := make([]*int32, 0, N)
34 hold = append(hold, p)
70 // Just to keep hold alive.
71 if len(hold) != 0 && hold[0] == nil {
  /external/webrtc/webrtc/modules/video_coding/test/
plotJitterEstimate.m 8 hold on;
17 subfigure(3, 2, 3); hold on;
22 hold on;
29 hold on;
37 figure; hold on;
  /external/libchrome/base/memory/
shared_memory_tracker.cc 39 AutoLock hold(usages_lock_);
45 AutoLock hold(usages_lock_);
54 AutoLock hold(usages_lock_);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mn10300.c 29 /* Structure to hold information about predefined registers. */
1270 char *hold;
1317 hold = input_line_pointer;
1324 input_line_pointer = hold;
1325 str = hold;
1336 input_line_pointer = hold;
1337 str = hold;
1345 input_line_pointer = hold;
1346 str = hold;
1358 input_line_pointer = hold;
1267 char *hold; local
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeTransitionTests.java 374 "Call is placed on hold - 1",
393 "Call is placed on hold - 2",
412 "Call is taken off hold - 1",
431 "Call is taken off hold - 2",
469 "New dialing call when there's a call on hold",

Completed in 222 milliseconds

1 2 3 4 5 6 7 8 91011>>