Home
last modified time | relevance | path

Searched defs:prev (Results 376 - 400 of 2417) sorted by relevance

1...<<11121314151617181920>>...97

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dmbo_ap.c21 struct mbo_non_pref_chan_info *info, *prev; in mbo_ap_sta_free() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dlist.h17 struct dl_list *prev; member
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.h46 struct cJSON *next, *prev; /* next/prev allow you to walk array/object member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_list.c131 struct ap_info *ap, *prev; hostapd_free_aps() local
[all...]
H A Dmbo_ap.c21 struct mbo_non_pref_chan_info *info, *prev; in mbo_ap_sta_free() local
H A Dneighbor_db.c129 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp162 uint64_t prev = 0; in PutPcsInTable() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dlist.h41 struct list_head *next, *prev; member
44 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument
62 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_list.h30 struct hi_list *prev; member
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dlinux_cbb_list.h27 struct cbb_list_head *next, *prev; member
74 static HPT_INLINE void inline_cbb_list_del(struct cbb_list_head *prev, struc argument
43 inline_cbb_list_add(struct cbb_list_head *_new, struct cbb_list_head *prev, struct cbb_list_head *next) inline_cbb_list_add() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dlist.h38 struct list_head *next, *prev; member
41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dlist.h38 struct list_head *next, *prev; member
41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_list.h35 struct hi_list *prev; member
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_list.h82 struct list_head *next, *prev; member
136 static __inline void _list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in _list_add() argument
154 _list_del(struct list_head *prev, struct list_head *next) _list_del() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c233 struct rb_node *prev = &vma->vm_rb; in kbase_unmapped_area_topdown() local
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_list.h83 struct list_head *next, *prev; member
145 _list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) _list_add() argument
165 _list_del(struct list_head * prev, struct list_head * next) _list_del() argument
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_list.h83 struct list_head *next, *prev; member
145 _list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) _list_add() argument
165 _list_del(struct list_head * prev, struct list_head * next) _list_del() argument
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_list.h92 struct list_head *next, *prev; member
151 __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) __list_add() argument
171 __list_del(struct list_head * prev, struct list_head * next) __list_del() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/
H A Dmali_kbase_mmap.c215 struct rb_node *prev = &vma->vm_rb; in kbase_unmapped_area_topdown() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp188 auto prev = dt - i >= 0 ? dt - i + 1 : dt - i; in SetControlIndex() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.h62 WaitEntry* prev; member
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c254 ListNode *prev = NULL; in SASTORA_ClearServiceByHandle() local
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c253 MapNode *prev = node; in LnnMapErase() local
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp52 std::string::size_type prev = 0; in Split() local
/kernel/linux/linux-5.10/crypto/
H A Dcmac.c109 u8 *prev = PTR_ALIGN((void *)ctx->ctx, alignmask + 1) + bs; in crypto_cmac_digest_init() local
127 u8 *prev = odds + bs; in crypto_cmac_digest_update() local
175 u8 *prev = odds + bs; crypto_cmac_digest_final() local
[all...]

Completed in 10 milliseconds

1...<<11121314151617181920>>...97