Searched refs:ushf (Results 1 – 3 of 3) sorted by relevance
1110 register ush scan_start = *(ushf*)scan;1111 register ush scan_end = *(ushf*)(scan+best_len-1);1150 if (*(ushf*)(match+best_len-1) != scan_end ||1151 *(ushf*)match != scan_start) continue;1165 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1166 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1167 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1168 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&1217 scan_end = *(ushf*)(scan+best_len-1);
50 typedef ush FAR ushf; typedef
148 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));583 ushf *bl_count; /* number of codes at each bit length */
Completed in 16 milliseconds