| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| H A D | Makefile | 226 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 273 # Theses are default targets to build images which embed device tree blobs. 360 # Allow extra targets to be added to the defconfig 369 targets += $(image-y) $(initrd-y) 370 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \ 372 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \ 425 # Needed for the above targets to work with dts/fsl/ files 443 # Install the vmlinux and other built boot targets. 449 # anything not in $(targets)
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | Makefile | 271 targets += syscall_nrs.s
|
| /kernel/linux/linux-5.10/include/soc/mscc/ |
| H A D | ocelot.h | 601 struct regmap *targets[TARGET_MAX]; member
|
| /kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
| H A D | dep.c | 544 target = hdev->ndev->targets; in st21nfca_im_send_atr_req()
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | lightnvm.h | 437 struct list_head targets; member
|
| /kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
| H A D | dep.c | 521 target = hdev->ndev->targets; in st21nfca_im_send_atr_req()
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | Makefile | 268 targets += syscall_nrs.s
|
| /third_party/gn/src/gn/ |
| H A D | substitution_writer.cc | 108 targets. It is an error to use in process_file_template where there is no
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd.h | 404 unsigned count, const SVGA3dSoTarget *targets,
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-objects-inl.h | 315 PRIMITIVE_ACCESSORS(WasmIndirectFunctionTable, targets, Address*,
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_const.h | 376 struct pipe_stream_output_target *target = so->targets[i]; in emit_tfbos()
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | vmscan.c | 6274 unsigned long targets[NR_LRU_LISTS]; in shrink_lruvec() local 6290 memcpy(targets, nr, sizeof(nr)); in shrink_lruvec() 6347 unsigned long scan_target = targets[LRU_INACTIVE_ANON] + in shrink_lruvec() 6348 targets[LRU_ACTIVE_ANON] + 1; in shrink_lruvec() 6352 unsigned long scan_target = targets[LRU_INACTIVE_FILE] + in shrink_lruvec() 6353 targets[LRU_ACTIVE_FILE] + 1; in shrink_lruvec() 6367 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec() 6368 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec() 6372 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec() 6373 nr[lru] = targets[lr in shrink_lruvec() [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
| H A D | ocelot.c | 222 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4, in ocelot_pll5_init() 225 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0, in ocelot_pll5_init() 237 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2, in ocelot_pll5_init()
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | msvs.py | 1742 # Add run_as and test targets. 1921 """Create a MSVSProject object for the targets found in target list. 1924 target_list: the list of targets to generate project objects for. 1972 """Initialize targets for the ninja flavor. 1974 This sets up the necessary variables in the targets to generate msvs projects 2109 # Optionally shard targets marked with 'msvs_shard': SHARD_COUNT. 2112 # Optionally use the large PDB workaround for targets marked with 2341 # MSBuild rules are implemented using three files: an XML file, a .targets 2361 targets_name = base + ".targets" 2484 """Generate the .targets fil [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| H A D | msvs.py | 1734 # Add run_as and test targets. 1913 """Create a MSVSProject object for the targets found in target list. 1916 target_list: the list of targets to generate project objects for. 1964 """Initialize targets for the ninja flavor. 1966 This sets up the necessary variables in the targets to generate msvs projects 2101 # Optionally shard targets marked with 'msvs_shard': SHARD_COUNT. 2104 # Optionally use the large PDB workaround for targets marked with 2333 # MSBuild rules are implemented using three files: an XML file, a .targets 2353 targets_name = base + ".targets" 2476 """Generate the .targets fil [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_exporter.cpp | 900 for (auto const& target : original.targets) { in operator ()() 906 copy.targets.push_back(move(morphTarget)); in operator ()() 1826 if (!primitive.targets.empty()) { in ExportMeshPrimitive() 1828 for (auto const& target : primitive.targets) { in ExportMeshPrimitive() 1839 jsonPrimitive["targets"] = move(jsonTargets); in ExportMeshPrimitive()
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl2_rendering_context_base.cpp | 1326 GLenum targets[2] = {}; // 2 write and read in CopyBufferSubData() local 1327 tie(succ, targets[0]) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); // read in CopyBufferSubData() 1331 tie(succ, targets[1]) = NVal(env, funcArg[NARG_POS::SECOND]).ToGLenum(); // write in CopyBufferSubData() 1352 context->GetWebGL2RenderingContextImpl().CopyBufferSubData(env, targets, readOffset, writeOffset, size); in CopyBufferSubData()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_execbuf.c | 2480 SVGA3dSoTarget targets[]; in vmw_cmd_dx_set_so_targets() member 2499 &cmd->targets[i].sid, &res); in vmw_cmd_dx_set_so_targets() 2506 binding.offset = cmd->targets[i].offset; in vmw_cmd_dx_set_so_targets() 2507 binding.size = cmd->targets[i].sizeInBytes; in vmw_cmd_dx_set_so_targets()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_execbuf.c | 2518 SVGA3dSoTarget targets[]; in vmw_cmd_dx_set_so_targets() member 2537 &cmd->targets[i].sid, &res); in vmw_cmd_dx_set_so_targets() 2544 binding.offset = cmd->targets[i].offset; in vmw_cmd_dx_set_so_targets() 2545 binding.size = cmd->targets[i].sizeInBytes; in vmw_cmd_dx_set_so_targets()
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 487 ocelot->targets[i] = target; in felix_init_structs()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1d.sh | 464 local -a targets=("$h2_mac $h2" 469 for target in "${targets[@]}"; do 477 for target in "${targets[@]}"; do
|
| /kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 784 struct list_head targets; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 1989 uint32 targets[SVGA3D_DX_MAX_SOTARGETS]; member
|
| /kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 853 struct list_head targets; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1d_ipv6.sh | 585 local -a targets=("$h2_mac $h2" 590 for target in "${targets[@]}"; do 598 for target in "${targets[@]}"; do
|