Home
last modified time | relevance | path

Searched refs:get_int64_lower32 (Results 1 – 6 of 6) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_int64_utils.h40 OSCL_IMPORT_REF static int32 get_int64_lower32(const int64& input_value);
Doscl_int64_utils.cpp33 OSCL_EXPORT_REF int32 Oscl_Int64_Utils::get_int64_lower32(const int64& input_value) in get_int64_lower32() function in Oscl_Int64_Utils
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.cpp186 else stats->iTotalTicksInRun+=Oscl_Int64_Utils::get_int64_lower32(loopdelta);\
196 else stats->iTotalTicksInRun+=Oscl_Int64_Utils::get_int64_lower32(loopdelta);\
578 , Oscl_Int64_Utils::get_int64_lower32(avgTicksPerRun) in ShowStats()
644 , Oscl_Int64_Utils::get_int64_lower32(active->i64TotalTicksInRun) in ShowSummaryStats()
750 … %s", Oscl_Int64_Utils::get_int64_upper32(total), Oscl_Int64_Utils::get_int64_lower32(total), TICK… in EndStats()
753 …Int64_Utils::get_int64_upper32(iGrandTotalTicks), Oscl_Int64_Utils::get_int64_lower32(iGrandTotalT… in EndStats()
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_stats.cpp59 , Oscl_Int64_Utils::get_int64_lower32((const int64)(iStats[aOp].iParam2)) in Log()
Doscl_socket_serv_imp_pv.cpp426 , Oscl_Int64_Utils::get_int64_lower32(iRunningTotal) in ShowStats()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset7.cpp11060 else if (!iReposComplete && Oscl_Int64_Utils::get_int64_lower32(iCount) == 10) in Run()
11080 fprintf(file, "Step - %d\n", Oscl_Int64_Utils::get_int64_lower32(iCount)); in Run()
11615 …ached on Step - %d only, So can't Step to till 25\n", Oscl_Int64_Utils::get_int64_lower32(iCount)); in HandleInformationalEvent()