Searched refs:get_int64_lower32 (Results 1 – 6 of 6) sorted by relevance
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_int64_utils.h | 40 OSCL_IMPORT_REF static int32 get_int64_lower32(const int64& input_value);
|
D | oscl_int64_utils.cpp | 33 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/ |
D | oscl_scheduler.cpp | 186 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/ |
D | oscl_file_stats.cpp | 59 , Oscl_Int64_Utils::get_int64_lower32((const int64)(iStats[aOp].iParam2)) in Log()
|
D | oscl_socket_serv_imp_pv.cpp | 426 , Oscl_Int64_Utils::get_int64_lower32(iRunningTotal) in ShowStats()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset7.cpp | 11060 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()
|