Home
last modified time | relevance | path

Searched refs:unaligned_long (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dasm.h83 struct unaligned_long { uint64_t l; } __attribute__((packed)); struct
85 #define uldq(a) (((const struct unaligned_long *) (a))->l)