Home
last modified time | relevance | path

Searched defs:intSize (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieAnimation.kt97 val intSize = IntSize(size.width.roundToInt(), size.height.roundToInt()) in <lambda>() constant
/external/oss-fuzz/projects/augeas/
Daugeas_fa_fuzzer.cc47 int intSize = (int)Size; in LLVMFuzzerTestOneInput() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptHash.c494 UINT32 intSize, // IN: the size of 'intValue' in bytes in CryptDigestUpdateInt()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1979 constexpr size_t intSize = sizeof(int); in getNaturalIntType() local