/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libcutils/include/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libcutils/include/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | attrib.c | 90 struct gl_attrib_node *head; in _mesa_PushAttrib() local 1333 struct gl_client_attrib_node *head; in _mesa_PushClientAttrib() local 1364 struct gl_client_attrib_node *head; in _mesa_PopClientAttrib() local
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | vk_util.h | 207 T* vk_find_struct(H* head) { in vk_find_struct() 213 const T* vk_find_struct(const H* head) { in vk_find_struct() 282 void vk_struct_chain_filter(H* head) { in vk_struct_chain_filter()
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | GzipSink.kt | 128 var head = buffer.head!! in updateCrc() variable
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | console.c | 39 struct console_output_driver *head = console_out; in output_driver_exists() local 52 struct console_input_driver *head = console_in; in input_driver_exists() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_queue.cc | 122 const ConnectNode& head = connect_queue.front(); in queue_int_advance() local 195 ConnectNode& head = connect_queue.front(); in btif_queue_connect_next() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
H A D | flag_info_update.rs | 40 let head = match flag_type { in get_flag_info_offset() localVariable 58 let head = get_flag_info_offset(buf, flag_type, flag_index)?; in get_flag_attribute_and_offset() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_slab.h | 63 struct list_head head; member 74 struct list_head head; member
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, AllocList *e, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 970 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in releaseWaiters() local 991 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in abortWait() local 1056 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in internalAwaitAdvance() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/ |
H A D | DocumentTest.java | 87 Element head = doc.head(); in accessorsWillNormalizeStructure() local 99 Element head = doc.head(); in accessorsAreCaseInsensitive() local 505 Element head = doc.head(); in framesetSupportsBodyMethod() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 970 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in releaseWaiters() local 991 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in abortWait() local 1056 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in internalAwaitAdvance() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, AllocList *e, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_upnp.c | 650 const char *head = in subscription_first_event() local 987 static void upnp_wps_free_msearchreply(struct dl_list *head) in upnp_wps_free_msearchreply() 996 static void upnp_wps_free_subscriptions(struct dl_list *head, in upnp_wps_free_subscriptions()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 156 static AllocList *LLA_SkiplistSearch(AllocList *head, AllocList *e, in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | Phaser.java | 970 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in releaseWaiters() local 991 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in abortWait() local 1056 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; in internalAwaitAdvance() local
|