/third_party/skia/src/utils/ |
H A D | SkCallableTraits.h | 16 static constexpr std::size_t arity = sizeof...(Args); member
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | bignum_mod.py | 42 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 D | ecp.py | 25 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 D | bignum_mod_raw.py | 42 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 D | bignum_core.py | 74 arity = 1 variable in BignumCoreShiftL 294 arity = 2 variable in BignumCoreMul 891 arity = 1 variable in BignumCoreZeroCheckCT
|
H A D | bignum_common.py | 126 arity = 2 variable in OperationCommon [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | opcode.h | 20 unsigned int arity:2; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder_print_visitor.cpp | 545 static const char *const arity[] = { in print_without_declaration() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-intrinsic-lowering.cc | 336 int const arity = in ReduceCall() local
|
H A D | typed-optimization.cc | 384 int arity = node->op()->ValueInputCount(); in ReducePhi() local
|
H A D | escape-analysis.cc | 416 int arity = effect_phi->op()->EffectInputCount(); in MergeInputs() local
|
H A D | js-operator.h | 118 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 D | js-operator.cc | 860 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 D | code-assembler.h | 1158 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 D | js-call-reducer.cc | 906 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 D | js-create-lowering.cc | 630 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 D | js-generic-lowering.cc | 117 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 D | raw-machine-assembler.cc | 193 size_t arity = block->PredecessorCount(); in OptimizeControlFlow() local
|
H A D | js-typed-lowering.cc | 1502 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 D | demangle.cc | 34 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 D | liftoff-assembler.cc | 715 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 D | ulp.c | 285 int arity; member 707 int arity = f->arity; in parsegen() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 1940 New( Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, int arity, Handle<CodeT> export_wrapper) New() argument
|
H A D | graph-builder-interface.cc | 329 uint32_t arity = block->end_merge.arity; in PopControl() local [all...] |