Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 48) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinffast.c94 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 Dinflate.c135 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 Dinfback.c134 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 Dinflate.h101 unsigned long hold; /* input bit accumulator */ member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinffast.c111 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 Dinflate.c121 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 Dinfback.c125 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 Dminiunz.c101 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 Dinffas8664.c94 /* 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 Dgvmat64.asm207 ;;; 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 Dinfback9.c119 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 Dinffas86.c89 /* 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 Duntgz.c350 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 Dminiunz.c168 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 Dblast.c434 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 DREADME.md140 new thread hold the lock.
141 Main thread hold the lock.
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c671 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 Dmatch686.asm209 ;;; 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 Dltsugar.m447 # 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 Dltsugar.m448 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dltsugar.m448 # 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 Dltsugar.m448 # 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 Dltsugar.m448 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.dat40 // enumeration values simply hold byte offsets to the start of the

Completed in 32 milliseconds

12