HomeSort by relevance Sort by last modified time
    Searched full:ush (Results 1 - 25 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ush.s 1 # Source file used to test the ush macro.
13 ush $4,0
14 ush $4,1
15 ush $4,0x8000
16 ush $4,-0x8000
17 ush $4,0x10000
18 ush $4,0x1a5a5
19 ush $4,0($5)
20 ush $4,1($5)
21 ush $4,data_labe
    [all...]
24k-triple-stores-6.s 10 ush $ra,80($sp)
11 ush $s3,88($sp)
12 ush $s8,96($sp)
ulh-pic.s 19 ush $4,big_external_common
24 ush $4,big_external_data_label+1
29 ush $4,small_local_common+1
mips-abi32.s 51 ush $4, unshared # 0090 lui at,hi(unshared)
mips-gp32-fp32.s 51 ush $4, unshared # 0090 lui at,hi(unshared)
mips-gp32-fp64.s 51 ush $4, unshared # 0090 lui at,hi(unshared)
  /external/freetype/src/gzip/
zutil.c 93 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 */
zutil.h 36 typedef unsigned short ush; typedef
37 typedef ush FAR ushf;
  /external/libpng/contrib/gregbook/
rpng-x.c 106 * "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 red, green, blue
    [all...]
rpng2-x.c 165 * "ush acopy = (alpha);") */
168 ush temp = ((ush)(fg)*(ush)(alpha) + \
169 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
262 ush type;
    [all...]
rpng-win.c 124 * "ush acopy = (alpha);") */
127 ush temp = ((ush)(fg)*(ush)(alpha) + \
128 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
  /external/opencv3/3rdparty/zlib/
zutil.c 230 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 */
deflate.h 67 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); \
trees.c 178 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)bits
    [all...]
zutil.h 43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
  /external/pdfium/third_party/zlib_v128/
zutil.c 232 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 */
deflate.h 67 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); \
trees.c 178 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)bits
    [all...]
zutil.h 45 typedef unsigned short ush; typedef
46 typedef ush FAR ushf;
  /external/zlib/src/
zutil.c 230 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 */
deflate.h 67 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); \
trees.c 178 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)bits
    [all...]
zutil.h 43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/
libisl.a     [all...]
  /external/webp/src/dsp/
lossless_mips_dsp_r2.c 389 "ush %[temp1], -2(%[dst]) \n\t"
509 "ush %[temp0], 0(%[dst]) \n\t"
512 "ush %[temp0], 0(%[dst]) \n\t"
    [all...]

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>