Searched refs:ush (Results 1 - 8 of 8) sorted by last modified time

/barrelfish-2018-10-04/usr/tests/testdesc/
H A Dtestdesc.c57 struct _unix_socket *ush; local
60 ush = fds->handle;
63 fds->handle, ush->type, ush->protocol, ush->passive, ush->nonblocking);
H A Dtestdesc-child.c34 struct _unix_socket *ush = (struct _unix_socket *)handle; local
38 ush->type, ush->protocol, ush->passive, ush->nonblocking);
/barrelfish-2018-10-04/lib/zlib/
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 Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Dtrees.c182 put_byte(s, (uch)((ush)(w) >> 8)); \
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
223 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
247 ush bl_count[MAX_BITS+1];
504 ush f; /* frequency */
518 tree[n].Len = (ush)bits;
562 tree[m].Len = (ush)bits;
582 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
583 ush code = 0; /* running code value */
679 tree[n].Dad = tree[m].Dad = (ush)nod
[all...]
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;
317 ush dist = (distance); \
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/barrelfish-2018-10-04/include/vm/
H A Duma_core.c3404 struct uma_stream_header ush; local
3432 bzero(&ush, sizeof(ush));
3433 ush.ush_version = UMA_STREAM_VERSION;
3434 ush.ush_maxcpus = (mp_maxid + 1);
3435 ush.ush_count = count;
3436 (void)sbuf_bcat(&sbuf, &ush, sizeof(ush));

Completed in 67 milliseconds