Home
last modified time | relevance | path

Searched defs:tempVec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/felix/vibrator/cs40l26/
DVibrator.cpp613 std::vector<int16_t> tempVec(numBytes, 0); local
665 std::vector<int16_t> tempVec(numBytes, 0); local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp993 std::string tempVec = "_tempVec" + std::to_string(fVarCount++); in writeConstructorCompound() local