Searched refs:kStep (Results 1 – 11 of 11) sorted by relevance
56 static const uint32_t kStep = 160; in TEST() local59 start_timestamp = start_timestamp - 5 * kStep; in TEST()60 for (uint32_t timestamp = start_timestamp; timestamp != 5 * kStep; in TEST()61 timestamp += kStep) { in TEST()105 static const uint32_t kStep = 320; in TEST() local108 external_timestamp = external_timestamp - 5 * kStep; in TEST()110 for (; external_timestamp != 5 * kStep; external_timestamp += kStep) { in TEST()117 internal_timestamp += 2 * kStep; in TEST()273 static const uint32_t kStep = 960; in TEST() local276 external_timestamp = external_timestamp - 5 * kStep; in TEST()[all …]
35 const UInt32 kStep = 2; in STDMETHODIMP_() local37 for (i = 0; i + kStep <= size; i += kStep) in STDMETHODIMP_()50 const UInt32 kStep = 4; in STDMETHODIMP_() local52 for (i = 0; i + kStep <= size; i += kStep) in STDMETHODIMP_()
154 const int kStep = 32; // The store is only incrementing the pointer as if we in ITransformWHT() local214 : [in] "r"(in), [kStep] "r"(kStep) // constants in ITransformWHT()347 const int kStep = 32; in FTransformWHT() local404 : [kStep] "r"(kStep), [out] "r"(out) in FTransformWHT()
320 const int kStep = 32; // The store is only incrementing the pointer as if we in TransformWHT() local380 : [in] "r"(in), [kStep] "r"(kStep) // constants in TransformWHT()
41 return LifetimePosition(index * kStep); in FromInstructionIndex()53 return value_ / kStep; in InstructionIndex()59 return (value_ & (kStep - 1)) == 0; in IsInstructionStart()66 return LifetimePosition(value_ & ~(kStep - 1)); in InstructionStart()73 return LifetimePosition(InstructionStart().Value() + kStep/2); in InstructionEnd()79 return LifetimePosition(InstructionStart().Value() + kStep); in NextInstruction()87 return LifetimePosition(InstructionStart().Value() - kStep); in PrevInstruction()107 static const int kStep = 2;110 STATIC_ASSERT(IS_POWER_OF_TWO(kStep));
41 return LifetimePosition(index * kStep); in GapFromInstructionIndex()46 return LifetimePosition(index * kStep + kHalfStep); in InstructionFromInstructionIndex()56 return value_ / kStep; in ToInstructionIndex()64 bool IsFullStart() const { return (value_ & (kStep - 1)) == 0; } in IsFullStart()78 return LifetimePosition(value_ & ~(kStep - 1)); in FullStart()96 return LifetimePosition(FullStart().value_ + kStep); in NextFullStart()154 static const int kStep = 2 * kHalfStep; variable
197 const int kStep = std::numeric_limits<uint32_t>::max() / 20000; in TEST() local198 for (uint32_t i = 0; i < std::numeric_limits<uint32_t>::max() - kStep; in TEST()199 i += kStep) { in TEST()
435 const int kStep = 1; in TEST_F() local443 kCrossCorrelationDimension, kShift, kStep); in TEST_F()
2300 const int kStep = 19; in TEST() local2302 for (int constants = start; constants < 256 + 3 * kStep; constants += kStep) { in TEST()
3427 const int kStep = 13; in TEST() local3428 for (int constants = 3; constants < 256 + 3 * kStep; constants += kStep) { in TEST()
4602 const int kStep = size / 10; in TEST() local4603 for (int i = 0; i < size; i += kStep) { in TEST()4612 for (int i = 0; i < size; i += kStep) { in TEST()