Searched defs:ush (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
| H A D | sun.c | 137 u_int16_t *ush = (u_int16_t *)label; local 140 while(ush < (u_int16_t *)(&label->csum)) 141 csum ^= *ush++; 149 u_int16_t *ush = ((u_int16_t *)(label + 1)) - 1; local 152 while (ush >= (u_int16_t *)label) 153 csum ^= *ush--;
|
| /osnet-11/usr/src/grub/grub2/grub-core/io/ |
| H A D | gzio.c | 168 typedef unsigned short ush; typedef 264 ush n; /* literal, length base, or distance base */ 285 static ush cplens[] = 290 static ush cplext[] = 294 static ush cpdist[] = 299 static ush cpdext[] = 378 static ush mask_bits[] = 425 static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *, 441 ush * [all...] |
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | gunzip.c | 260 typedef unsigned short ush; typedef 351 ush n; /* literal, length base, or distance base */ 379 static ush cplens[] = 384 static ush cplext[] = 388 static ush cpdist[] = 393 static ush cpdext[] = 478 static ush mask_bits[] = 530 static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *, 545 ush * [all...] |
| /osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 48 typedef unsigned short ush; typedef 49 typedef ush FAR ushf; 186 ush freq; /* frequency count */ 187 ush code; /* bit string */ 190 ush dad; /* father node in Huffman tree */ 191 ush len; /* length of bit string */ 208 typedef ush Pos; 321 ush bl_count[MAX_BITS+1]; 375 ush bi_buf; 498 ush good_lengt [all...] |
Completed in 33 milliseconds