| /third_party/ffmpeg/libavformat/ |
| H A D | matroskaenc.c | 2016 ebml_master targets = start_ebml_master(pb, MATROSKA_ID_TAGTARGETS, in mkv_write_tag_targets() local 2020 end_ebml_master(pb, targets); in mkv_write_tag_targets()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | transtst.cpp | 3494 // Automatic generation of targets, to make it simpler to add test cases (and more fail-safe) in TestSpecialCases() 3627 int32_t targets = Transliterator::countAvailableTargets(source); in TestIncrementalProgress() local 3628 for (j = 0; j < targets; j++) { in TestIncrementalProgress()
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 3348 if (rctx->b.streamout.targets[i] && in r600_invalidate_buffer() 3349 rctx->b.streamout.targets[i]->b.buffer == &rbuffer->b.b) { in r600_invalidate_buffer()
|
| /third_party/python/Lib/test/ |
| H A D | test_ast.py | 219 # Comprehensions with multiple for targets 1373 self.stmt(ast.Delete([]), "empty targets on Delete") 1379 self.stmt(ast.Assign([], ast.Num(3)), "empty targets on Assign") 1888 target = tree.body[0].targets[0] 1891 tree.body[0].targets[0] = new_target
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 240 static const GLenum targets[] = { in _mesa_is_proxy_texture() local 256 STATIC_ASSERT(NUM_TEXTURE_TARGETS == ARRAY_SIZE(targets) + 2); in _mesa_is_proxy_texture() 258 for (i = 0; i < ARRAY_SIZE(targets); ++i) in _mesa_is_proxy_texture() 259 if (target == targets[i]) in _mesa_is_proxy_texture() 1448 * targets for these functions are: TEXTURE_3D and TEXTURE_CUBE_MAP_ARRAY. in _mesa_target_can_be_compressed() 1575 * proxy targets are not supported. 1672 * targets. 5307 * since those targets are 2D images and they support all compression in compressed_subtexture_target_check()
|
| H A D | mtypes.h | 1225 /** Texture targets that have a non-default texture bound */ 1940 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member 1943 * It contains stream output targets from the last call of
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 5706 const targets[] = in addGetDeviceAccelerationStructureCompabilityTests() local 5718 for (int targetIdx = 0; targetIdx < DE_LENGTH_OF_ARRAY(targets); ++targetIdx) in addGetDeviceAccelerationStructureCompabilityTests() 5736 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests() 5748 buildTypeGroup->addChild(new RayTracingDeviceASCompabilityKHRTestCase(ctx, targets[targetIdx].name.c_str(), de::SharedPtr<TestParams>(new TestParams(testParams)))); in addGetDeviceAccelerationStructureCompabilityTests()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureTest.cpp | 3316 std::vector<GLenum> targets; in FillLevel() local 3319 targets = {GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, in FillLevel() 3325 targets = {GL_TEXTURE_2D}; in FillLevel() 3328 for (GLenum target : targets) in FillLevel()
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-aarch32.cc | 4523 Label* targets = new Label[branch_count]; in TEST_T32() local 4526 __ Cbz(r0, &targets[i]); in TEST_T32() 4530 __ Bind(&targets[branch_count - i - 1]); in TEST_T32() 4534 delete[] targets; in TEST_T32()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 5079 const targets[] = in addGetDeviceAccelerationStructureCompabilityTests() local 5091 for (int targetIdx = 0; targetIdx < DE_LENGTH_OF_ARRAY(targets); ++targetIdx) in addGetDeviceAccelerationStructureCompabilityTests() 5107 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests() 5118 buildTypeGroup->addChild(new RayTracingDeviceASCompabilityKHRTestCase(ctx, targets[targetIdx].name.c_str(), de::SharedPtr<TestParams>(new TestParams(testParams)))); in addGetDeviceAccelerationStructureCompabilityTests()
|
| /kernel/linux/linux-5.10/net/nfc/ |
| H A D | netlink.c | 145 rc = nfc_genl_send_target(skb, &dev->targets[i], cb, in nfc_genl_dump_targets()
|
| /kernel/linux/linux-6.6/net/nfc/ |
| H A D | netlink.c | 145 rc = nfc_genl_send_target(skb, &dev->targets[i], cb, in nfc_genl_dump_targets()
|
| /kernel/linux/linux-6.6/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 497 u->targets = (u8 __user *)t; in prep_urb()
|
| /third_party/jinja2/ |
| H A D | compiler.py | 734 """Pushes all parameter targets from the given frame into a local 1349 for target, expr in zip(node.targets, node.values):
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.h | 821 struct si_streamout_target *targets[PIPE_MAX_SO_BUFFERS]; member
|
| H A D | si_blit.c | 51 (struct pipe_stream_output_target **)sctx->streamout.targets); in si_blitter_begin()
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | compiler.py | 631 """Pushes all parameter targets from the given frame into a local 1265 for target, expr in izip(node.targets, node.values):
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | compiler.py | 615 """Pushes all parameter targets from the given frame into a local 1209 for idx, (target, expr) in enumerate(izip(node.targets, node.values)):
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 882 fd_stream_output_target(so->targets[i]);
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 631 """Pushes all parameter targets from the given frame into a local 1265 for target, expr in izip(node.targets, node.values):
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | memcontrol.c | 980 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]); in mem_cgroup_event_ratelimit() 993 __this_cpu_write(memcg->vmstats_percpu->targets[target], next); in mem_cgroup_event_ratelimit() 6830 * Effective values of the reclaim targets are ignored so they in mem_cgroup_calculate_protection()
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 829 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 848 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 4530 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument 4532 __ emit_label_addr(targets[index]); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 4463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 4465 __ dd(targets[index]); in AssembleJumpTable()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | code-generator-s390.cc | 1192 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 1206 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 3832 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument 3834 __ emit_label_addr(targets[index]); in AssembleConstructFrame()
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 3808 * Update the bitmask of targets for which the controller should 8123 int targets; in ahd_search_qinfifo() local 8217 targets = 0; in ahd_search_qinfifo() 8222 targets++; in ahd_search_qinfifo() 8223 if (targets > AHD_NUM_TARGETS) in ahd_search_qinfifo() 10196 * requests to unattached luns on enabled targets. in ahd_find_tmode_devs() 10255 * Only allow additional targets if in ahd_handle_en_lun()
|