Searched refs:is64BitDevice (Results 1 – 1 of 1) sorted by relevance
611 const bool is64BitDevice = supportsAny64BitABI(activity); in getCDDRequiredSystemMemory() local614 if (!is64BitDevice) in getCDDRequiredSystemMemory()619 TCU_CHECK_INTERNAL(!is64BitDevice); in getCDDRequiredSystemMemory()652 …const size_t reqMem = is64BitDevice ? s_classes[ndx].requiredMem64bit : s_classes[ndx].requiredM… in getCDDRequiredSystemMemory()