Home
last modified time | relevance | path

Searched refs:target (Results 4776 - 4800 of 6932) sorted by relevance

1...<<191192193194195196197198199200>>...278

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c355 .target = gk20a_instobj_target,
367 .target = gk20a_instobj_target,
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pm81.c24 * - the linked control (second control) gets the target value as-is
26 * - the main control (first control) gets the target value scaled with
28 * - the value of the target of the CPU Fan control loop is retrieved,
30 * the scaled target is applied to the main control.
39 * Input target = 0x3a0000
51 * Input target = 0x350000
63 * Input target = 0x3a0000
70 * systems fan control loop target result (the one before it gets scaled
72 * calculated target value and system fan value is sent to the fans
363 cputarget = wf_smu_cpu_fans ? wf_smu_cpu_fans->pid.target in wf_smu_sys_fans_tick()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_IDLETIMER.c463 .target = idletimer_tg_target,
474 .target = idletimer_tg_target_v1,
513 pr_debug("couldn't register xt target\n"); in idletimer_tg_init()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_mmap.c426 static void randomize(void *target, size_t count) in randomize() argument
436 got = read(urandom, target, count); in randomize()
/kernel/liteos_a/kernel/extended/container/
H A Dlos_container.c671 STATIC UINT32 SetNsParamCheck(INT32 fd, INT32 type, UINT32 *flag, LosProcessCB **target) in SetNsParamCheck() argument
697 *target = processCB; in SetNsParamCheck()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dfdomain.c182 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() argument
189 outb(BIT(sh->this_id) | BIT(target), fd->base + REG_SCSI_DATA_NOACK); in fdomain_select()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h243 * after a successfully completed inquiry command to the target when
656 int ahc_platform_abort_scbs(struct ahc_softc *ahc, int target,
664 u_int target, u_int lun, ac_code);
/third_party/gn/src/gn/
H A Danalyzer_unittest.cc17 #include "gn/target.h"
117 // Tests that a target is marked as affected if its sources are modified.
148 // Tests that a target is marked as affected if its public headers are modified.
179 // Tests that a target is marked as affected if its inputs are modified.
229 // Tests that a target is marked as affected if a sub-config is modified.
263 // Tests that a target is marked as affected if its data are modified.
294 // Tests that a target is marked as affected if the target is an action and its
327 // Tests that a target is marked as affected if its build dependency files are
359 // Tests that if a target i
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java79 String target = names[j]; in main()
80 Transliterator forward = Transliterator.getInstance(source + '-' + target); in main()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java347 public static void writeCharts(Transliterator trans, UnicodeSet target, int index){ in writeCharts() argument
348 UnicodeSetIterator tIter = new UnicodeSetIterator(target); in writeCharts()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java415 // so when we cross a cycle boundary, the target will need to change in TestInitWithCurrentTime()
433 Date target = cal.getTime(); in TestInitWithCurrentTime()
436 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java418 // so when we cross a cycle boundary, the target will need to change in TestInitWithCurrentTime()
436 Date target = cal.getTime(); in TestInitWithCurrentTime()
439 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
/third_party/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp413 Hashtable* target, in copyHash()
431 target->put(UnicodeString(*key), copy.orphan(), status); in copyHash()
412 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
/third_party/libuv/docs/
H A Dmake.bat21 echo.Please use `make ^<target^>` where ^<target^> is one of
/third_party/mbedtls/library/
H A Daesni.c37 #pragma GCC target ("pclmul,sse2,aes")
40 #pragma clang attribute push (__attribute__((target("pclmul,sse2,aes"))), apply_to=function)
/third_party/jinja2/
H A Dutils.py225 target: t.Optional[str] = None,
243 :param target: Add the ``target`` attribute to links.
274 target_attr = f' target="{markupsafe.escape(target)}"' if target else ""
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h407 void CopyToClone( TiXmlNode* target ) const { target->value = value; } in CopyToClone()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h128 EGLenum target, EGLClientBuffer buffer,
491 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c410 if (is_flow(instr) && instr->cat0.target) { in print_instr()
446 mesa_log_stream_printf(stream, " target=block%u", in print_instr()
447 block_id(instr->cat0.target)); in print_instr()
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp421 LLVMTargetRef target = ac_get_llvm_target(triple); in check_print_asm_support() local
424 target, triple, name, "", LLVMCodeGenLevelDefault, LLVMRelocDefault, LLVMCodeModelDefault); in check_print_asm_support()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c410 int current, int target) in system_notify_cb()
415 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb()
409 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c272 * Mark target surfaces as dirty in svga_clear()
374 /* Setup render target view */ in svga_clear_texture()
422 if (rtv->texture->target != PIPE_TEXTURE_3D && in svga_clear_texture()
424 rtv->texture->target, in svga_clear_texture()
462 * \brief Clear the whole render target using vgpu10 functionality
486 * \brief Clear part of render target using gallium blitter utilities
512 * \brief Clear render target pipe callback
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.c561 enum pipe_texture_target target, in v3d_screen_is_format_supported()
574 if (target >= PIPE_MAX_TEXTURE_TYPES) { in v3d_screen_is_format_supported()
559 v3d_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) v3d_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c302 templat.target = PIPE_TEXTURE_2D; in init_tex()
411 templat.target = PIPE_TEXTURE_2D; in init()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_cse.cpp199 a->target == b->target && in instructions_match()

Completed in 25 milliseconds

1...<<191192193194195196197198199200>>...278