Home
last modified time | relevance | path

Searched defs:arity (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/src/utils/
H A DSkCallableTraits.h16 static constexpr std::size_t arity = sizeof...(Args); member
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_mod.py42 arity = 2 variable in BignumModMul
64 arity = 2 variable in BignumModSub
79 arity = 1 variable in BignumModInvNonMont
96 arity = 1 variable in BignumModInvMont
H A Decp.py25 arity = 1 variable in EcpP192R1Raw
102 arity = 1 variable in EcpP224R1Raw
181 arity = 1 variable in EcpP256R1Raw
265 arity = 1 variable in EcpP384R1Raw
388 arity = 1 variable in EcpP521R1Raw
495 arity = 1 variable in EcpP192K1Raw
567 arity = 1 variable in EcpP224K1Raw
641 arity = 1 variable in EcpP256K1Raw
717 arity = 1 variable in EcpP255Raw
786 arity variable in EcpP448Raw
[all...]
H A Dbignum_mod_raw.py42 arity = 2 variable in BignumModRawSub
61 arity = 1 variable in BignumModRawFixQuasiReduction
92 arity = 2 variable in BignumModRawMul
116 arity = 1 variable in BignumModRawInvPrime
141 arity = 2 variable in BignumModRawAdd
158 arity = 1 variable in BignumModRawConvertRep
244 arity = 1 variable in BignumModRawConvertToMont
257 arity = 1 variable in BignumModRawConvertFromMont
270 arity = 1 variable in BignumModRawModNegate
H A Dbignum_core.py74 arity = 1 variable in BignumCoreShiftL
294 arity = 2 variable in BignumCoreMul
891 arity = 1 variable in BignumCoreZeroCheckCT
H A Dbignum_common.py126 arity = 2 variable in OperationCommon
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dopcode.h20 unsigned int arity:2; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp545 static const char *const arity[] = { in print_without_declaration() local
/third_party/node/deps/v8/src/compiler/
H A Djs-intrinsic-lowering.cc336 int const arity = in ReduceCall() local
H A Dtyped-optimization.cc384 int arity = node->op()->ValueInputCount(); in ReducePhi() local
H A Descape-analysis.cc416 int arity = effect_phi->op()->EffectInputCount(); in MergeInputs() local
H A Djs-operator.h118 ConstructForwardVarargsParameters(size_t arity, uint32_t start_index) in ConstructForwardVarargsParameters() argument
122 size_t arity() const { return ArityField::decode(bit_field_); } in arity() function in v8::internal::compiler::final
158 ConstructParameters(uint32_t arity, CallFrequency const& frequency, in ConstructParameters() argument
171 uint32_t arity() const { return arity_; } arity() function in v8::internal::compiler::final
198 CallForwardVarargsParameters(size_t arity, uint32_t start_index) CallForwardVarargsParameters() argument
202 size_t arity() const { return ArityField::decode(bit_field_); } arity() function in v8::internal::compiler::final
237 CallParameters(size_t arity, CallFrequency const& frequency, FeedbackSource const& feedback, ConvertReceiverMode convert_mode, SpeculationMode speculation_mode, CallFeedbackRelation feedback_relation) CallParameters() argument
259 size_t arity() const { return ArityField::decode(bit_field_); } arity() function in v8::internal::compiler::final
313 CallRuntimeParameters(Runtime::FunctionId id, size_t arity) CallRuntimeParameters() argument
317 size_t arity() const { return arity_; } arity() function in v8::internal::compiler::final
569 CreateArrayParameters(size_t arity, base::Optional<AllocationSiteRef> site) CreateArrayParameters() argument
572 size_t arity() const { return arity_; } arity() function in v8::internal::compiler::final
651 CreateBoundFunctionParameters(size_t arity, const MapRef& map) CreateBoundFunctionParameters() argument
654 size_t arity() const { return arity_; } arity() function in v8::internal::compiler::final
[all...]
H A Djs-operator.cc860 CallForwardVarargs(size_t arity, uint32_t start_index) CallForwardVarargs() argument
870 Call( size_t arity, CallFrequency const& frequency, FeedbackSource const& feedback, ConvertReceiverMode convert_mode, SpeculationMode speculation_mode, CallFeedbackRelation feedback_relation) Call() argument
897 CallWithSpread( uint32_t arity, CallFrequency const& frequency, FeedbackSource const& feedback, SpeculationMode speculation_mode, CallFeedbackRelation feedback_relation) CallWithSpread() argument
919 CallRuntime(Runtime::FunctionId id, size_t arity) CallRuntime() argument
926 CallRuntime(const Runtime::Function* f, size_t arity) CallRuntime() argument
950 ConstructForwardVarargs( size_t arity, uint32_t start_index) ConstructForwardVarargs() argument
962 Construct(uint32_t arity, CallFrequency const& frequency, FeedbackSource const& feedback) Construct() argument
987 ConstructWithSpread( uint32_t arity, CallFrequency const& frequency, FeedbackSource const& feedback) ConstructWithSpread() argument
1259 CreateArray( size_t arity, base::Optional<AllocationSiteRef> site) CreateArray() argument
1299 CreateBoundFunction(size_t arity, const MapRef& map) CreateBoundFunction() argument
[all...]
H A Dcode-assembler.h1158 TNode<Int32T> arity = Int32Constant(argc); in TailCallRuntime() local
1164 void TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity, in TailCallRuntime() argument
1236 TNode<Int32T> arity = Int32Constant(argc); in CallJS() local
1246 TNode<Int32T> arity = Int32Constant(argc); in ConstructJSWithTarget() local
1541 CodeAssemblerParameterizedLabelBase(CodeAssembler* assembler, size_t arity, CodeAssemblerLabel::Type type) CodeAssemblerParameterizedLabelBase() argument
[all...]
H A Djs-call-reducer.cc906 FastApiCallReducerAssembler( JSCallReducer* reducer, Node* node, const FunctionTemplateInfoRef function_template_info, const FastApiCallFunctionVector& c_candidate_functions, Node* receiver, Node* holder, const SharedFunctionInfoRef shared, Node* target, const int arity, Node* effect) FastApiCallReducerAssembler() argument
[all...]
H A Djs-create-lowering.cc630 int const arity = static_cast<int>(p.arity()); in ReduceJSCreateArray() local
885 int const arity = static_cast<int>(p.arity()); in ReduceJSCreateBoundFunction() local
[all...]
H A Djs-generic-lowering.cc117 Node* arity = jsgraph()->Int32Constant(nargs); in ReplaceWithRuntimeCall() local
120 node->InsertInput(zone(), nargs + 2, arity); in ReplaceWithRuntimeCall() local
603 int const arity = static_cast<int>(p.arity()); in LowerJSCreateArray() local
[all...]
H A Draw-machine-assembler.cc193 size_t arity = block->PredecessorCount(); in OptimizeControlFlow() local
H A Djs-typed-lowering.cc1502 void ReduceBuiltin(JSGraph* jsgraph, Node* node, Builtin builtin, int arity, in ReduceBuiltin() argument
1583 int const arity = static_cast<int>(p.arity() - 2); in ReduceJSConstructForwardVarargs() local
1615 int const arity = p.arity_without_implicit_args(); in ReduceJSConstruct() local
1655 int const arity = static_cast<int>(p.arity() - 2); ReduceJSCallForwardVarargs() local
1683 int arity = p.arity_without_implicit_args(); ReduceJSCall() local
1780 ReduceBuiltin(jsgraph(), node, shared->builtin_id(), arity, flags); ReduceJSCall() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc34 int arity; member
918 static bool ParseOperatorName(State *state, int *arity) { in ParseOperatorName() argument
1701 int arity in ParseExpression() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc715 void LiftoffAssembler::MaterializeMergedConstants(uint32_t arity) { in MaterializeMergedConstants() argument
447 InitMerge(const CacheState& source, uint32_t num_locals, uint32_t arity, uint32_t stack_depth) InitMerge() argument
777 MergeStackWith(CacheState& target, uint32_t arity, JumpDirection jump_direction) MergeStackWith() argument
[all...]
/third_party/optimized-routines/math/test/
H A Dulp.c285 int arity; member
707 int arity = f->arity; in parsegen() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1940 New( Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, int arity, Handle<CodeT> export_wrapper) New() argument
H A Dgraph-builder-interface.cc329 uint32_t arity = block->end_merge.arity; in PopControl() local
[all...]

Completed in 43 milliseconds

12