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

  /external/google-benchmark/src/
timers.h 39 typedef ChooseClockType::type ClockType;
41 return FpSeconds(ClockType::now().time_since_epoch()).count();
  /external/libcxx/utils/google-benchmark/src/
timers.h 39 typedef ChooseClockType::type ClockType;
41 return FpSeconds(ClockType::now().time_since_epoch()).count();
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
BoardClkGens.c 50 @param ClockType Clock generator's model name.
62 IN CLOCK_GENERATOR_TYPE ClockType,
83 ASSERT (ClockType < ClockGeneratorMax);
118 DEBUG((EFI_D_ERROR, "Expected Clock Generator ID is %x, expecting %x\n", mSupportedClockGeneratorTable[ClockType].ClockId,(Buffer[7]&0xF)));
206 @param ClockType Clock generator's model name.
275 CLOCK_GENERATOR_TYPE ClockType = ClockGeneratorCk505;
406 ConfigurationTable[mSupportedClockGeneratorTable[ClockType].SpreadSpectrumByteOffset] |= mSupportedClockGeneratorTable[ClockType].SpreadSpectrumBitOffset;
408 ConfigurationTable[mSupportedClockGeneratorTable[ClockType].SpreadSpectrumByteOffset] &= ~(mSupportedClockGeneratorTable[ClockType].SpreadSpectrumBitOffset);
    [all...]
BoardClkGens.h 53 CLOCK_GENERATOR_TYPE ClockType;
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
Timespec.cs 37 public Timespec(long tv_sec, int tv_nsec) : this(tv_sec, tv_nsec, ClockType.Realtime)
41 public Timespec(long tv_sec, int tv_nsec, ClockType clock_type)
50 private ClockType clock_type;
59 return new Timespec(long.MaxValue, 0, ClockType.Realtime);
70 return new Timespec(long.MinValue, 0, ClockType.Realtime);
81 return Native.gprsharp_now(ClockType.Realtime);
110 public Timespec ToClockType(ClockType targetClock)
130 GrpcPreconditions.CheckState(clock_type == ClockType.Realtime);
215 return Native.gprsharp_now(ClockType.Precise);
233 return Native.gprsharp_inf_future(ClockType.Realtime)
    [all...]
ClockType.cs 24 internal enum ClockType
NativeMethods.Generated.cs     [all...]
ServerCallHandler.cs 352 DateTime realtimeDeadline = newRpc.Deadline.ToClockType(ClockType.Realtime).ToDateTime();
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/disco_f746ng/
audio_provider.cc 79 RCC_ClkInitStruct.ClockType = (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK |
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
TimespecTest.cs 99 () => new Timespec(0, 0, ClockType.Monotonic).ToDateTime());

Completed in 3239 milliseconds