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

12

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dush.s1 # 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
[all...]
H A D24k-triple-stores-6.s10 ush $ra,80($sp)
11 ush $s3,88($sp)
12 ush $s8,96($sp)
H A Dmips-abi32.s51 ush $4, unshared # 0090 lui at,hi(unshared)
H A Dmips-gp32-fp32.s51 ush $4, unshared # 0090 lui at,hi(unshared)
H A Dmips-gp32-fp64.s51 ush $4, unshared # 0090 lui at,hi(unshared)
H A Dmips-gp64-fp32.s46 ush $4, unshared # 007c lui at,hi(unshared)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dush.s1 # 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
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33742.c4 typedef unsigned short ush; typedef
5 extern ush prev[];
14 prev[n] = (ush) (m >= 0x8000 ? m - 0x8000 : 0);
H A Dpr47372-2.c5 typedef unsigned short ush; typedef
6 typedef ush Pos;
7 extern ush prev[];
/haiku-buildtools/gcc/gcc/java/
H A Dzextract.c104 typedef unsigned short ush; /* defs replace byte/UWORD/ULONG (which are */ typedef
158 ush general_purpose_bit_flag;
159 ush compression_method;
160 ush last_mod_file_time;
161 ush last_mod_file_date;
165 ush filename_length;
166 ush extra_field_length;
172 ush general_purpose_bit_flag;
173 ush compression_method;
174 ush last_mod_file_tim
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dzextract.c102 typedef unsigned short ush; /* defs replace byte/UWORD/ULONG (which are */ typedef
156 ush general_purpose_bit_flag;
157 ush compression_method;
158 ush last_mod_file_time;
159 ush last_mod_file_date;
163 ush filename_length;
164 ush extra_field_length;
170 ush general_purpose_bit_flag;
171 ush compression_method;
172 ush last_mod_file_tim
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dscop-15.c3 typedef unsigned short ush; typedef
5 EXTERN(ush, prev);
/haiku-buildtools/gcc/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;
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
1041 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/haiku-buildtools/binutils/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;
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/haiku-buildtools/gcc/mpfr/src/
H A Drint.c206 int ush; local
219 ush = idiff == 0 ? 0 : GMP_NUMB_BITS - idiff;
221 if (rj == 0 && ush < sh)
224 if it is representable in r, i.e. if its sh - ush bits
227 (MPFR_LIMB_ONE << ush))) != 0)
231 sh = ush;
/haiku-buildtools/gcc/mpfr/tests/
H A Dtfprintf.c144 unsigned short ush = 1; local
189 check_vfprintf (fout, "a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush);
190 check_length (3, ush, 29, hu);
H A Dtprintf.c231 unsigned short ush = 1; local
270 check_vprintf ("a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush);
271 check_length (3, ush, 29, hu);

Completed in 616 milliseconds

12