Searched defs:low (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | biginteger.h | 258 uint64_t low = _umul128(a, b, outHigh) + k; in MulAdd64() local
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 112 #define SIP_ULL(high, low) ((((uint64_t)high) << 32) | (low)) argument
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | reader.h | 448 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in SkipWhitespace_SIMD() local 484 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in SkipWhitespace_SIMD() local 1261 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in ScanCopyUnescapedString() local 1331 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in ScanCopyUnescapedString() local 1387 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in SkipUnescapedString() local
|
D | writer.h | 672 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in ScanWriteUnescapedString() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 188 int32_t low = 0; in _bsearch() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1762 stbtt_int32 low, high; local
|