Searched defs:InputCount (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/otvalid/
H A Dotvcommn.c797 FT_UInt BacktrackCount, InputCount, LookaheadCount; local
811 InputCount = FT_NEXT_USHORT( p );
812 if ( InputCount == 0 )
815 OTV_TRACE(( " (InputCount = %d)\n", InputCount ));
817 OTV_LIMIT_CHECK( InputCount * 2 );
818 p += ( InputCount - 1 ) * 2;
835 if ( FT_NEXT_USHORT( p ) >= InputCount )
/external/v8/src/compiler/
H A Dnode.h61 int InputCount() const { function in class:v8::internal::compiler::final
70 if (index < 0 || index >= InputCount()) { \
374 DCHECK_LT(index, use_->from()->InputCount());
H A Dlinkage.h245 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } function in class:v8::internal::compiler::final
H A Dwasm-compiler.cc403 unsigned WasmGraphBuilder::InputCount(Node* node) { function in class:v8::internal::compiler::WasmGraphBuilder
404 return static_cast<unsigned>(node->InputCount());
428 int new_size = merge->InputCount();
435 int new_size = phi->InputCount();
436 phi->InsertInput(jsgraph()->zone(), phi->InputCount() - 1, from);
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp933 uint32_t InputCount(CfgNode *Node) const { return Node->getInEdges().size(); } function in class:IceBuilder

Completed in 416 milliseconds