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

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dunpack_template.h260 _msgpack_load32(uint32_t, n, &mem.i);
281 _msgpack_load32(uint32_t,n,&tmp);
298 _msgpack_load32(int32_t,n,&tmp);
339 _msgpack_load32(uint32_t,n,&tmp);
344 _msgpack_load32(uint32_t,n,&tmp);
349 _msgpack_load32(uint32_t,n,&tmp);
370 _msgpack_load32(uint32_t,n,&tmp);
382 _msgpack_load32(uint32_t,n,&tmp);
H A Dsysdep.h146 #define _msgpack_load32(cast, from, to) do { \ macro
165 #define _msgpack_load32(cast, from) \
H A Dunpack.hpp446 _msgpack_load32(T, n, &dst);

Completed in 39 milliseconds