Searched refs:DVAL_LEN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1a_de.h148 #define DVAL_LEN DVAL_LOOKAHEAD macro
H A Dlzo1.c164 #define DVAL_LEN DVAL_LOOKAHEAD macro
354 const lzo_bytep const ip_end = in+in_len - DVAL_LEN - MIN_MATCH_LONG;
355 const lzo_bytep const in_end = in+in_len - DVAL_LEN;
366 if (in_len <= MIN_MATCH_LONG + DVAL_LEN + 1)
599 if (pd(in_end+DVAL_LEN,ii) > 0)
600 op = store_run(op,ii,pd(in_end+DVAL_LEN,ii));
621 else if (in_len <= MIN_MATCH_LONG + DVAL_LEN + 1)
H A Dlzo1a.c271 const lzo_bytep const ip_end = in+in_len - DVAL_LEN - MIN_MATCH_LONG;
272 const lzo_bytep const in_end = in+in_len - DVAL_LEN;
594 if (pd(in_end+DVAL_LEN,ii) > 0)
595 op = store_run(op,ii,pd(in_end+DVAL_LEN,ii));
636 else if (in_len <= MIN_MATCH_LONG + DVAL_LEN + 1)

Completed in 46 milliseconds