Home
last modified time | relevance | path

Searched defs:head (Results 176 - 200 of 578) sorted by relevance

12345678910>>...24

/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp156 Entry *head = nullptr; // Pointer to the most recently used entry in the LRU. member in sw::LRUCache
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md; member
60 SHA256_CTX head, tail, md; member
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.cpp33 SlabAllocatorImpl::Slab::Slab(char allocation[], IndexLinkNode* head) in Slab() argument
117 IndexLinkNode* head = slab->freeList; in PushFront() local
133 IndexLinkNode* head = slab->freeList; in PopFront() local
[all...]
H A DLinkedList.h215 LinkNode<T>* head() const { in head() function in LinkedList
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftlzw.c85 FT_Byte head[2]; in ft_lzw_check_header() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-head-table.hh44 struct head struct
/third_party/skia/third_party/externals/icu/source/common/
H A Dulist.cpp28 UListNode *head; member
[all...]
/third_party/python/Include/internal/
H A Dpycore_hashtable.h18 _Py_slist_item_t *head; member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h341 void InsertEach(Container* cont, H&& head, T&&... tail) { in InsertEach() argument
/third_party/selinux/libsepol/src/
H A Dibpkeys.c107 ocontext_t *c, *head; in sepol_ibpkey_count() local
125 ocontext_t *c, *head; in sepol_ibpkey_exists() local
155 ocontext_t *c, *head; in sepol_ibpkey_query() local
222 ocontext_t *c, *head; in sepol_ibpkey_iterate() local
[all...]
H A Dports.c162 ocontext_t *c, *head; in sepol_port_count() local
181 ocontext_t *c, *head; in sepol_port_exists() local
219 ocontext_t *c, *head; in sepol_port_query() local
296 ocontext_t *c, *head; in sepol_port_iterate() local
[all...]
H A Dnodes.c152 ocontext_t *c, *head; in sepol_node_count() local
175 ocontext_t *c, *head; in sepol_node_exists() local
235 ocontext_t *c, *head; sepol_node_query() local
352 ocontext_t *c, *head; sepol_node_iterate() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c57 const u8 *head; in wps_process_key_wrap_auth() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c58 const u8 *head; in wps_process_key_wrap_auth() local
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c177 TlvNode *head = MallocTlvNode(); in TlvBytesToNode() local
229 static int32_t Parse(const uint8_t *payload, uint16_t length, TlvNode **head) in Parse() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp315 RtpHeader *head = rtp->GetHeader(); in HWTEST_F() local
371 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
399 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
633 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp82 std::string head = uri.substr(0, iter); in ResolveURIType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp136 std::string head = uri.substr(0, iter); in ParseHrefAttr() local
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp228 void ModuleManager::InsertCallback(CallbackNode *&head, NativeCallback callback, in InsertCallback() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h62 CDeviceDescriptor *head; member
79 CAudioCapturerChangeInfo *head; member
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp540 const PackHead *head = reinterpret_cast<const PackHead *>(buf); in HandleSessionData() local
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp102 ConnPktHead head = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_client_mock.cpp37 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule() local
52 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule1() local
68 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ConnGattTransRecvReturnOldNearby() local
83 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ConnGattTransRecvReturnDefult() local
98 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ActionOfConnGattTransRecv() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp776 ConnPktHead head; in HWTEST_F() local
804 ConnPktHead head; in HWTEST_F() local
823 ConnPktHead head; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp313 ConnPktHead head = {0}; in HWTEST_F() local
410 ConnPktHead head = {0}; HWTEST_F() local
[all...]

Completed in 16 milliseconds

12345678910>>...24