Searched defs:K_MERGE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h112 ** An invariance is 2*K_MERGE + K_QTYPE + 1 == 16
116 #define K_MERGE (K_RTYPE+2) /* # of types allowing add+copy */ macro
176 #define K_TPUT(k) (((k)+K_MERGE) << S_BITS)
/ast/src/lib/libvdelta/
H A Dvdelhdr.h112 ** An invariance is 2*K_MERGE + K_QTYPE + 1 == 16
116 #define K_MERGE (K_RTYPE+2) /* # of types allowing add+copy */ macro
176 #define K_TPUT(k) (((k)+K_MERGE) << S_BITS)

Completed in 15 milliseconds