Home
last modified time | relevance | path

Searched defs:head (Results 126 - 150 of 751) sorted by relevance

12345678910>>...31

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp86 int32_t head = 0; in GetFuncType() local
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_interface.h27 bool* head; member
32 char** head; member
37 double* head; member
54 ValueType* head; member
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h150 Reading(T &output, TLVObject &data, const TLVHead &head) Reading() argument
172 Reading(std::shared_ptr<T> &output, TLVObject &data, const TLVHead &head) Reading() argument
207 Reading(std::vector<T> &output, TLVObject &data, const TLVHead &head) Reading() argument
263 Reading(std::map<T, R> &output, TLVObject &data, const TLVHead &head) Reading() argument
348 ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head) ReadVariant() argument
354 ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head) ReadVariant() argument
365 Reading(std::variant<_Types...> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
H A Dtlv_object.h117 template <typename T> bool TLVObject::ReadBasic(T &value, const TLVHead &head) in ReadBasic() argument
[all...]
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_impl.cpp54 uint8_t *head = static_cast<uint8_t *>(malloc(bytes.size() * sizeof(uint8_t))); in VectorToByteArray() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp49 MessageHeader *head = reinterpret_cast<MessageHeader *>(ptr); in PackData() local
95 MessageHeader *head = reinterpret_cast<MessageHeader *>(ptr); in UnPackData() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h30 struct HlistNode head; member
[all...]
H A Dskiplist.h41 struct SkipListNode *head; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c116 struct SkipListNode *head = FILLP_NULL_PTR; in SkipListPopValue() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h31 static inline void ListInitHead(List *head) in ListInitHead() argument
37 static inline void ListInsertHead(List *head, List *node) in ListInsertHead() argument
45 static inline void ListInsertTail(List *head, Lis argument
64 ListIsEmpty(const List *head) ListIsEmpty() argument
69 ListGetFront(List *head) ListGetFront() argument
74 ListPopFront(List *head) ListPopFront() argument
[all...]
/third_party/curl/src/
H A Dtool_main.c242 struct curl_slist *item, *head = GetLoadedModulePaths(); in wmain() local
/third_party/backends/backend/
H A Dhp-hpmem.c63 static Alloc head[] = {{ head, head, {0} }}; variable
[all...]
/third_party/curl/lib/
H A Dbufq.h95 struct buf_chunk *head; /* chunk with bytes to read from */ member
H A Dif2ip.c107 struct ifaddrs *iface, *head; in Curl_if2ip() local
/third_party/libwebsockets/lib/core/
H A Dbuflist.c34 lws_buflist_append_segment(struct lws_buflist **head, const uint8_t *buf, in lws_buflist_append_segment() argument
83 lws_buflist_destroy_segment(struct lws_buflist **head) in lws_buflist_destroy_segment() argument
97 lws_buflist_destroy_all_segments(struct lws_buflist **head) lws_buflist_destroy_all_segments() argument
112 lws_buflist_next_segment_len(struct lws_buflist **head, uint8_t **buf) lws_buflist_next_segment_len() argument
139 lws_buflist_use_segment(struct lws_buflist **head, size_t len) lws_buflist_use_segment() argument
162 lws_buflist_total_len(struct lws_buflist **head) lws_buflist_total_len() argument
176 lws_buflist_linear_copy(struct lws_buflist **head, size_t ofs, uint8_t *buf, size_t len) lws_buflist_linear_copy() argument
201 lws_buflist_linear_use(struct lws_buflist **head, uint8_t *buf, size_t len) lws_buflist_linear_use() argument
221 lws_buflist_fragment_use(struct lws_buflist **head, uint8_t *buf, size_t len, char *frag_first, char *frag_fin) lws_buflist_fragment_use() argument
250 lws_buflist_describe(struct lws_buflist **head, void *id, const char *reason) lws_buflist_describe() argument
[all...]
/third_party/libbpf/include/linux/
H A Dlist.h39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() argument
75 static inline int list_empty(const struct list_head *head) in list_empty() argument
[all...]
/third_party/lame/mpglib/
H A Dcommon.c111 head_check(unsigned long head, int check_layer) in head_check() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.h64 unsigned int head; member
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp44 head(R &&r) { in head() function
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.h47 struct list_head head; member
/third_party/ntfs-3g/ntfsprogs/
H A Dlist.h76 ntfs_list_add(struct ntfs_list_head *new, struct ntfs_list_head *head) ntfs_list_add() argument
90 ntfs_list_add_tail(struct ntfs_list_head *new, struct ntfs_list_head *head) ntfs_list_add_tail() argument
139 ntfs_list_empty(struct ntfs_list_head *head) ntfs_list_empty() argument
149 ntfs_list_splice(struct ntfs_list_head *list, struct ntfs_list_head *head) ntfs_list_splice() argument
[all...]
/third_party/musl/src/exit/
H A Datexit.c20 } builtin, *head; variable
[all...]
/third_party/musl/src/stdlib/
H A Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_t lp[]) in trinkle() argument
162 unsigned char *head, *high; __qsort_r() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc51 auto head = qlist.head; in ~DNSTracker() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.h57 struct list_head head; member

Completed in 16 milliseconds

12345678910>>...31