Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/expat/
Dsiphash.h135 uint64_t v0, v1, v2, v3; member
173 H->v0 += H->v1; in sip_round()
175 H->v1 ^= H->v0; in sip_round()
176 H->v0 = SIP_ROTL(H->v0, 32); in sip_round()
182 H->v0 += H->v3; in sip_round()
184 H->v3 ^= H->v0; in sip_round()
195 H->v0 = SIP_ULL(0x736f6d65U, 0x70736575U) ^ key->k[0]; in sip24_init()
223 H->v0 ^= m; in sip24_update()
265 H->v0 ^= b; in sip24_final()
269 return H->v0 ^ H->v1 ^ H->v2 ^ H->v3; in sip24_final()
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Ditoa.h179 const uint32_t v0 = static_cast<uint32_t>(value / kTen8); in u64toa() local
182 const uint32_t b0 = v0 / 10000; in u64toa()
183 const uint32_t c0 = v0 % 10000; in u64toa()
252 const uint32_t v0 = static_cast<uint32_t>(value / kTen8); in u64toa() local
255 const uint32_t b0 = v0 / 10000; in u64toa()
256 const uint32_t c0 = v0 % 10000; in u64toa()
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c618 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local
624 v0 = src[8 * 0]; /* Get even elements */ in block_idct()
629 t10 = v0 + v2; /* Process the even elements */ in block_idct()
630 t12 = v0 - v2; in block_idct()
634 v0 = t10 + v3; in block_idct()
656 src[8 * 0] = v0 + v7; /* Write-back transformed values */ in block_idct()
657 src[8 * 7] = v0 - v7; in block_idct()
671 v0 = src[0] + (128L << 8); /* Get even elements (remove DC offset (-128) here) */ in block_idct()
676 t10 = v0 + v2; /* Process the even elements */ in block_idct()
677 t12 = v0 - v2; in block_idct()
[all …]
/lvgl-latest/libs/nema_gfx/include/
Dnema_graphics.h807 void nema_blit_tri_fit (float dx0, float dy0, int v0,
/lvgl-latest/docs/
DCHANGELOG.rst147 - **feat(thorvg): update ThorVG to v0.11.99** `7addc72 <https://github.com/lvgl/lvgl/commit/7addc72…