| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | stack.h | 279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 282 typedef void (*stack_##name##_free_func)(ptrtype); \ 283 typedef ptrtype (*stack_##name##_copy_func)(ptrtype); \ 288 ((stack_##name##_free_func)free_func)((ptrtype)ptr); \ 293 return (void *)((stack_##name##_copy_func)copy_func)((ptrtype)ptr); \ 320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \ 322 return (ptrtype)sk_value((const _STACK *)sk, i); \ 325 OPENSSL_INLINE ptrtype sk_##name##_set(STACK_OF(name) *sk, size_t i, \ 326 ptrtype p) { \ 327 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | stack.h | 279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 282 typedef void (*stack_##name##_free_func)(ptrtype); \ 283 typedef ptrtype (*stack_##name##_copy_func)(ptrtype); \ 288 ((stack_##name##_free_func)free_func)((ptrtype)ptr); \ 293 return (void *)((stack_##name##_copy_func)copy_func)((ptrtype)ptr); \ 320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \ 322 return (ptrtype)sk_value((const _STACK *)sk, i); \ 325 OPENSSL_INLINE ptrtype sk_##name##_set(STACK_OF(name) *sk, size_t i, \ 326 ptrtype p) { \ 327 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | stack.h | 279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 282 typedef void (*stack_##name##_free_func)(ptrtype); \ 283 typedef ptrtype (*stack_##name##_copy_func)(ptrtype); \ 288 ((stack_##name##_free_func)free_func)((ptrtype)ptr); \ 293 return (void *)((stack_##name##_copy_func)copy_func)((ptrtype)ptr); \ 320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \ 322 return (ptrtype)sk_value((const _STACK *)sk, i); \ 325 OPENSSL_INLINE ptrtype sk_##name##_set(STACK_OF(name) *sk, size_t i, \ 326 ptrtype p) { \ 327 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | stack.h | 279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 282 typedef void (*stack_##name##_free_func)(ptrtype); \ 283 typedef ptrtype (*stack_##name##_copy_func)(ptrtype); \ 288 ((stack_##name##_free_func)free_func)((ptrtype)ptr); \ 293 return (void *)((stack_##name##_copy_func)copy_func)((ptrtype)ptr); \ 320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \ 322 return (ptrtype)sk_value((const _STACK *)sk, i); \ 325 OPENSSL_INLINE ptrtype sk_##name##_set(STACK_OF(name) *sk, size_t i, \ 326 ptrtype p) { \ 327 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | stack.h | 247 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 270 static inline OPENSSL_UNUSED ptrtype sk_##name##_value( \ 272 return (ptrtype)sk_value((const _STACK *)sk, i); \ 275 static inline OPENSSL_UNUSED ptrtype sk_##name##_set(STACK_OF(name) *sk, \ 276 size_t i, ptrtype p) { \ 277 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ 285 STACK_OF(name) *sk, void (*free_func)(ptrtype p)) { \ 290 STACK_OF(name) *sk, ptrtype p, size_t where) { \ 294 static inline OPENSSL_UNUSED ptrtype sk_##name##_delete(STACK_OF(name) *sk, \ 296 return (ptrtype)sk_delete((_STACK *)sk, where); \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | stack.h | 247 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ argument 270 static inline OPENSSL_UNUSED ptrtype sk_##name##_value( \ 272 return (ptrtype)sk_value((const _STACK *)sk, i); \ 275 static inline OPENSSL_UNUSED ptrtype sk_##name##_set(STACK_OF(name) *sk, \ 276 size_t i, ptrtype p) { \ 277 return (ptrtype)sk_set((_STACK *)sk, i, (void *)p); \ 285 STACK_OF(name) *sk, void (*free_func)(ptrtype p)) { \ 290 STACK_OF(name) *sk, ptrtype p, size_t where) { \ 294 static inline OPENSSL_UNUSED ptrtype sk_##name##_delete(STACK_OF(name) *sk, \ 296 return (ptrtype)sk_delete((_STACK *)sk, where); \ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfifo.h | 52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument 58 ptrtype *ptr; \ 59 ptrtype const *ptr_const; \ 62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 64 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ 71 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 73 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | touch.c | 590 int ptrtype; in TouchConvertToPointerEvent() local 602 ptrtype = ET_ButtonPress; in TouchConvertToPointerEvent() 606 ptrtype = ET_ButtonRelease; in TouchConvertToPointerEvent() 624 button_event->any.type = ptrtype; in TouchConvertToPointerEvent()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 10877 #define __ST2_LANE_FUNC(intype, largetype, ptrtype, mode, \ argument 10881 vst2_lane_ ## funcsuffix (ptrtype *__ptr, \ 10929 #define __ST2Q_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \ in __ST2_LANE_FUNC() argument 10932 vst2q_lane_ ## funcsuffix (ptrtype *__ptr, \ in __ST2_LANE_FUNC() 10956 #define __ST3_LANE_FUNC(intype, largetype, ptrtype, mode, \ argument 10960 vst3_lane_ ## funcsuffix (ptrtype *__ptr, \ 11013 #define __ST3Q_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \ argument 11016 vst3q_lane_ ## funcsuffix (ptrtype *__ptr, \ 11040 #define __ST4_LANE_FUNC(intype, largetype, ptrtype, mode, \ argument 11044 vst4_lane_ ## funcsuffix (ptrtype *__ptr, \ [all …]
|