Home
last modified time | relevance | path

Searched defs:head (Results 1 - 25 of 627) sorted by relevance

12345678910>>...26

/third_party/musl/porting/linux/user/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add() local
/third_party/musl/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add() local
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/
H A Dexample.js1 var head = 0, tail = 0, ring = new Array(); variable
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/
H A Dexample.js1 var head = 0, tail = 0, ring = new Array(); variable
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/
H A Dexample.js1 var head = 0, tail = 0, ring = new Array(); variable
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/
H A Dexample.js1 var head = 0, tail = 0, ring = new Array(); variable
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/
H A Dexample.js1 var head = 0, tail = 0, ring = new Array(); variable
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_opl.h45 nghttp3_opl_entry *head; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_opl.h44 ngtcp2_opl_entry *head; member
/base/security/huks/utils/list/
H A Dhks_double_list.c32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() argument
48 void AddNodeAtDoubleListTail(struct DoubleList *head, struc argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/
H A Dunpackauthdata_fuzzer.cpp30 AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
/third_party/ffmpeg/libavcodec/
H A Dpacket_internal.h32 PacketListEntry *head, *tail; member
/third_party/node/deps/cares/src/lib/
H A Dares_freeaddrinfo.c37 void ares__freeaddrinfo_cnames(struct ares_addrinfo_cname *head) in ares__freeaddrinfo_cnames() argument
49 void ares__freeaddrinfo_nodes(struct ares_addrinfo_node *head) in ares__freeaddrinfo_nodes() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h38 unsigned char * head; member
/third_party/rust/crates/clap/examples/
H A Dgit.rs76 let mut head = sub_matches.get_one::<String>("head").map(|s| s.as_str()); in main() variables
/base/msdp/device_status/utils/ipc/src/
H A Dnet_packet.cpp30 PACKHEAD head = {msgId_, wPos_}; in MakeData() local
31 buf << head; in MakeData() local
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.h34 DslmRemoteStubListNode *head; member
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_double_list_test.cpp78 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
93 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
108 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_stream_manager_callback.cpp31 auto head = static_cast<CAudioCapturerChangeInfo *>( in OnCapturerStateChange() local
/foundation/multimodalinput/input/util/network/src/
H A Dnet_packet.cpp32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
33 buf << head; in MakeData() local
/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
H A Dtlv_util_mock.cpp31 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument
46 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument
61 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument
76 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument
91 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument
106 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() argument
120 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() argument
134 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading() argument
149 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading() argument
164 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) in Reading() argument
179 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument
194 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument
209 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument
225 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dutils.cpp36 char **head = static_cast<char **>(malloc(vector.size() * sizeof(char *))); in StringVectorToArray() local

Completed in 8 milliseconds

12345678910>>...26