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];
180 #define ZERO_BLOCKS(base, offset, source) \ argument
181 stx source, [base - offset - 0x38]; \
182 stx source, [base - offset - 0x30]; \
183 stx source, [base - offset - 0x28]; \
184 stx source, [base - offset - 0x20]; \
185 stx source, [base - offset - 0x18]; \
186 stx source, [base - offset - 0x10]; \
187 stx source, [base - offset - 0x08]; \
188 stx source, [base - offset - 0x00];