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

/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h165 #define A_TINYSIZE (1<<A_TINY) /* max tiny ADD size */ macro
166 #define A_ISTINY(s) ((s) <= A_TINYSIZE )
168 #define A_TGET(i) (((i) & (A_TINYSIZE-1)) + 1)
/ast/src/lib/libvdelta/
H A Dvdelhdr.h165 #define A_TINYSIZE (1<<A_TINY) /* max tiny ADD size */ macro
166 #define A_ISTINY(s) ((s) <= A_TINYSIZE )
168 #define A_TGET(i) (((i) & (A_TINYSIZE-1)) + 1)

Completed in 12 milliseconds