Home
last modified time | relevance | path

Searched defs:LE2H_32_PTR (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/src/
H A Dsfendian.h168 #define LE2H_32_PTR(x) (((x) [0]) + ((x) [1] << 8) + ((x) [2] << 16) + ((x) [3] << 24)) macro

Completed in 1 milliseconds