Searched defs:AV_RL64 (Results 1 – 3 of 3) sorted by relevance
173 #define AV_RL64 AV_RL64 macro174 static av_always_inline uint64_t AV_RL64(const void *p) in AV_RL64() function
34 #define AV_RL64 av_read_bswap64 macro
200 # define AV_RL64(p) AV_RN64(p) macro325 # define AV_RL64(x) \ macro437 # define AV_RL64(p) AV_RL(64, p) macro