Searched refs:best_off (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_9x.c | 465 c->last_m_off && swd->best_off[*m_len-1] == c->last_m_off) in better_match() 468 *m_off = swd->best_off[*m_len]; in better_match() 481 swd->best_off[*m_len-1] && swd->best_off[*m_len-1] <= M2_MAX_OFFSET) in better_match() 484 *m_off = swd->best_off[*m_len]; in better_match() 493 swd->best_off[*m_len-2] && swd->best_off[*m_len-2] <= M2_MAX_OFFSET) in better_match() 496 *m_off = swd->best_off[*m_len]; in better_match() 505 swd->best_off[*m_len-1] && swd->best_off[*m_len-1] <= M3_MAX_OFFSET) in better_match() 508 *m_off = swd->best_off[*m_len]; in better_match()
|
D | lzo_swd.ch | 105 lzo_uint best_off[ SWD_BEST_OFF ]; 262 s->best_off[i] = s->best_pos[i] = 0; 661 s->best_off[i] = swd_pos2off(s,s->best_pos[i]-1); 663 s->best_off[i] = 0;
|
/external/lz4/lib/ |
D | lz4opt.h | 220 size_t i, llen, litlen, mlen, best_mlen, price, offset, best_off, match_num, last_pos; in LZ4HC_compress_optimal() local 244 best_off = matches[match_num-1].off; in LZ4HC_compress_optimal() 291 best_off = matches[match_num-1].off; in LZ4HC_compress_optimal() 324 best_off = opt[last_pos].off; in LZ4HC_compress_optimal() 333 opt[cur].off = (int)best_off; in LZ4HC_compress_optimal() 335 best_off = offset; in LZ4HC_compress_optimal()
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 239 unsigned int best_off[ SWD_BEST_OFF ]; member 692 s->best_off[i] = in swd_findbest() 696 s->best_off[i] = 0; in swd_findbest()
|