/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 322 static void sem_rcu_free(struct rcu_head *head)
in sem_rcu_free() argument
|
H A D | shm.c | 224 static void shm_rcu_free(struct rcu_head *head)
in shm_rcu_free() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 906 struct list_head head = dst->head; in drm_mode_copy() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 2882 struct rkisp_thunderboot_resmem_head *head; in rkisp_ioctl() local 3209 struct rkisp_thunderboot_resmem_head *head; in rkisp_chk_tb_over() local [all...] |
H A D | isp_params_v3x.c | 2954 struct isp2x_mesh_head *head; in isp_ldch_config() local 3566 struct isp2x_mesh_head *head; in isp_cac_config() local
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | hcd.h | 71 struct list_head head; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1299 float head = trailingHeadDate_->Get(); in PaintTrailing() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 1721 char head = bundleName.at(0); in CheckBundleNameIsValid() local
|
H A D | module_profile.cpp | 1551 char head = bundleName.at(0); in CheckBundleNameIsValid() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 32 RetMetadata* head; member 42 ModuleMetadata* head; member 53 char** head; member 96 int32_t* head; member 123 RetSkillUri* head; member 135 RetSkill* head; member 166 RetAbilityInfo* head; member 191 RetExtensionAbilityInfo* head; member 200 RetPreloadItem* head; member 211 RetDependency* head; member 221 CDataItem* head; global() member 233 CRouterItem* head; global() member 262 RetHapModuleInfo* head; global() member 280 RetReqPermissionDetail* head; global() member 303 CRecoverableApplicationInfo* head; global() member [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 834 void InsertWatcherCommon(Watcher *&head, const jerry_value_t watcher) in InsertWatcherCommon() argument 856 void ClearWatchersCommon(Watcher *&head) in ClearWatchersCommon() argument [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 399 uint64_t head = SpliceOffset(readTsIndex_, 0); in CheckDataIntegrity() local
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 821 ConnPktHead *head = (ConnPktHead *)ctx->data; in DataReceived() local [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 877 AuthDataHead head = { in PostCancelAuthMessage() local 1164 HandleDeviceIdData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleDeviceIdData() argument 1217 HandleAuthData(const AuthConnInfo *connInfo, const AuthDataHead *head, const uint8_t *data) HandleAuthData() argument 1272 HandleDeviceInfoData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleDeviceInfoData() argument 1307 HandleCloseAckData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleCloseAckData() argument 1327 AuthDataHead head = { PostDecryptFailAuthData() local 1342 HandleConnectionData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleConnectionData() argument 1392 HandleDecryptFailData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleDecryptFailData() argument 1435 HandleCancelAuthData( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) HandleCancelAuthData() argument 1466 OnDataReceived( uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const uint8_t *data) OnDataReceived() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_impl.cpp | 68 uint8_t* head = static_cast<uint8_t*>(malloc(bytes.size() * sizeof(uint8_t))); in VectorToByteArray() local [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 193 char head[FILLP_HLEN]; member 215 char head[FILLP_HLEN]; member 224 char head[FILLP_HLEN]; member 229 char head[FILLP_HLEN]; member 257 char head[FILLP_HLEN]; member 287 char head[FILLP_HLEN]; member 295 char head[FILLP_HLEN]; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 1552 static void ClearDFileFrameList(List *head) in ClearDFileFrameList() argument 1582 static void ProcessDFileFrameList(DFileSession *session, List *head) in ProcessDFileFrameList() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 134 List head; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 630 List *head = GetCoapContextList(); local 1010 List *head = GetCoapContextList(); local
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument [all...] |
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 2023 struct Curl_cfilter *cf, *head; in Curl_ssl_cfilter_remove() local
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 640 Block &head, &body, &merge, &continue_target; member
|
/third_party/cJSON/ |
H A D | cJSON.c | 1686 cJSON *head = NULL; /* head of the linked list */ in parse_array() local 1846 cJSON *head in parse_object() local [all...] |
/third_party/curl/lib/ |
H A D | http.c | 201 struct curl_slist *head; in Curl_checkProxyheaders() local 3389 struct curl_slist *head = data->set.http200aliases; in checkhttpprefix() local [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 2140 page_range_t *head = NULL, *tail = NULL; in parse_page_ranges() local
|