/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 169 #define ETH_TARGET_IP_ADDR_LEN 4 /* length of an Ethernet target ip address */ 1218 oal_in6_addr target; member 1551 hi_u8 auc_ar_tha[ETHER_ADDR_LEN]; /* target hardware address */ 1552 hi_u8 auc_ar_tip[ETH_TARGET_IP_ADDR_LEN]; /* target IP address */
|
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 131 CFG_HI_SEC_COMPILE_CFLAGS += --target=arm-linux-ohosmusl
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 397 .target = devfreq_target,
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 1218 * @target: Selection target, used to choose one of possible rectangles;
1230 __u32 target;
member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 1218 * @target: Selection target, used to choose one of possible rectangles;
1230 __u32 target;
member
|
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/ |
H A D | devfreq.c | 163 * @freq: the target frequency 216 * @freq: the update target frequency 365 err = devfreq->profile->target(devfreq->dev.parent, &new_freq, flags); in devfreq_set_target() 1886 * freq value given to target callback. 1888 * @freq: The frequency given to target function
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | ov13855.c | 1685 if (sel->target == V4L2_SEL_TGT_CROP_BOUNDS) { in ov13855_get_selection()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 417 .target = devfreq_target,
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 1148 WCHAR* quote_cmd_arg(const WCHAR *source, WCHAR *target);
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 195 uses the unwind-info, it will keep the table data in the target
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 16 RC=windres.exe --target=pe-x86-64
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 335 struct ir3_block *target; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 797 sh->Program->sh.BindlessSamplers[j].target = in update_uniforms_shader_info()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 341 * streamout, DMA, or as a random access target). The rest of 559 enum pipe_texture_target target, enum pipe_format pipe_format,
|
H A D | si_clear.c | 1341 if (screen->is_format_supported(screen, tex->format, tex->target, 0, 0, in si_clear_texture()
|
/third_party/node/tools/ |
H A D | test.py | 159 thread = threading.Thread(target=self.RunSingle, args=[True, i + 1])
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_draw.cpp | 341 if (res->base.b.target == PIPE_BUFFER) in update_barriers() 831 * draw using a streamout target that has no data in zink_draw()
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 1604 type = type.target().unqualified()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 850 target: *const ::c_char, in symlinkat() 1462 /// 32-bit Solaris or illumos target is ever created, it should use
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 538 threading.Thread(target=self.__request_interrupt).start()
|
/third_party/python/Lib/test/ |
H A D | test_bz2.py | 508 threads = [threading.Thread(target=comp) for i in range(nthreads)]
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 570 thread = threading.Thread(target=self._do_shutdown, args=(future,))
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_ssl.py | 599 thread = threading.Thread(target=client, daemon=True)
|
H A D | test_streams.py | 906 thread = threading.Thread(target=server)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 179 void generate(glw::GLenum target);
|