HomeSort by relevance Sort by last modified time
    Searched refs:varCount (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcapi.h 51 int varCount;
cdonts.h 492 virtual HRESULT WINAPI get_Count(__LONG32 *varCount) = 0;
    [all...]
cdosys.h     [all...]
cdoex.h     [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 524 size_t varCount = 0;
528 if (sscanf(line, EXPORT_VAR_STR "%zu", &varCount) != 1) {
533 mExportedVariableCount = varCount;
534 //ALOGE("varCount: %zu", varCount);
535 if (varCount > 0) {
538 mFieldIsObject = new bool[varCount];
542 memset(mFieldIsObject, 0, varCount * sizeof(*mFieldIsObject));
543 mFieldAddress = new void*[varCount];
547 for (size_t i = 0; i < varCount; ++i)
    [all...]

Completed in 853 milliseconds