Home
last modified time | relevance | path

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

/third_party/libsnd/src/
H A Dcommon.c840 #define GET_BE_SHORT(ptr) (((ptr) [0] << 8) | ((ptr) [1])) macro

Completed in 3 milliseconds