Home
last modified time | relevance | path

Searched refs:ushf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c1297 register ush scan_start = *(ushf*)scan;
1298 register ush scan_end = *(ushf*)(scan+best_len-1);
1337 if (*(ushf*)(match+best_len-1) != scan_end ||
1338 *(ushf*)match != scan_start) continue;
1352 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1353 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1354 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1355 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1404 scan_end = *(ushf*)(scan+best_len-1);
H A Dzutil.h40 typedef ush FAR ushf; typedef
H A Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
575 ushf *bl_count; /* number of codes at each bit length */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c100 typedef ush FAR ushf; typedef
532 ushf *d_buf;
863 ushf *overlay;
1313 ushf *overlay;
1477 register ush scan_start = *(ushf*)scan;
1520 *(ushf*)match != scan_start) continue;
1538 } while (*(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
1539 *(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
1540 *(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
1541 *(ushf *)(scan += 2) == *(ushf *)(match += 2) &&
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c49 typedef ush FAR ushf; typedef
359 ushf *d_buf;
961 register ush scan_start = *(ushf*)scan;
962 register ush scan_end = *(ushf*)(scan+best_len-1);
991 if (*(ushf*)(match+best_len-1) != scan_end ||
992 *(ushf*)match != scan_start) continue;
1006 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1007 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1008 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1009 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c599 typedef ush FAR ushf; typedef
1448 ushf *d_buf;