Home
last modified time | relevance | path

Searched refs:kMaxStackDepth (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h182 static constexpr int kMaxStackDepth = 2; member
183 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
DSkPDFDevice.cpp191 SkASSERT(fStackDepth < kMaxStackDepth); in push()
/external/skqp/src/pdf/
DSkPDFDevice.h186 static constexpr int kMaxStackDepth = 2; member
187 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
DSkPDFDevice.cpp191 SkASSERT(fStackDepth < kMaxStackDepth); in push()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc506 const int kMaxStackDepth = 8; in HasOverflowed() local
507 return parent_->stack_depth_ >= kMaxStackDepth; in HasOverflowed()