Searched defs:K_RECENT (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libvdelta/vd01/ |
H A D | vdelhdr01.h | 89 ** 6,7,8,9: COPY with K_RECENT addressing scheme. 93 ** 12,13,14,15: merged ADD/COPY with K_RECENT addressing. 114 #define K_RTYPE 4 /* # of K_RECENT types */ 122 #define K_RECENT (K_HERE+1) /* start of K_RECENT types */ macro 139 #define VD_ISCOPY(k) ((k) > 0 && (k) < (K_RECENT+K_RTYPE) ) 140 #define K_ISMERGE(k) ((k) >= (K_RECENT+K_RTYPE))
|
/ast/src/lib/libvdelta/ |
H A D | vdelhdr.h | 89 ** 6,7,8,9: COPY with K_RECENT addressing scheme. 93 ** 12,13,14,15: merged ADD/COPY with K_RECENT addressing. 114 #define K_RTYPE 4 /* # of K_RECENT types */ 122 #define K_RECENT (K_HERE+1) /* start of K_RECENT types */ macro 139 #define VD_ISCOPY(k) ((k) > 0 && (k) < (K_RECENT+K_RTYPE) ) 140 #define K_ISMERGE(k) ((k) >= (K_RECENT+K_RTYPE))
|
Completed in 12 milliseconds