Home
last modified time | relevance | path

Searched defs:head (Results 326 – 350 of 2804) sorted by relevance

1...<<11121314151617181920>>...113

/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/netlink/
Dmsg.h133 #define nlmsg_for_each(pos, head, len) \ argument
138 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/netlink/
Dmsg.h129 #define nlmsg_for_each(pos, head, len) \ argument
134 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libnl/include/netlink/
Dmsg.h135 #define nlmsg_for_each(pos, head, len) \ argument
140 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/aosp_15_r20/external/libnl/include/netlink/
H A Dmsg.h129 #define nlmsg_for_each(pos, head, len) \ argument
134 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.cpp47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.cpp47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
/aosp_15_r20/out/soong/.intermediates/external/obex/com.android.obex/android_common_apex33/javac/
Dcom.android.obex.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
DDataMgmt.cc26 static TpduRecvBuff_List_t *head = NULL, *current = NULL; variable
149 static int DataMgmt_DeletList(TpduRecvBuff_List_t* head) { in DataMgmt_DeletList()
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
143 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/lib/
DphNxpEseDataMgr.cpp24 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
153 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dinsert_string_tpl.h62 Pos head; in QUICK_INSERT_STRING() local
101 Pos head = s->head[hm]; in INSERT_STRING() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DInstrumentation.h57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { in stringify_helper()
62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, in stringify_helper()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DInstrumentation.h57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { in stringify_helper()
62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, in stringify_helper()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DInstrumentation.h57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { in stringify_helper()
62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, in stringify_helper()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DInstrumentation.h57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { in stringify_helper()
62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, in stringify_helper()
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dmenu.c697 struct list_head *head) in get_prompt_str()
777 struct list_head *head) in get_symbol_str()
827 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/irq/
H A Dirq.c266 static void add_entry(struct pci_irq_entry **head, pci_devfn_t devfn, enum pci_pin pin, in add_entry()
283 static void add_slot_entries(struct pci_irq_entry **head, unsigned int slot, in add_slot_entries()
296 static bool assign_slot(struct pci_irq_entry **head, in assign_slot()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/crashlog/
H A Dcrashlog.c352 void __weak cl_get_pmc_sram_data(cl_node_t *head) in cl_get_pmc_sram_data()
455 void cl_get_cpu_sram_data(cl_node_t *head) in cl_get_cpu_sram_data()
518 void collect_pmc_and_cpu_crashlog_from_srams(cl_node_t *head) in collect_pmc_and_cpu_crashlog_from_srams()
/aosp_15_r20/external/libnl/lib/
H A Dutils.c1040 int __trans_list_add(int i, const char *a, struct nl_list_head *head) in __trans_list_add()
1056 void __trans_list_clear(struct nl_list_head *head) in __trans_list_clear()
1085 struct nl_list_head *head) in __list_type2str()
1140 int __list_str2type(const char *buf, struct nl_list_head *head) in __list_str2type()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc666 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
686 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
814 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
1163 CIPHER_ORDER *head = nullptr, *tail = nullptr; in ssl_create_cipher_list() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc666 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
686 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
814 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
1163 CIPHER_ORDER *head = nullptr, *tail = nullptr; in ssl_create_cipher_list() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_cipher.cc689 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
709 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
793 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
1184 CIPHER_ORDER *head = &co_list[0]; in ssl_create_cipher_list() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_cipher.cc689 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
709 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
793 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
1184 CIPHER_ORDER *head = &co_list[0]; in ssl_create_cipher_list() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DLockFreeQueueTest.kt28 private val head = atomic(Node(0)) constant
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DDeflaterSink.kt57 val head = source.head!! in write() constant

1...<<11121314151617181920>>...113