Searched refs:VD_BITS (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libvdelta/
H A Dvdsqueeze.c86 if(n >= (d<<VD_BITS) )
88 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
H A Dvdexpand.c89 copy = tab->quick[copy + ((k_type-K_QUICK)<<VD_BITS)];
H A Dvdelhdr.h98 #define VD_BITS 8 /* # bits usable in a byte */ macro
117 #define K_QSIZE (K_QTYPE<<VD_BITS) /* size of K_QUICK cache */
H A Dvddelta.c87 if(n >= (d<<VD_BITS) )
89 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
H A Dvdupdate.c141 copy = tab->quick[copy + ((k_type-K_QUICK)<<VD_BITS)];
/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h98 #define VD_BITS 8 /* # bits usable in a byte */ macro
117 #define K_QSIZE (K_QTYPE<<VD_BITS) /* size of K_QUICK cache */
H A Dvddelta01.c91 if(n >= (d<<VD_BITS) )
93 best = n - (d<<VD_BITS); /**/ASSERT(best < (1<<VD_BITS));
H A Dvdupdate01.c139 copy = tab->quick[copy + ((k_type-K_QUICK)<<VD_BITS)];

Completed in 28 milliseconds