Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 147) sorted by relevance

123456

/aosp12/bionic/libc/include/sys/
H A Dqueue.h91 #define LIST_HEAD_INITIALIZER(head) \ argument
103 #define LIST_INIT(head) do { \ argument
157 #define SLIST_HEAD_INITIALIZER(head) \ argument
168 #define SLIST_INIT(head) do { \ argument
219 #define STAILQ_HEAD_INITIALIZER(head) \ argument
230 #define STAILQ_INIT(head) do { \ argument
304 #define SIMPLEQ_INIT(head) do { \ argument
368 #define TAILQ_HEAD_INITIALIZER(head) \ argument
381 #define TAILQ_INIT(head) do { \ argument
446 #define TAILQ_LAST(head, headname) \ argument
[all …]
/aosp12/frameworks/av/media/codec2/core/include/
H A D_C2MacroUtils.h80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument
81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument
82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument
83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument
135 #define _C2_MAP_9(fn, arg, head, ...) fn(head, arg), _C2_MAP_8(fn, arg, ##__VA_ARGS__) argument
136 #define _C2_MAP_8(fn, arg, head, ...) fn(head, arg), _C2_MAP_7(fn, arg, ##__VA_ARGS__) argument
137 #define _C2_MAP_7(fn, arg, head, ...) fn(head, arg), _C2_MAP_6(fn, arg, ##__VA_ARGS__) argument
138 #define _C2_MAP_6(fn, arg, head, ...) fn(head, arg), _C2_MAP_5(fn, arg, ##__VA_ARGS__) argument
139 #define _C2_MAP_5(fn, arg, head, ...) fn(head, arg), _C2_MAP_4(fn, arg, ##__VA_ARGS__) argument
140 #define _C2_MAP_4(fn, arg, head, ...) fn(head, arg), _C2_MAP_3(fn, arg, ##__VA_ARGS__) argument
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.cpp226 struct cam_list *head = NULL; in peek() local
261 struct cam_list *head = NULL; in dequeue() local
301 struct cam_list *head = NULL; in dequeue() local
345 struct cam_list *head = NULL; in flush() local
387 struct cam_list *head = NULL; in flushNodes() local
432 struct cam_list *head = NULL; in flushNodes() local
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dmacros.h55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument
59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument
74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument
80 #define _PDX_APPLY_LIST_2(macro, head, next, ...) \ argument
85 #define _PDX_APPLY_LIST_0(macro, head, next, ...) \ argument
101 #define _PDX_APPLY_BINARY_1(macro, arg, head, next, ...) \ argument
106 #define _PDX_APPLY_BINARY_2(macro, arg, head, next, ...) \ argument
122 #define _PDX_APPLY_BINARY_LIST_1(macro, arg, head, next, ...) \ argument
128 #define _PDX_APPLY_BINARY_LIST_2(macro, arg, head, next, ...) \ argument
134 #define _PDX_APPLY_BINARY_LIST_0(macro, arg, head, next, ...) \ argument
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dlist.h45 #define list_for_each(ref, head) \ argument
57 #define list_for_each_entry(ref, head, member) \ argument
62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
H A 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
95 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
140 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
169 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_queue.h42 cam_node_t head; /* dummy head */ member
78 struct cam_list *head = NULL; in cam_queue_deq() local
102 struct cam_list *head = NULL; in cam_queue_flush() local
/aosp12/frameworks/minikin/tests/unittest/
H A DFontFileParserTest.cpp51 size_t head = writeU16(1, out.data(), 0); // major version in buildHeadTable() local
75 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local
84 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A DDataMgmt.cc26 static TpduRecvBuff_List_t *head = NULL, *current = NULL; variable
149 static int DataMgmt_DeletList(TpduRecvBuff_List_t* head) { in DataMgmt_DeletList()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEseDataMgr.cpp25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
139 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEseDataMgr.cpp23 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
148 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
139 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/aosp12/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsigcontext.h37 struct _aarch64_ctx head; member
44 struct _aarch64_ctx head; member
49 struct _aarch64_ctx head; member
56 struct _aarch64_ctx head; member
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/aosp12/frameworks/native/include/ui/
H A DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvirtio_iommu.h65 struct virtio_iommu_req_head head; member
72 struct virtio_iommu_req_head head; member
83 struct virtio_iommu_req_head head; member
92 struct virtio_iommu_req_head head; member
109 struct virtio_iommu_probe_property head; member
116 struct virtio_iommu_req_head head; member
/aosp12/frameworks/base/obex/javax/obex/
H A DClientSession.java175 HeaderSet head; in get() local
294 HeaderSet head; in put() local
459 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
/aosp12/art/libartbase/base/
H A Dmalloc_arena_pool.cc57 size_t head = memory_ - unaligned_memory_; in MallocArena() local
70 size_t head = memory_ - unaligned_memory_; in ~MallocArena() local
/aosp14/system/core/libcutils/include/cutils/
H A Dlist.h58 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()
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h58 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()
/aosp12/system/core/libcutils/include/cutils/
H A Dlist.h58 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()
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h58 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()
/aosp12/frameworks/base/libs/hwui/utils/
H A DStringUtils.cpp25 const char* head = current; in split() local

123456