Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 59) sorted by relevance

123

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_locks.c90 struct _mali_osk_lock_debug_s *l; in dump_lock_tracking_list() local
106 struct _mali_osk_lock_debug_s *l; in tracking_list_length() local
123 struct _mali_osk_lock_debug_s *l; in add_lock_to_log_and_check() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_locks.c91 struct _mali_osk_lock_debug_s *l; in dump_lock_tracking_list() local
107 struct _mali_osk_lock_debug_s *l; in tracking_list_length() local
124 struct _mali_osk_lock_debug_s *l; in add_lock_to_log_and_check() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dstdarg.h12 #define va_start(v,l) __builtin_va_start(v,l) argument
14 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/nuttx/include/
Dstdarg.h55 #define va_start(v,l) __builtin_va_start(v,l) argument
57 #define va_arg(v,l) __builtin_va_arg(v,l) argument
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
Dsystem.c388 long *l = (long *)va_arg(arg, long *); in pre_vsscanf() local
391 unsigned long *l = (unsigned long *)va_arg(arg, unsigned long *); in pre_vsscanf() local
397 long long *l = (long long *)va_arg(arg, long long *); in pre_vsscanf() local
400 unsigned long long *l = (unsigned long long *)va_arg(arg, unsigned long long *); in pre_vsscanf() local
Dprintf.c918 unsigned int l = 1U; in vsnprintf_s() local
943 unsigned int l = _strnlen_s(p, precision ? precision : (size_t) -1); in vsnprintf_s() local
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
Dcgroup-v1.c211 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all() local
225 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, destroy_dwork); in cgroup_pidlist_destroy_work_fn() local
293 struct cgroup_pidlist *l; in cgroup_pidlist_find() local
311 struct cgroup_pidlist *l; in cgroup_pidlist_find_create() local
345 struct cgroup_pidlist *l; in pidlist_array_load() local
415 struct cgroup_pidlist *l; in cgroup_pidlist_start() local
473 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_stop() local
485 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_next() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_types.h93 #define hi_hiu16(l) ((hi_u16)(((hi_u32)(l) >> 16) & 0xFFFF)) argument
94 #define hi_lou16(l) ((hi_u16)(l)) argument
95 #define hi_hiu8(l) ((hi_u8)(((hi_u16)(l) >> 8) & 0xFF)) argument
96 #define hi_lou8(l) ((hi_u8)(l)) argument
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_codec_node.cpp50 std::unique_lock<std::mutex> l(hal_mpp); in Stop() local
347 std::unique_lock<std::mutex> l(hal_mpp); in Yuv420ToH264() local
425 std::unique_lock<std::mutex> l(hal_mpp); in CancelCapture() local
Drk_node_utils.cpp145 std::lock_guard<std::mutex> l(mtx); in BufferScaleFormatTransform() local
Drk_exif_node.cpp152 std::lock_guard<std::mutex> l(gpsMetaDatalock_); in SetGpsInfoMetadata() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_osk.h46 #define MALI_DEBUG_ASSERT_LOCK_HELD(l) MALI_DEBUG_ASSERT(_mali_osk_lock_get_owner((_mali_osk_lock_d… argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_netbuf.h165 #define oal_netbuf_reserve(nb, l) do { \ argument
174 #define oal_netbuf_trim(nb, l) if (nb->dataLen > l && nb->bufs[E_DATA_BUF].len > l) { \ argument
177 #define oal_netbuf_set_len(nb,l) if (nb->dataLen > l) { \ argument
224 #define oal_netbuf_reserve(nb, l) skb_reserve(nb,l) argument
229 #define oal_netbuf_trim(nb, l) skb_trim(nb, (nb->len - l)) argument
230 #define oal_netbuf_set_len(nb, l) if (nb->len > l) { \ argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_osk.h61 #define MALI_DEBUG_ASSERT_LOCK_HELD(l) … argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_crypto_tkip.h37 #define michael_block(l, r) do { \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_types_base.h347 #define hi_hiu32(l) ((hi_u32)(((hi_u64)(l) >> 32) & 0xFFFFFFFF)) argument
348 #define hi_lou32(l) ((hi_u32)(l)) argument
350 #define hi_hiu16(l) ((hi_u16)(((hi_u32)(l) >> 16) & 0xFFFF)) argument
351 #define hi_lou16(l) ((hi_u16)(l)) argument
352 #define hi_hiu8(l) ((hi_u8)(((hi_u16)(l) >> 8) & 0xFF)) argument
353 #define hi_lou8(l) ((hi_u8)(l)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_types_base.h344 #define hi_hiu32(l) ((hi_u32)(((hi_u64)(l) >> 32) & 0xFFFFFFFF)) argument
345 #define hi_lou32(l) ((hi_u32)(l)) argument
347 #define hi_hiu16(l) ((hi_u16)(((hi_u32)(l) >> 16) & 0xFFFF)) argument
348 #define hi_lou16(l) ((hi_u16)(l)) argument
349 #define hi_hiu8(l) ((hi_u8)(((hi_u16)(l) >> 8) & 0xFF)) argument
350 #define hi_lou8(l) ((hi_u8)(l)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dstr.h38 #define COAP_SET_STR(st,l,v) { (st)->length = (l), (st)->s = (v); } argument
/device/soc/rockchip/rk3588/kernel/include/linux/mfd/
Drk618.h22 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) argument
23 #define HIWORD_UPDATE(v, h, l) (((v) << (l)) | (GENMASK((h), (l)) << 16)) argument
Drk630.h16 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) argument
17 #define HIWORD_MASK(h, l) ((GENMASK((h), (l)) << 16) | GENMASK((h), (l))) argument
18 #define HIWORD_UPDATE(v, h, l) ((((v) << (l)) & GENMASK((h), (l))) | (GENMASK((h), (l)) << 16)) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dosl.h149 #define PKTCSETLEN(skb, l) BCM_REFERENCE(skb) argument
150 #define PKTCADDLEN(skb, l) BCM_REFERENCE(skb) argument
373 #define MEMCHECK(f, l) osl_memcheck(f, l) argument
375 #define MEMCHECK(f, l) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_go_comm.h62 HI_S32 l; member
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_exif_node.cpp161 std::lock_guard<std::mutex> l(gpsMetaDatalock_); in SetGpsInfoMetadata() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drv.h244 #define NV_PRINTK(l, c, f, a...) … argument
266 #define NV_PRINTK_ONCE(l, c, f, a...) NV_PRINTK(l##_once, c, f, ##a) argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_mmu.c497 int l; in mmu_get_bottom_pgd() local
548 int l; in mmu_insert_pages_recover_get_bottom_pgd() local

123