Home
last modified time | relevance | path

Searched defs:low (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dbiginteger.h258 uint64_t low = _umul128(a, b, outHigh) + k; in MulAdd64() local
/lvgl-latest/src/libs/expat/
Dsiphash.h112 #define SIP_ULL(high, low) ((((uint64_t)high) << 32) | (low)) argument
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h448 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
Dwriter.h672 uint64_t low = vgetq_lane_u64(vreinterpretq_u64_u8(x), 0); // extract in ScanWriteUnescapedString() local
/lvgl-latest/src/libs/thorvg/
DtvgLottieProperty.h188 int32_t low = 0; in _bsearch() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1762 stbtt_int32 low, high; local