Searched refs:ush (Results 1 - 25 of 35) sorted by relevance

12

/external/freetype/src/gzip/
H A Dzutil.c93 if (*(ush*)&buf != 0) return buf;
101 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
102 *(ush*)&buf = 0;
110 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dzutil.h36 typedef unsigned short ush; typedef
37 typedef ush FAR ushf;
/external/libpng/contrib/gregbook/
H A Dreadpng.h73 typedef unsigned short ush; typedef
H A Drpng-x.c106 * "ush acopy = (alpha);") */
109 ush temp = ((ush)(fg)*(ush)(alpha) + \
110 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
158 ush reds[256], greens[256], blues[256];
786 ush re
[all...]
H A Drpng2-x.c165 * "ush acopy = (alpha);") */
168 ush temp = ((ush)(fg)*(ush)(alpha) + \
169 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
262 ush type;
1337 ush re
[all...]
H A Dreadpng2.h79 typedef unsigned short ush; typedef
H A Dwritepng.h87 typedef unsigned short ush; typedef
H A Drpng-win.c124 * "ush acopy = (alpha);") */
127 ush temp = ((ush)(fg)*(ush)(alpha) + \
128 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
H A Drpng2-win.c155 * "ush acopy = (alpha);") */
158 ush temp = ((ush)(fg)*(ush)(alpha) + \
159 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
239 ush type;
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.h67 ush freq; /* frequency count */
68 ush code; /* bit string */
71 ush dad; /* father node in Huffman tree */
72 ush len; /* length of bit string */
89 typedef ush Pos;
203 ush bl_count[MAX_BITS+1];
257 ush bi_buf;
332 ush dist = (distance); \
H A Dtrees.c178 put_byte(s, (uch)((ush)(w) >> 8)); \
202 s->bi_buf |= (ush)value << s->bi_valid;
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |= (ush)(value) << s->bi_valid;\
243 ush bl_count[MAX_BITS+1];
502 ush f; /* frequency */
516 tree[n].Len = (ush)bit
[all...]
H A Dzutil.c232 if (*(ush*)&buf != 0) return buf;
240 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
241 *(ush*)&buf = 0;
249 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dzutil.h45 typedef unsigned short ush; typedef
46 typedef ush FAR ushf;
/external/python/cpython2/Modules/zlib/
H A Ddeflate.h67 ush freq; /* frequency count */
68 ush code; /* bit string */
71 ush dad; /* father node in Huffman tree */
72 ush len; /* length of bit string */
89 typedef ush Pos;
203 ush bl_count[MAX_BITS+1];
257 ush bi_buf;
332 ush dist = (distance); \
H A Dtrees.c178 put_byte(s, (uch)((ush)(w) >> 8)); \
202 s->bi_buf |= (ush)value << s->bi_valid;
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |= (ush)(value) << s->bi_valid;\
243 ush bl_count[MAX_BITS+1];
502 ush f; /* frequency */
516 tree[n].Len = (ush)bit
[all...]
H A Dzutil.c230 if (*(ush*)&buf != 0) return buf;
238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
239 *(ush*)&buf = 0;
247 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dzutil.h43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
/external/syslinux/com32/lib/zlib/
H A Ddeflate.h64 ush freq; /* frequency count */
65 ush code; /* bit string */
68 ush dad; /* father node in Huffman tree */
69 ush len; /* length of bit string */
86 typedef ush Pos;
200 ush bl_count[MAX_BITS+1];
254 ush bi_buf;
328 ush dist = (distance); \
H A Dzutil.c226 if (*(ush*)&buf != 0) return buf;
234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
235 *(ush*)&buf = 0;
243 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dtrees.c183 put_byte(s, (uch)((ush)(w) >> 8)); \
207 s->bi_buf |= (ush)value << s->bi_valid;
209 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
212 s->bi_buf |= (ush)value << s->bi_valid;
222 s->bi_buf |= (ush)val << s->bi_valid;\
224 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
227 s->bi_buf |= (ush)(value) << s->bi_valid;\
248 ush bl_count[MAX_BITS+1];
508 ush f; /* frequency */
522 tree[n].Len = (ush)bit
[all...]
H A Dzutil.h39 typedef unsigned short ush; typedef
40 typedef ush FAR ushf;
/external/zlib/src/
H A Ddeflate.h67 ush freq; /* frequency count */
68 ush code; /* bit string */
71 ush dad; /* father node in Huffman tree */
72 ush len; /* length of bit string */
89 typedef ush Pos;
203 ush bl_count[MAX_BITS+1];
257 ush bi_buf;
332 ush dist = (distance); \
H A Dtrees.c178 put_byte(s, (uch)((ush)(w) >> 8)); \
202 s->bi_buf |= (ush)value << s->bi_valid;
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |= (ush)(value) << s->bi_valid;\
243 ush bl_count[MAX_BITS+1];
502 ush f; /* frequency */
516 tree[n].Len = (ush)bit
[all...]
H A Dzutil.c230 if (*(ush*)&buf != 0) return buf;
238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
239 *(ush*)&buf = 0;
247 if (*(ush*)&ptr != 0) { /* object < 64K */
/external/syslinux/memdisk/
H A Dinflate.c124 ush n; /* literal, length base, or distance base */
131 const ush *, const ush *, struct huft **, int *));
157 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */
163 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */
168 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */
174 static const ush cpdext[] = { /* Extra bits for distance codes */
213 STATIC const ush mask_bits[] = {
268 const ush *d; /* list of base values for non-simple codes */
269 const ush *
[all...]

Completed in 347 milliseconds

12