Searched refs:COPY_ARR (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 499 #define COPY_ARR(dest, src, arr) memcpy((dest)->arr, (src)->arr, sizeof((src)->arr));
macro 503 COPY_ARR(d, s, reps) \
504 COPY_ARR(d, s, posAlignEncoder) \
505 COPY_ARR(d, s, isRep) \
506 COPY_ARR(d, s, isRepG0) \
507 COPY_ARR(d, s, isRepG1) \
508 COPY_ARR(d, s, isRepG2) \
509 COPY_ARR(d, s, isMatch) \
510 COPY_ARR(d, s, isRep0Long) \
511 COPY_ARR( [all...] |
Completed in 5 milliseconds