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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dplugin_ops.h60 #define _get_triple_le(ptr) (*(u_int8_t*)(ptr) | (u_int32_t)*((u_int8_t*)(ptr) + 1) << 8 | (u_int32_t)*((u_int8_t*)(ptr) + 2) << 16) macro
78 #define _get_triple(ptr) _get_triple_le(ptr)
84 #define _get_triple_s(ptr) _get_triple_le(ptr)
1100 #undef _get_triple_le macro

Completed in 43 milliseconds