Searched defs:mem_put_le16 (Results 1 – 5 of 5) sorted by relevance
198 #define mem_put_le16 mem_ops_wrap_symbol(mem_put_le16) macro199 static VPX_INLINE void mem_put_le16(void *vmem, MEM_VALUE_T val) { in mem_put_le16() function
199 #define mem_put_le16 mem_ops_wrap_symbol(mem_put_le16) macro200 static inline void mem_put_le16(void *vmem, MEM_VALUE_T val) { in mem_put_le16() function
26 static void mem_put_le16(char *const mem, const unsigned int val) { in mem_put_le16() function
32 static void mem_put_le16(char *const mem, unsigned int val) { in mem_put_le16() function
1712 static void mem_put_le16(char *mem, unsigned int val) in mem_put_le16() function