Searched defs:mpack_store_i8 (Results 1 – 2 of 2) sorted by relevance
2123 MPACK_INLINE void mpack_store_i8 (char* p, int8_t val) {mpack_store_u8 (p, (uint8_t) val);} in mpack_store_i8() function