AV_WL64A          364 libavcodec/dstdec.c             AV_WL64A(status + 8, (AV_RL64A(status + 8) << 1) | ((AV_RL64A(status) >> 63) & 1));
AV_WL64A          365 libavcodec/dstdec.c             AV_WL64A(status, (AV_RL64A(status) << 1) | v);
AV_WL64A          556 libavutil/intreadwrite.h #ifndef AV_WL64A