Searched defs:mpack_load_i32 (Results 1 – 2 of 2) sorted by relevance
2121 MPACK_INLINE int32_t mpack_load_i32(const char* p) {return (int32_t)mpack_load_u32(p);} in mpack_load_i32() function