Home
last modified time | relevance | path

Searched refs:ush (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
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_time;
[all …]
/openbsd/src/sys/lib/libz/
Ddeflate.h72 ush freq; /* frequency count */
73 ush code; /* bit string */
76 ush dad; /* father node in Huffman tree */
77 ush len; /* length of bit string */
94 typedef ush Pos;
208 ush bl_count[MAX_BITS+1];
264 ush bi_buf;
343 ush dist = (ush)(distance); \
362 ush dist = (ush)(distance); \
Dtrees.c144 put_byte(s, (uch)((ush)(w) >> 8)); \
202 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
212 next_code[bits] = (ush)code; in gen_codes()
225 tree[n].Code = (ush)bi_reverse(next_code[len]++, len); in gen_codes()
261 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
263 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); in send_bits()
266 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
276 s->bi_buf |= (ush)val << s->bi_valid;\
278 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
281 s->bi_buf |= (ush)(value) << s->bi_valid;\
[all …]
Dzutil.c214 if (*(ush*)&buf != 0) return buf; in zcalloc()
222 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
223 *(ush*)&buf = 0; in zcalloc()
233 if (*(ush*)&ptr != 0) { /* object < 64K */ in zcfree()
Dzutil.h56 typedef unsigned short ush; typedef
57 typedef ush FAR ushf;
Ddeflate.c95 ush good_length; /* reduce lazy search above this match length */
96 ush max_lazy; /* do not perform lazy search above this match length */
97 ush nice_length; /* quit search above this match length */
98 ush max_chain;
746 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); in deflatePrime()
1372 register ush scan_start = *(ushf*)scan; in longest_match()
1373 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
/openbsd/src/lib/libz/
Ddeflate.h72 ush freq; /* frequency count */
73 ush code; /* bit string */
76 ush dad; /* father node in Huffman tree */
77 ush len; /* length of bit string */
94 typedef ush Pos;
208 ush bl_count[MAX_BITS+1];
264 ush bi_buf;
343 ush dist = (ush)(distance); \
362 ush dist = (ush)(distance); \
Dtrees.c144 put_byte(s, (uch)((ush)(w) >> 8)); \
202 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
212 next_code[bits] = (ush)code; in gen_codes()
225 tree[n].Code = (ush)bi_reverse(next_code[len]++, len); in gen_codes()
261 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
263 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); in send_bits()
266 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
276 s->bi_buf |= (ush)val << s->bi_valid;\
278 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
281 s->bi_buf |= (ush)(value) << s->bi_valid;\
[all …]
Dzutil.c211 if (*(ush*)&buf != 0) return buf; in zcalloc()
219 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
220 *(ush*)&buf = 0; in zcalloc()
230 if (*(ush*)&ptr != 0) { /* object < 64K */ in zcfree()
Dzutil.h43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
Ddeflate.c95 ush good_length; /* reduce lazy search above this match length */
96 ush max_lazy; /* do not perform lazy search above this match length */
97 ush nice_length; /* quit search above this match length */
98 ush max_chain;
746 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); in deflatePrime()
1372 register ush scan_start = *(ushf*)scan; in longest_match()
1373 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
DChangeLog662 - Add ush casts in trees.c to avoid pedantic runtime errors
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Ddeflate.h74 ush freq; /* frequency count */
75 ush code; /* bit string */
78 ush dad; /* father node in Huffman tree */
79 ush len; /* length of bit string */
96 typedef ush Pos;
210 ush bl_count[MAX_BITS+1];
266 ush bi_buf;
342 ush dist = (ush)(distance); \
361 ush dist = (ush)(distance); \
Dtrees.c146 put_byte(s, (uch)((ush)(w) >> 8)); \
203 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
213 next_code[bits] = (ush)code; in gen_codes()
226 tree[n].Code = (ush)bi_reverse(next_code[len]++, len); in gen_codes()
262 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
264 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); in send_bits()
267 s->bi_buf |= (ush)value << s->bi_valid; in send_bits()
277 s->bi_buf |= (ush)val << s->bi_valid;\
279 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
282 s->bi_buf |= (ush)(value) << s->bi_valid;\
[all …]
Dzutil.c213 if (*(ush*)&buf != 0) return buf; in zcalloc()
221 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
222 *(ush*)&buf = 0; in zcalloc()
232 if (*(ush*)&ptr != 0) { /* object < 64K */ in zcfree()
Dzutil.h41 typedef unsigned short ush; typedef
42 typedef ush FAR ushf;
Ddeflate.c99 ush good_length; /* reduce lazy search above this match length */
100 ush max_lazy; /* do not perform lazy search above this match length */
101 ush nice_length; /* quit search above this match length */
102 ush max_chain;
742 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); in deflatePrime()
1368 register ush scan_start = *(ushf*)scan; in longest_match()
1369 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrInfo.td3116 "ush\t$rt, $addr">; //, ISA_MIPS1_NOT_32R6_64R6;
/openbsd/src/gnu/usr.bin/binutils/
Dmd5.sum2659 fe1d1ac2ee009fc930cc33e7fffe4bc4 gas/testsuite/gas/mips/ush.d
2660 fa20601e0c404bd38a90edf5f43077bb gas/testsuite/gas/mips/ush.s
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dmd5.sum3321 fe1d1ac2ee009fc930cc33e7fffe4bc4 gas/testsuite/gas/mips/ush.d
3322 fa20601e0c404bd38a90edf5f43077bb gas/testsuite/gas/mips/ush.s
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.md4844 ;; ??? There could be HImode variants for the ulh/ulhu/ush macros.
/openbsd/src/share/dict/
Dweb2226327 ush