/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_limits_test.cpp | 478 int num_locals = 5000; in TEST_F() local 489 for (int i = 0; i < num_locals; ++i) { in TEST_F() 501 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F() 508 int num_locals = 5001; in TEST_F() local 519 for (int i = 0; i < num_locals; ++i) { in TEST_F() 539 int num_locals = 100; in TEST_F() local 550 for (int i = 0; i < num_locals; ++i) { in TEST_F() 567 int num_locals = 101; in TEST_F() local 578 for (int i = 0; i < num_locals; ++i) { in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_limits_test.cpp | 478 int num_locals = 5000; in TEST_F() local 489 for (int i = 0; i < num_locals; ++i) { in TEST_F() 501 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F() 508 int num_locals = 5001; in TEST_F() local 519 for (int i = 0; i < num_locals; ++i) { in TEST_F() 539 int num_locals = 100; in TEST_F() local 550 for (int i = 0; i < num_locals; ++i) { in TEST_F() 567 int num_locals = 101; in TEST_F() local 578 for (int i = 0; i < num_locals; ++i) { in TEST_F()
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.py | 21 num_locals = 2 variable 52 for i in range(0, num_locals): 71 % (100 + num_neighbors - 1, 150 + num_locals - 1))
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 269 uint32_t num_locals, in InitMerge() argument 283 auto src_end = range ? num_locals : source.stack_state.size(); in InitMerge() 307 for (uint32_t i = num_locals; i < stack_base; ++i) { in InitMerge() 661 void LiftoffAssembler::set_num_locals(uint32_t num_locals) { in set_num_locals() argument 663 num_locals_ = num_locals; in set_num_locals() 664 if (num_locals > kInlineLocalTypes) { in set_num_locals() 666 reinterpret_cast<ValueType*>(malloc(num_locals * sizeof(ValueType))); in set_num_locals()
|
D | liftoff-compiler.cc | 218 int num_locals = decoder->NumLocals(); in StartFunction() local 219 __ set_num_locals(num_locals); in StartFunction() 220 for (int i = 0; i < num_locals; ++i) { in StartFunction() 309 for (uint32_t i = 0; i < __ num_locals(); ++i) { in StartFunctionBody() 349 for (uint32_t param_idx = num_params; param_idx < __ num_locals(); in StartFunctionBody() 374 block->label_state.stack_base = __ num_locals(); in StartFunctionBody() 380 DCHECK_EQ(__ num_locals(), __ cache_state()->stack_height()); in StartFunctionBody() 501 c->label_state.InitMerge(*__ cache_state(), __ num_locals(), in FallThruTo() 1215 target->label_state.InitMerge(*__ cache_state(), __ num_locals(), in Br()
|
D | liftoff-assembler.h | 232 void InitMerge(const CacheState& source, uint32_t num_locals, 558 uint32_t num_locals() const { return num_locals_; } in num_locals() function 559 void set_num_locals(uint32_t num_locals);
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 90 uint32_t num_locals = decoder->NumLocals(); in StartFunction() local 91 uint32_t env_count = num_locals; in StartFunction() 110 while (index < num_locals) { in StartFunction() 113 while (index < num_locals && decoder->GetLocalType(index) == type) { in StartFunction() 1067 BitVector* AnalyzeLoopAssignmentForTesting(Zone* zone, size_t num_locals, in AnalyzeLoopAssignmentForTesting() argument 1071 &decoder, start, static_cast<uint32_t>(num_locals), zone); in AnalyzeLoopAssignmentForTesting()
|
D | wasm-debug.cc | 438 int num_locals = frame->GetLocalCount(); in GetLocalScopeObject() local 439 DCHECK_LE(num_params, num_locals); in GetLocalScopeObject() 440 if (num_locals > 0) { in GetLocalScopeObject() 449 for (int i = 0; i < num_locals; ++i) { in GetLocalScopeObject()
|
D | function-body-decoder.h | 84 size_t num_locals,
|
D | wasm-interpreter.cc | 2945 size_t num_locals = function()->sig->parameter_count() + in GetLocalCount() local 2947 DCHECK_GE(kMaxInt, num_locals); in GetLocalCount() 2948 return static_cast<int>(num_locals); in GetLocalCount()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 658 FT_UInt num_locals; member 1198 FT_UInt num_locals; member
|
/external/freetype/src/psaux/ |
D | cffdecode.c | 2121 if ( idx >= decoder->num_locals ) in cff_decoder_parse_charstrings() 2367 decoder->num_locals = sub->local_subrs_index.count; in cff_decoder_prepare() 2371 decoder->num_locals ); in cff_decoder_prepare()
|
D | psobjs.c | 2438 ps_decoder->num_locals = (FT_UInt)t1_decoder->num_subrs; in ps_decoder_init() 2464 ps_decoder->num_locals = cff_decoder->num_locals; in ps_decoder_init()
|
D | psft.c | 810 if ( idx >= decoder->num_locals ) in cf2_initLocalRegionBuffer()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 70 int num_locals; member 5733 ctx->num_locals = 0; in setup_locals() 5736 variable->data.driver_location = ctx->num_locals * 4; in setup_locals() 5738 ctx->num_locals += attrib_count; in setup_locals() 5740 ctx->locals = malloc(4 * ctx->num_locals * sizeof(LLVMValueRef)); in setup_locals() 5744 for (i = 0; i < ctx->num_locals; i++) { in setup_locals()
|