Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 56) sorted by relevance

123

/external/v8/src/heap/
Dincremental-marking-job.cc71 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( in Step() function in v8::internal::IncrementalMarkingJob::IdleTask
117 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::DelayedTask
Dmemory-reducer.cc139 MemoryReducer::State MemoryReducer::Step(const State& state, in Step() function in v8::internal::MemoryReducer
Dincremental-marking.h227 void Step(int bytes_allocated, Address, size_t) override { in Step() function
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
Dstep.py16 class Step(object): class
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexPolyhedron.cpp233 const btScalar Step = (mE[LargestExtent]*0.5f - r)/1024.0f; in initialize() local
254 const btScalar Step = (m_radius - r)/1024.0f; in initialize() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java54 public static final byte Step = 10; field in EventMod.ModKind
/external/webrtc/webrtc/base/
Dtask.cc69 void Task::Step() { in Step() function in rtc::Task
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py150 def Step(self): member in StateMachine
/external/dng_sdk/source/
Ddng_resample.h144 uint32 Step () const in Step() function
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp176 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1a8161a40111::ForExprAST
180 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
365 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp195 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8efdd2a50111::ForExprAST
199 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
398 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp615 ConstantInt *Step) in InductionDescriptor()
679 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp280 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1044 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1058 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1182 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1271 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2008 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp201 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon037a43a60111::ForExprAST
205 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
417 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/v8/src/profiler/
Dsampling-heap-profiler.h169 void Step(int bytes_allocated, Address soon_object, size_t size) override { in Step() function
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Rope/
Db2Rope.cpp105 void b2Rope::Step(float32 h, int32 iterations) in Step() function in b2Rope
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Dstep.py26 class Step(object): class
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp314 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon77f6b4a70211::ForExprAST
318 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
558 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/lib/TableGen/
DSetTheory.cpp170 int Step = 1; in apply() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
373 ExprAST *Step = 0; in ParseForExpr() local
/external/zlib/src/contrib/ada/
Dzlib.adb45 Step : Flate_Step_Function; component
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp192 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
388 ExprAST *Step = 0; in ParseForExpr() local
/external/chromium-trace/catapult/experimental/buildbot/
Dbuildbot.py292 class Step(object): class
/external/regex-re2/re2/
Dnfa.cc292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { in Step() function in re2::NFA
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1960 Value *Step) { in getStepVector()
2059 const SCEV *Step = AR->getStepRecurrence(*SE); in isConsecutivePtr() local
2613 Value *End, Value *Step, in createInductionVariable()
2699 Constant *Step = ConstantInt::get(TC->getType(), VF * UF); in getOrCreateVectorTripCount() local
2904 Constant *Step = ConstantInt::get(IdxTy, VF * UF); in createEmptyLoop() local
3857 Constant *Step = ConstantInt::getSigned( in vectorizeBlockInLoop() local
5301 const SCEV *Step = AddRec->getStepRecurrence(*SE); in isLikelyComplexAddressComputation() local
5817 Value *InnerLoopUnroller::getStepVector(Value *Val, int StartIdx, Value *Step) { in getStepVector()

123