/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inffast.c | 94 hold = state->hold; 105 hold += (unsigned long)(*in++) << bits; 107 hold += (unsigned long)(*in++) << bits; 110 here = lcode[hold & lmask]; 113 hold >>= op; 131 hold >>= op; 141 here = dcode[hold & dmask]; 144 hold >>= op; 166 hold >>= op; 296 hold &= (1U << bits) - 1; [all …]
|
A D | inflate.c | 135 state->hold = 0; 257 state->hold = 0; 482 hold = state->hold; \ 493 state->hold = hold; \ 500 hold = 0; \ 524 ((unsigned)hold & ((1U << (n)) - 1)) 529 hold >>= (n); \ 536 hold >>= bits & 7; \ 708 state->flags = (int)(hold); 890 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
A 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 …]
|
A D | inflate.h | 101 unsigned long hold; /* input bit accumulator */ member
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inffast.c | 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; 148 hold >>= op; 158 here = dcode[hold & dmask]; 161 hold >>= op; 183 hold >>= op; 313 hold &= (1U << bits) - 1; [all …]
|
A D | 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; \ 491 hold >>= (n); \ 498 hold >>= bits & 7; \ 673 state->flags = (int)(hold); 851 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
A D | 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 275 hold = 0; 321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
A D | miniunz.c | 101 char hold; local 105 hold = *p; 112 if (hold == 0) 114 *p++ = hold;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A 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;
|
A D | gvmat64.asm | 207 ;;; Retrieve the function arguments. r8d will hold cur_match 208 ;;; throughout the entire function. edx will hold the pointer to the
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A 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;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A 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;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/ |
A D | untgz.c | 350 char hold; in makedir() local 354 hold = *p; in makedir() 362 if (hold == 0) in makedir() 364 *p++ = hold; in makedir()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | miniunz.c | 168 char hold; local 172 hold = *p; 180 if (hold == 0) 182 *p++ = hold;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/ |
A D | blast.c | 434 static unsigned char hold[CHUNK]; in inf() local 436 *buf = hold; in inf() 437 return fread(hold, 1, CHUNK, (FILE *)how); in inf()
|
/AliOS-Things-master/components/posix/ |
A D | README.md | 140 new thread hold the lock. 141 Main thread hold the lock.
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 98 unsigned long hold; /* input bit accumulator */ member
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 671 int refill, hold, to_skip; in _bdf_readstream() local 769 hold = buf[end]; in _bdf_readstream() 786 buf[end] = (char)hold; in _bdf_readstream() 789 if ( hold == '\n' ) in _bdf_readstream() 791 else if ( hold == '\r' ) in _bdf_readstream() 1238 int hold; in _bdf_is_atom() local 1248 hold = -1; in _bdf_is_atom() 1251 hold = *ep; in _bdf_is_atom() 1258 if ( hold != -1 ) in _bdf_is_atom() 1259 *ep = (char)hold; in _bdf_is_atom()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 209 ;;; Retrieve the function arguments. ecx will hold cur_match 210 ;;; throughout the entire function. edx will hold the pointer to the
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ltsugar.m4 | 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | ltsugar.m4 | 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | ltsugar.m4 | 48 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | ltsugar.m4 | 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | ltsugar.m4 | 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.dat | 40 // enumeration values simply hold byte offsets to the start of the
|