/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | gk20a.c | 355 .target = gk20a_instobj_target, 367 .target = gk20a_instobj_target,
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pm81.c | 24 * - 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 D | xt_IDLETIMER.c | 463 .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 D | tcp_mmap.c | 426 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 D | los_container.c | 671 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 D | fdomain.c | 182 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 D | aic7xxx_osm.h | 243 * 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 D | analyzer_unittest.cc | 17 #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 D | TransliterationChart.java | 79 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 D | WriteIndicCharts.java | 347 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 D | DangiTest.java | 415 // 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 D | DangiTest.java | 418 // 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 D | currpinf.cpp | 413 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 D | make.bat | 21 echo.Please use `make ^<target^>` where ^<target^> is one of
|
/third_party/mbedtls/library/ |
H A D | aesni.c | 37 #pragma GCC target ("pclmul,sse2,aes") 40 #pragma clang attribute push (__attribute__((target("pclmul,sse2,aes"))), apply_to=function)
|
/third_party/jinja2/ |
H A D | utils.py | 225 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 D | tinyxml.h | 407 void CopyToClone( TiXmlNode* target ) const { target->value = value; } in CopyToClone()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 128 EGLenum target, EGLClientBuffer buffer, 491 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_print.c | 410 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 D | aco_print_asm.cpp | 421 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 D | minimal-http-client-multi.c | 410 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 D | svga_pipe_clear.c | 272 * 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 D | v3d_screen.c | 561 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 D | fs-test.c | 302 templat.target = PIPE_TEXTURE_2D; in init_tex() 411 templat.target = PIPE_TEXTURE_2D; in init()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_cse.cpp | 199 a->target == b->target && in instructions_match()
|