Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dplugin_ops.h66 #define _get_triple_le(ptr) (*(uint8_t*)(ptr) | (uint32_t)*((uint8_t*)(ptr) + 1) << 8 | (uint32_t)*((uint8_t*)(ptr) + 2) << 16) macro
736 #undef _get_triple_le macro

Completed in 3 milliseconds