Home
last modified time | relevance | path

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

/third_party/libsnd/src/
H A Dsds.c41 #define SDS_INT_TO_3BYTE_ENCODE(x) (((x) & 0x7F) | (((x) << 1) & 0x7F00) | (((x) << 2) & 0x7F0000)) macro

Completed in 3 milliseconds