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

  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 725 uint64 time64 = (uint64)(aSrcVal * multconst); local
728 if (time64 > (uint64)(0xFFFFFFFF))
732 aDestVal = Oscl_Int64_Utils::get_uint64_lower32(time64);
771 uint64 time64 = (uint64)(aSrcVal * multconst); local
773 if (time64 > (uint64)(0xFFFFFFFF))
777 aDestVal = Oscl_Int64_Utils::get_uint64_lower32(time64);
804 uint64 time64 = (uint64)(aClockUnitVal * 1000); local
805 if (time64 > (uint64)(0xFFFFFFFF))
809 aDstVal = Oscl_Int64_Utils::get_uint64_lower32(time64);
948 uint64 time64 = (uint64)(aSrcVal * multconst) local
    [all...]
  /external/bluetooth/glib/glib/
gmain.c     [all...]
  /bionic/libc/tzcode/
strftime.c 40 #include <time64.h>
  /bionic/libc/
Android.mk 252 bionic/time64.c \

Completed in 1528 milliseconds