OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ush
(Results
1 - 6
of
6
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
76
ush
freq; /* frequency count */
77
ush
code; /* bit string */
80
ush
dad; /* father node in Huffman tree */
81
ush
len; /* length of bit string */
98
typedef
ush
Pos;
212
ush
bl_count[MAX_BITS+1];
268
ush
bi_buf;
344
ush
dist = (
ush
)(distance); \
363
ush
dist = (ush)(distance);
[
all
...]
zutil.c
215
if (*(
ush
*)&buf != 0) return buf;
223
*((
ush
*)&buf+1) += ((
ush
)((uch*)buf-0) + 15) >> 4;
224
*(
ush
*)&buf = 0;
234
if (*(
ush
*)&ptr != 0) { /* object < 64K */
trees.c
148
put_byte(s, (uch)((
ush
)(w) >> 8)); \
205
ush
next_code[MAX_BITS+1]; /* next code value for each bit length */
215
next_code[bits] = (
ush
)code;
228
tree[n].Code = (
ush
)bi_reverse(next_code[len]++, len);
264
s->bi_buf |= (
ush
)value << s->bi_valid;
266
s->bi_buf = (
ush
)value >> (Buf_size - s->bi_valid);
269
s->bi_buf |= (
ush
)value << s->bi_valid;
279
s->bi_buf |= (
ush
)val << s->bi_valid;\
281
s->bi_buf = (
ush
)val >> (Buf_size - s->bi_valid);\
284
s->bi_buf |= (
ush
)(value) << s->bi_valid;
[
all
...]
zutil.h
47
typedef unsigned short
ush
;
typedef in typeref:typename:unsigned short
48
typedef
ush
FAR ushf;
deflate.c
101
ush
good_length; /* reduce lazy search above this match length */
102
ush
max_lazy; /* do not perform lazy search above this match length */
103
ush
nice_length; /* quit search above this match length */
104
ush
max_chain;
744
s->bi_buf |= (
ush
)((value & ((1 << put) - 1)) << s->bi_valid);
1370
register
ush
scan_start = *(ushf*)scan;
1371
register
ush
scan_end = *(ushf*)(scan + best_len - 1);
/src/sys/net/
zlib.c
98
typedef unsigned short
ush
;
typedef in typeref:typename:unsigned short
99
typedef
ush
FAR ushf;
338
ush
freq; /* frequency count */
339
ush
code; /* bit string */
342
ush
dad; /* father node in Huffman tree */
343
ush
len; /* length of bit string */
360
typedef
ush
Pos;
473
ush
bl_count[MAX_BITS+1];
527
ush
bi_buf;
591
ush
dist = (distance);
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025