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

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dpack.hpp752 buf[0] = static_cast<char>(0xcdu); _msgpack_store16(&buf[1], d);
787 buf[0] = static_cast<char>(0xd1u); _msgpack_store16(&buf[1], d);
1170 buf[0] = static_cast<char>(0xdcu); _msgpack_store16(&buf[1], static_cast<uint16_t>(n));
1189 buf[0] = static_cast<char>(0xdeu); _msgpack_store16(&buf[1], static_cast<uint16_t>(n));
1212 buf[0] = static_cast<char>(0xdau); _msgpack_store16(&buf[1], static_cast<uint16_t>(l));
1240 buf[0] = static_cast<char>(0xdau); _msgpack_store16(&buf[1], static_cast<uint16_t>(l));
1266 buf[0] = static_cast<char>(0xc5u); _msgpack_store16(&buf[1], static_cast<uint16_t>(l));
1327 _msgpack_store16(&buf[1], static_cast<uint16_t>(l));
1379 buf[0] = static_cast<char>(0xcdu); _msgpack_store16(&buf[1], static_cast<uint16_t>(d));
1402 buf[0] = static_cast<char>(0xcdu); _msgpack_store16(
[all...]
H A Dpack_template.h66 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
86 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
112 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
146 buf[0] = 0xd1; _msgpack_store16(&buf[1], (int16_t)d); \
164 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
181 buf[0] = 0xd1; _msgpack_store16(&buf[1], (int16_t)d); \
199 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
229 buf[0] = 0xd1; _msgpack_store16(&buf[1], (int16_t)d); \
249 buf[0] = 0xcd; _msgpack_store16(&buf[1], (uint16_t)d); \
280 buf[0] = 0xcd; _msgpack_store16(
[all...]
H A Dsysdep.h155 #define _msgpack_store16(to, num) \ macro

Completed in 41 milliseconds