Home | History | Annotate | Download | only in src

Lines Matching refs:PUT2

77 #undef PUT2
194 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255
199 #define PUT2(a,n,d) a[n] = d
543 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE