Home
last modified time | relevance | path

Searched refs:RAPIDJSON_ALIGN (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h147 static const size_t SIZEOF_SHARED_DATA = RAPIDJSON_ALIGN(sizeof(SharedData));
148 static const size_t SIZEOF_CHUNK_HEADER = RAPIDJSON_ALIGN(sizeof(ChunkHeader));
326 size = RAPIDJSON_ALIGN(size); in Malloc()
345 originalSize = RAPIDJSON_ALIGN(originalSize); in Realloc()
346 newSize = RAPIDJSON_ALIGN(newSize); in Realloc()
Drapidjson.h306 #ifndef RAPIDJSON_ALIGN
307 #define RAPIDJSON_ALIGN(x) (((x) + static_cast<size_t>(7u)) & ~static_cast<size_t>(7u)) macro
Ddocument.h2149 return RAPIDJSON_ALIGN(sizeof(Map*)) +
2150 RAPIDJSON_ALIGN(sizeof(SizeType)) +
2151 RAPIDJSON_ALIGN(capacity * sizeof(Member)) +
2157 RAPIDJSON_ALIGN(sizeof(Map*)));
2162 RAPIDJSON_ALIGN(sizeof(Map*)) +
2163 RAPIDJSON_ALIGN(sizeof(SizeType)));
2168 RAPIDJSON_ALIGN(sizeof(Map*)) +
2169 RAPIDJSON_ALIGN(sizeof(SizeType)) +
2170RAPIDJSON_ALIGN(GetMapCapacity(map) * sizeof(Member)));
2176 RAPIDJSON_ALIGN(sizeof(SizeType)) -
[all …]