| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/binary_heap_/ |
| D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() function 75 type(const Pred& other) : Pred(other) { } in type() function 78 operator()(entry p_v) const in operator ()()
|
| D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() function 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() argument 78 operator()(entry lhs, entry rhs) const in operator ()()
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/binary_heap_/ |
| D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() function 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function 78 operator()(entry lhs, entry rhs) const in operator ()()
|
| D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() argument 75 type(const Pred& other) : Pred(other) { } in type() function 78 operator()(entry p_v) const in operator ()()
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/binary_heap_/ |
| D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() argument 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() argument 78 operator()(entry lhs, entry rhs) const in operator ()()
|
| D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() argument 75 type(const Pred& other) : Pred(other) { } in type() argument 78 operator()(entry p_v) const in operator ()()
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/binary_heap_/ |
| D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() argument 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function 78 operator()(entry lhs, entry rhs) const in operator ()()
|
| D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() function 75 type(const Pred& other) : Pred(other) { } in type() argument 78 operator()(entry p_v) const in operator ()()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_track.h | 392 #define LOS_TRACK_IRQ(type, lr) \ argument 399 #define LOS_TRACK_IRQ(type, lr) argument 403 #define LOS_TRACK_WORKQ(type, workPrio, workEntry) \ argument 410 #define LOS_TRACK_WORKQ(type, workPrio, workEntry) argument 414 #define LOS_TRACK_TASK(type, taskID) \ argument 421 #define LOS_TRACK_TASK(type, taskID) argument 425 #define LOS_TRACK_ISR(type, intVector) \ argument 432 #define LOS_TRACK_ISR(type, intVector) argument 436 #define LOS_TRACK_SEM(type, semID, semCnt) \ argument 445 #define LOS_TRACK_SEM(type, semID, semCnt) argument [all …]
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) \ argument 27 #define mpp_malloc(type, count) \ argument 30 #define mpp_malloc_size(type, size) \ argument 33 #define mpp_calloc_size(type, size) \ argument 36 #define mpp_calloc(type, count) \ argument 39 #define mpp_realloc(ptr, type, count) \ argument
|
| D | mpp_list.h | 102 #define list_entry(ptr, type, member) \ argument 105 #define list_first_entry(ptr, type, member) \ argument 108 #define list_last_entry(ptr, type, member) \ argument 111 #define list_first_entry_or_null(ptr, type, member) do { \ argument 117 #define list_next_entry(pos, type, member) \ argument 120 #define list_prev_entry(pos, type, member) \ argument 123 #define list_for_each_entry(pos, head, type, member) \ argument 128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) (type *)mpp_osal_malloc(caller, sizeof(type) * … argument 26 #define mpp_malloc(type, count) (type *)mpp_osal_malloc(__FUNCTION__, sizeof(type) * (count)) argument 28 #define mpp_malloc_size(type, size) (type *)mpp_osal_malloc(__FUNCTION__, size) argument 30 #define mpp_calloc_size(type, size) (type *)mpp_osal_calloc(__FUNCTION__, size) argument 32 #define mpp_calloc(type, count) (type *)mpp_osal_calloc(__FUNCTION__, sizeof(type) * (count)) argument 34 #define mpp_realloc(ptr, type, count) (type *)mpp_osal_realloc(__FUNCTION__, ptr, sizeof(type) * (c… argument
|
| D | mpp_list.h | 103 #define list_entry(ptr, type, member) ((type *)((char *)(ptr) - (unsigned long)(&((type *)0)->membe… argument 105 #define list_first_entry(ptr, type, member) list_entry((ptr)->next, type, member) argument 107 #define list_last_entry(ptr, type, member) list_entry((ptr)->prev, type, member) argument 109 #define list_first_entry_or_null(ptr, type, member) … argument 116 #define list_next_entry(pos, type, member) list_entry((pos)->member.next, type, member) argument 118 #define list_prev_entry(pos, type, member) list_entry((pos)->member.prev, type, member) argument 120 #define list_for_each_entry(pos, head, type, member) … argument 124 #define list_for_each_entry_safe(pos, n, head, type, member) … argument 128 #define list_for_each_entry_reverse(pos, head, type, member) … argument 132 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) … argument
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_mem.h | 25 #define mpp_malloc_with_caller(type, count, caller) \ argument 28 #define mpp_malloc(type, count) \ argument 31 #define mpp_malloc_size(type, size) \ argument 34 #define mpp_calloc_size(type, size) \ argument 37 #define mpp_calloc(type, count) \ argument 40 #define mpp_realloc(ptr, type, count) \ argument
|
| D | mpp_list.h | 108 #define list_entry(ptr, type, member) \ argument 111 #define list_first_entry(ptr, type, member) \ argument 114 #define list_last_entry(ptr, type, member) \ argument 117 #define list_first_entry_or_null(ptr, type, member) ({ \ argument 123 #define list_next_entry(pos, type, member) \ argument 126 #define list_prev_entry(pos, type, member) \ argument 129 #define list_for_each_entry(pos, head, type, member) \ argument 134 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 140 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 145 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_mem.h | 24 #define mpp_malloc_with_caller(type, count, caller) \ argument 27 #define mpp_malloc(type, count) \ argument 30 #define mpp_malloc_size(type, size) \ argument 33 #define mpp_calloc_size(type, size) \ argument 36 #define mpp_calloc(type, count) \ argument 39 #define mpp_realloc(ptr, type, count) \ argument
|
| D | mpp_list.h | 102 #define list_entry(ptr, type, member) \ argument 105 #define list_first_entry(ptr, type, member) \ argument 108 #define list_last_entry(ptr, type, member) \ argument 111 #define list_first_entry_or_null(ptr, type, member) do { \ argument 117 #define list_next_entry(pos, type, member) \ argument 120 #define list_prev_entry(pos, type, member) \ argument 123 #define list_for_each_entry(pos, head, type, member) \ argument 128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/base/include/ |
| D | los_lockdep_pri.h | 61 #define SEMDEP_CHECK_INIT(type, id) do { \ argument 68 #define SEMDEP_CHECK_DEINIT(type, id) do { \ argument 74 #define SEMDEP_CHECK_IN(type, id) do { \ argument 80 #define SEMDEP_RECORD(type, id) do { \ argument 86 #define SEMDEP_CHECK_OUT(type, id) do { \ argument 92 #define SEMDEP_CHECK_INIT(type, id) argument 93 #define SEMDEP_CHECK_DEINIT(type, id) argument 94 #define SEMDEP_CHECK_IN(type, id) argument 95 #define SEMDEP_RECORD(type, id) argument 96 #define SEMDEP_CHECK_OUT(type, id) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/ |
| D | priority_queue_base_dispatch.hpp | 72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/ |
| D | priority_queue_base_dispatch.hpp | 72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/ |
| D | priority_queue_base_dispatch.hpp | 72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/include/c++/7.3.0/ext/pb_ds/detail/ |
| D | priority_queue_base_dispatch.hpp | 72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type; typedef 108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type; typedef
|
| /device/soc/rockchip/rk2206/hardware/include/sys/ |
| D | defs.h | 42 #define __DEQUALIFY(type, var) ((type)(uintptr_t)(const volatile void *)(var)) argument 46 #define offsetof(type, field) \ argument 51 #define __offsetof(type, field) offsetof(type, field) argument 55 #define __containerof(ptr, type, field) \ argument 60 #define container_of(ptr, type, field) __containerof(ptr, type, field) argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/osal/include/ |
| D | osal_ioctl.h | 83 #define _IOC(dir, type, nr, size) \ argument 108 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 112 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 116 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 120 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 124 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 128 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 132 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | osal_ioctl.h | 96 #define _IOC(dir, type, nr, size) \ argument 117 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 121 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 125 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 129 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 133 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 137 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 141 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
|