Searched refs:lzo_fread (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/include/lzo/
H A Dlzoutil.h62 #define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lzo/include/lzo/
H A Dlzoutil.h62 #define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lzo/include/lzo/
H A Dlzoutil.h62 #define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/examples/
H A Dportab_a.h102 #undef lzo_fread macro
109 # define lzo_fread(f,b,s) acc_hfread(f,b,s) macro
H A Dportab.h95 # define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
H A Ddict.c136 in_len = (lzo_uint) lzo_fread(f,in,in_len);
248 dict_len = (lzo_uint) lzo_fread(f,dict,DICT_LEN);
H A Doverlap.c152 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp.c175 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp2.c209 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dlzopack.c80 l = (lzo_uint) lzo_fread(fp, buf, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lzo/examples/
H A Dportab_a.h102 #undef lzo_fread macro
109 # define lzo_fread(f,b,s) acc_hfread(f,b,s) macro
H A Dportab.h95 # define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
H A Ddict.c136 in_len = (lzo_uint) lzo_fread(f,in,in_len);
248 dict_len = (lzo_uint) lzo_fread(f,dict,DICT_LEN);
H A Doverlap.c152 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp.c175 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp2.c209 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dlzopack.c80 l = (lzo_uint) lzo_fread(fp, buf, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lzo/examples/
H A Dportab_a.h102 #undef lzo_fread macro
109 # define lzo_fread(f,b,s) acc_hfread(f,b,s) macro
H A Dportab.h95 # define lzo_fread(f,b,s) (fread(b,1,s,f)) macro
H A Ddict.c136 in_len = (lzo_uint) lzo_fread(f,in,in_len);
248 dict_len = (lzo_uint) lzo_fread(f,dict,DICT_LEN);
H A Doverlap.c152 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp.c175 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dprecomp2.c209 in_len = (lzo_uint) lzo_fread(f,in,in_len);
H A Dlzopack.c80 l = (lzo_uint) lzo_fread(fp, buf, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/lzotest/
H A Dlzotest.c466 dict.len = (lzo_uint) lzo_fread(fp, dict.ptr, dict.alloc_len);
818 mb->len = (lzo_uint) lzo_fread(fp, mb->ptr, mb->len);

Completed in 132 milliseconds

12