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

/ast/src/lib/libvdelta/
H A Dvdsqueeze.c61 reg int n_add, i_add, i_copy, k_type; local
104 { i_copy = K_PUT(k_type);
106 i_copy |= C_LPUT(n_copy);
124 STRPUTC(tab, i_copy);
H A Dvddelta.c63 reg int n_add, i_add, i_copy, k_type; local
105 { i_copy = K_PUT(k_type);
107 i_copy |= C_LPUT(n_copy);
127 { if(!MERGABLE(n_add,n_copy,k_type) && VDPUTC((Vdio_t*)tab,i_copy) < 0 )
/ast/src/lib/libvdelta/vd01/
H A Dvddelta01.c67 reg int n_add, i_add, i_copy, k_type; local
109 { i_copy = K_PUT(k_type);
111 i_copy |= C_LPUT(n_copy);
131 { if(!MERGABLE(n_add,n_copy,k_type) && VDPUTC((Vdio_t*)tab,i_copy) < 0 )

Completed in 10 milliseconds