Searched refs:ushf (Results 1 – 4 of 4) sorted by relevance
226 ushf *overlay;938 ushf *overlay;1085 register ush scan_start = *(ushf*)scan;1086 register ush scan_end = *(ushf*)(scan+best_len-1);1125 if (*(ushf*)(match+best_len-1) != scan_end ||1126 *(ushf*)match != scan_start) continue;1140 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1141 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1142 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1143 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&[all …]
50 typedef ush FAR ushf; typedef
238 ushf *d_buf;
148 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));585 ushf *bl_count; /* number of codes at each bit length */
Completed in 15 milliseconds