/external/zlib/src/ |
D | 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); 131 hold >>= op; 136 hold += (unsigned long)(*in++) << bits; [all …]
|
D | inflate.c | 135 state->hold = 0; 257 state->hold = 0; 263 state->hold += (unsigned)value << state->bits; 482 hold = state->hold; \ 493 state->hold = hold; \ 500 hold = 0; \ 510 hold += (unsigned long)(*next++) << bits; \ 524 ((unsigned)hold & ((1U << (n)) - 1)) 529 hold >>= (n); \ 536 hold >>= bits & 7; \ [all …]
|
D | 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 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | 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); 131 hold >>= op; 136 hold += (unsigned long)(*in++) << bits; [all …]
|
D | inflate.c | 135 state->hold = 0; 257 state->hold = 0; 263 state->hold += (unsigned)value << state->bits; 482 hold = state->hold; \ 493 state->hold = hold; \ 500 hold = 0; \ 510 hold += (unsigned long)(*next++) << bits; \ 524 ((unsigned)hold & ((1U << (n)) - 1)) 529 hold >>= (n); \ 536 hold >>= bits & 7; \ [all …]
|
D | 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 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/u-boot/lib/zlib/ |
D | inffast.c | 85 unsigned long hold; /* local strm->hold */ in inflate_fast() local 120 hold = state->hold; in inflate_fast() 131 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 133 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 136 this = lcode[hold & lmask]; in inflate_fast() 139 hold >>= op; in inflate_fast() 153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 156 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 hold >>= op; in inflate_fast() 162 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() [all …]
|
D | inflate.c | 25 state->hold = 0; in inflateReset() 184 hold = state->hold; \ 195 state->hold = hold; \ 202 hold = 0; \ 212 hold += (unsigned long)(*next++) << bits; \ 226 ((unsigned)hold & ((1U << (n)) - 1)) 231 hold >>= (n); \ 238 hold >>= bits & 7; \ 334 unsigned long hold; /* bit buffer */ in inflate() local 368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate() [all …]
|
/external/zlib/src/contrib/masmx64/ |
D | inffas8664.c | 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member 135 ar.hold = state->hold; 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;
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotJitterEstimate.m | 8 hold on; 17 subfigure(3, 2, 3); hold on; 22 hold on; 29 hold on; 37 figure; hold on;
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | make_unique_gc_object.txt | 1 …:Base>' found; 'Base' is a garbage-collected type. std::unique_ptr cannot hold garbage-collected o… 4 …, int>' found; 'Base' is a garbage-collected type. std::unique_ptr cannot hold garbage-collected o… 7 …ed>' found; 'Derived' is a garbage-collected type. std::unique_ptr cannot hold garbage-collected o… 10 …ixin>' found; 'Mixin' is a garbage-collected type. std::unique_ptr cannot hold garbage-collected o…
|
D | optional_gc_object.txt | 1 …<blink::Base>' found; 'Base' is a garbage-collected type. optional cannot hold garbage-collected o… 4 …::Derived>' found; 'Derived' is a garbage-collected type. optional cannot hold garbage-collected o… 7 …<blink::Base>' found; 'Base' is a garbage-collected type. optional cannot hold garbage-collected o…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
D | load-pre-licm.ll | 41 declare void @hold(i32) readonly 55 call void @hold(i32 %v1) 74 call void @hold(i32 %v1) 111 call void @hold(i32 %v1) 122 call void @hold(i32 %v1) 128 call void @hold(i32 %v2) 152 call void @hold(i32 %v1) 158 call void @hold(i32 %v2) 191 call void @hold(i32 %v1) 205 call void @hold(i32 %v1)
|
/external/iputils/ |
D | ping_common.c | 591 int rcvbuf, hold; in sock_setbufs() local 592 socklen_t tmplen = sizeof(hold); in sock_setbufs() 598 rcvbuf = hold = alloc * preload; in sock_setbufs() 599 if (hold < 65536) in sock_setbufs() 600 hold = 65536; in sock_setbufs() 601 setsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, sizeof(hold)); in sock_setbufs() 602 if (getsockopt(icmp_sock, SOL_SOCKET, SO_RCVBUF, (char *)&hold, &tmplen) == 0) { in sock_setbufs() 603 if (hold < rcvbuf) in sock_setbufs() 631 int hold; in setup() local 648 hold = 1; in setup() [all …]
|
D | ping.c | 122 int ch, hold, packlen; in main() local 482 hold = 1; in main() 483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold))) in main() 486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold))) in main() 488 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold))) in main() 546 hold = datalen + 8; in main() 547 hold += ((hold+511)/512)*(optlen + 20 + 16 + 64 + 160); in main() 548 sock_setbufs(icmp_sock, hold); in main()
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 119 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 & 0xffff;
|
/external/elfutils/po/ |
D | remove-potcdate.sin | 5 # pattern is achieved by looking at the hold space. 8 # Test if the hold space is empty. 16 # The hold space was nonempty. Following occurrences. Do nothing.
|
D | insert-header.sin | 6 # occurrences is achieved by looking at the hold space. 9 # Test if the hold space is empty. 20 # The hold space was nonempty. Following occurrences. Do nothing.
|
/external/libexif/po/ |
D | remove-potcdate.sin | 5 # pattern is achieved by looking at the hold space. 8 # Test if the hold space is empty. 16 # The hold space was nonempty. Following occurrences. Do nothing.
|
D | insert-header.sin | 6 # occurrences is achieved by looking at the hold space. 9 # Test if the hold space is empty. 20 # The hold space was nonempty. Following occurrences. Do nothing.
|
/external/e2fsprogs/po/ |
D | remove-potcdate.sin | 5 # pattern is achieved by looking at the hold space. 8 # Test if the hold space is empty. 16 # The hold space was nonempty. Following occurrences. Do nothing.
|
D | insert-header.sin | 6 # occurrences is achieved by looking at the hold space. 9 # Test if the hold space is empty. 20 # The hold space was nonempty. Following occurrences. Do nothing.
|
/external/zlib/src/contrib/inflate86/ |
D | inffas86.c | 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member 118 ar.hold = state->hold; 129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) { 130 ar.hold += (unsigned long)*ar.in++ << ar.bits; 1142 ar.hold &= (1U << ar.bits) - 1; 1153 state->hold = ar.hold;
|
/external/tensorflow/tensorflow/core/example/ |
D | feature.proto | 9 // A Feature contains Lists which may hold zero or more values. These 64 // Containers to hold repeated fundamental values. 92 // A FeatureList contains lists of Features. These may hold zero or more
|
/external/aac/libSACenc/src/ |
D | sacenc_framewindowing.cpp | 241 pFrameWinList->dat[k].hold = FW_INTP; in FrameWinList_Reset() 250 const FW_SLOTTYPE hold) { in FrameWindowList_Add() argument 263 pFrameWinList->dat[pFrameWinList->n].hold = hold; in FrameWindowList_Add() 283 pFrameWinList->dat[idx].hold = FW_INTP; in FrameWindowList_Remove() 404 if (FW_HOLD != pFrameWinList->dat[ps].hold) { in fdk_sacenc_frameWindow_GetWindow()
|