/aosp12/bionic/libc/include/sys/ |
H A D | queue.h | 91 #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.h | 80 #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 D | QCameraQueue.cpp | 226 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 D | macros.h | 55 #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 D | list.h | 45 #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 D | list.cpp | 47 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 D | mm_jpeg_queue.c | 68 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 D | cam_queue.h | 42 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 D | FontFileParserTest.cpp | 51 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 D | DataMgmt.cc | 26 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 D | phNxpEseDataMgr.cpp | 25 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 D | phNxpEseDataMgr.cpp | 23 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 D | mm_qcamera_queue.c | 111 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 D | sigcontext.h | 37 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 D | Region.h | 223 Region::const_iterator head = region.begin(); in PrintTo() local
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Region.h | 223 Region::const_iterator head = region.begin(); in PrintTo() local
|
/aosp12/frameworks/native/include/ui/ |
H A D | Region.h | 223 Region::const_iterator head = region.begin(); in PrintTo() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_iommu.h | 65 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 D | ClientSession.java | 175 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 D | malloc_arena_pool.cc | 57 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 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()
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A 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()
|
/aosp12/system/core/libcutils/include/cutils/ |
H A 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()
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A 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()
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | StringUtils.cpp | 25 const char* head = current; in split() local
|