/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_limits_test.cpp | 482 int num_locals = 5000; in TEST_F() local 493 for (int i = 0; i < num_locals; ++i) { in TEST_F() 505 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F() 512 int num_locals = 5001; in TEST_F() local 523 for (int i = 0; i < num_locals; ++i) { in TEST_F() 543 int num_locals = 100; in TEST_F() local 554 for (int i = 0; i < num_locals; ++i) { in TEST_F() 571 int num_locals = 101; in TEST_F() local 582 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/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/mesa3d/src/compiler/nir/ |
D | nir_opt_large_constants.c | 181 unsigned num_locals = nir_function_impl_index_vars(impl); in nir_opt_large_constants() local 183 if (num_locals == 0) { in nir_opt_large_constants() 188 struct var_info *var_infos = ralloc_array(NULL, struct var_info, num_locals); in nir_opt_large_constants() 299 qsort(var_infos, num_locals, sizeof(struct var_info), var_info_cmp); in nir_opt_large_constants() 300 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants() 336 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants() 400 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants()
|
/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/llvm-project/lldb/test/API/python_api/frame/get-variables/ |
D | TestGetVariables.py | 96 num_locals = len(local_names) 127 num_locals, 129 (num_locals,
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 1803 g_vsc.num_locals = g_vsc.variables.GetSize(); in request_scopes() 1808 g_vsc.num_globals = g_vsc.variables.GetSize() - (g_vsc.num_locals); in request_scopes() 1811 g_vsc.variables.GetSize() - (g_vsc.num_locals + g_vsc.num_globals); in request_scopes() 2660 end_idx = start_idx + g_vsc.num_locals; in request_setVariable() 2663 start_idx = g_vsc.num_locals; in request_setVariable() 2667 start_idx = g_vsc.num_locals + g_vsc.num_globals; in request_setVariable() 2827 num_children = g_vsc.num_locals; in request_variables() 2830 start_idx = start + g_vsc.num_locals + start; in request_variables() 2834 start_idx = start + g_vsc.num_locals + g_vsc.num_globals; in request_variables()
|
D | VSCode.cpp | 31 : variables(), broadcaster("lldb-vscode"), num_regs(0), num_locals(0), in VSCode() 283 scopes.emplace_back(CreateScope("Locals", VARREF_LOCALS, num_locals, false)); in CreateTopLevelScopes()
|
D | VSCode.h | 87 int64_t num_locals; member
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 652 FT_UInt num_locals; member 1189 FT_UInt num_locals; member
|
/external/freetype/src/psaux/ |
D | cffdecode.c | 2160 if ( idx >= decoder->num_locals ) in cff_decoder_parse_charstrings() 2406 decoder->num_locals = sub->local_subrs_index.count; in cff_decoder_prepare() 2410 decoder->num_locals ); in cff_decoder_prepare()
|
D | psobjs.c | 2445 ps_decoder->num_locals = (FT_UInt)t1_decoder->num_subrs; in ps_decoder_init() 2471 ps_decoder->num_locals = cff_decoder->num_locals; in ps_decoder_init()
|
D | psft.c | 810 if ( idx >= decoder->num_locals ) in cf2_initLocalRegionBuffer()
|