Searched refs:C_TINY (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h170 #define C_TINY 2 /* bits for tiny COPY */ macro
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/ast/src/lib/libvdelta/
H A Dvdelhdr.h170 #define C_TINY 2 /* bits for tiny COPY */ macro
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )

Completed in 13 milliseconds