Lines Matching refs:source
28 #define SET_BLOCKS(base, offset, source) \ argument
29 stx source, [base - offset - 0x18]; \
30 stx source, [base - offset - 0x10]; \
31 stx source, [base - offset - 0x08]; \
32 stx source, [base - offset - 0x00];
34 #define ZERO_BLOCKS(base, offset, source) \ argument
35 stx source, [base - offset - 0x38]; \
36 stx source, [base - offset - 0x30]; \
37 stx source, [base - offset - 0x28]; \
38 stx source, [base - offset - 0x20]; \
39 stx source, [base - offset - 0x18]; \
40 stx source, [base - offset - 0x10]; \
41 stx source, [base - offset - 0x08]; \
42 stx source, [base - offset - 0x00];