| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | objects.h | 1025 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument 1027 static int nm##_cmp(type1 const *, type2 const *); \ 1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 1030 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument 1031 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp) 1032 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument 1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 1062 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument 1066 type2 const *b = b_; \ 1069 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | unistd.h | 123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 124 type name(type1 arg1, type2 arg2) \ 129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 130 type name(type1 arg1, type2 arg2, type3 arg3) \ 135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument 143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | turn_info.hpp | 124 inline bool combination(operation_type type1, operation_type type2) const in combination() 126 return has12(type1, type2) || has12(type2, type1); in combination() 143 inline bool has12(operation_type type1, operation_type type2) const in has12() 146 && this->operations[1].operation == type2 in has12()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/ |
| H A D | convert.hpp | 14 #define BOOST_FUSION_WA_GCC34(type1, type2) \ argument 15 boost::lazy_disable_if<boost::is_const<Sequence>, type1, type2> 17 #define BOOST_FUSION_WA_GCC34(type1, type2) type1, type2 argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/ |
| H A D | float_functions.hpp | 193 #define BOOST_HASH_CALL_FLOAT_FUNC(cpp_func, c99_func, type1, type2) \ argument 196 boost::hash_detail::not_found c99_func(Float, type2); \ 207 static type2 y; \ 259 #define BOOST_HASH_CALL_FLOAT_MACRO(cpp_func, c99_func, type1, type2) \ argument 266 inline type1 operator()(type1 x, type2 y) const { \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple-expr.h | 64 types_compatible_p (tree type1, tree type2) in types_compatible_p() argument 66 return (type1 == type2 in types_compatible_p() 67 || (useless_type_conversion_p (type1, type2) in types_compatible_p() 68 && useless_type_conversion_p (type2, type1))); in types_compatible_p()
|
| /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/plugin/include/ |
| H A D | gimple-expr.h | 64 types_compatible_p (tree type1, tree type2) in types_compatible_p() argument 66 return (type1 == type2 in types_compatible_p() 67 || (useless_type_conversion_p (type1, type2) in types_compatible_p() 68 && useless_type_conversion_p (type2, type1))); in types_compatible_p()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | twl4030-power.c | 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ argument 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ argument 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 179 .type = (typ), .type2 = (typ2), \ 184 .type = (typ), .type2 = (typ2), \ 422 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource() 424 type |= rconfig->type2 << TYPE2_SHIFT; in twl4030_configure_resource()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 163 req = qp_ctx->req_list[le16_to_cpu(bd->type2.tag)]; in sec_req_cb() 169 req->err_type = bd->type2.error_type; in sec_req_cb() 171 done = le16_to_cpu(bd->type2.done_flag) & SEC_DONE_MASK; in sec_req_cb() 172 flag = (le16_to_cpu(bd->type2.done_flag) & in sec_req_cb() 995 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill() 996 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill() 997 sec_sqe->type2.data_src_addr = cpu_to_le64(c_req->c_in_dma); in sec_skcipher_bd_fill() 998 sec_sqe->type2.data_dst_addr = cpu_to_le64(c_req->c_out_dma); in sec_skcipher_bd_fill() 1000 sec_sqe->type2.icvw_kmode |= cpu_to_le16(((u16)c_ctx->c_mode) << in sec_skcipher_bd_fill() 1002 sec_sqe->type2.c_alg = c_ctx->c_alg; in sec_skcipher_bd_fill() [all …]
|
| H A D | sec_crypto.h | 210 struct sec_sqe_type2 type2; member
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/maptype/ |
| H A D | tst_maptype.cpp | 181 QFETCH(QGeoMapType, type2); in comparison() 184 QCOMPARE(type1 == type2, expected); in comparison() 185 QCOMPARE(type1 != type2, !expected); in comparison()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 187 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 190 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible() 191 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 192 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | 00_arches.patch | 461 +#define io_syscall2(type,fname,sname,type1,arg1,type2,arg2) \ 462 +type fname(type1 arg1, type2 arg2) \ 467 +#define io_syscall3(type,fname,sname,type1,arg1,type2,arg2,type3,arg3) \ 468 +type fname(type1 arg1, type2 arg2, type3 arg3) \ 473 +#define io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 474 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 479 +#define io_syscall5(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 480 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsprepkg.c | 29 u8 type2, u32 count2, u32 start_index); 705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument 728 type2, in acpi_ns_check_package_elements()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | twl.h | 550 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 551 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \ 656 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | tests-match.dtsi | 10 c { name2 { device_type = "type2"; }; };
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-aspeed-sgpio.c | 334 u32 type2 = 0; in aspeed_sgpio_set_type() local 347 type2 |= bit; in aspeed_sgpio_set_type() 380 reg = (reg & ~bit) | type2; in aspeed_sgpio_set_type()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | iface.c | 227 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument 230 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 232 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed() 233 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_WDS) || in identical_mac_addr_allowed() 235 (type2 == NL80211_IFTYPE_WDS || in identical_mac_addr_allowed() 236 type2 == NL80211_IFTYPE_AP)) || in identical_mac_addr_allowed() 237 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed() 239 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed() 240 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | twl4030.h | 244 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 245 ((devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | setup-bus.c | 990 unsigned long type, unsigned long type2, in pbus_size_mem() argument 1025 (r->flags & mask) != type2 && in pbus_size_mem() 1206 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1282 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges() 1292 if (!type2) { in __pci_bus_size_bridges() 1308 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1325 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 335 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 349 { .drv_type = type2, .offset = -1 }, \
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | fstatat64.patch | 23 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_physts.c | 255 u32 type1 = 0, type2 = 0; in halbb_physts_detail_dump_ie_11() local 281 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 285 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 289 type2 = (u32)(type >> 25); in halbb_physts_detail_dump_ie_11() 293 type2 = 0; in halbb_physts_detail_dump_ie_11() 311 type1, type2); in halbb_physts_detail_dump_ie_11() 324 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 328 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 332 type2 = (u32)(type >> 25); in halbb_physts_detail_dump_ie_11() 336 type2 = 0; in halbb_physts_detail_dump_ie_11() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_physts.c | 255 u32 type1 = 0, type2 = 0; in halbb_physts_detail_dump_ie_11() local 281 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 285 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 289 type2 = (u32)(type >> 25); in halbb_physts_detail_dump_ie_11() 293 type2 = 0; in halbb_physts_detail_dump_ie_11() 311 type1, type2); in halbb_physts_detail_dump_ie_11() 324 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 328 type2 = (u32)(type >> 23); in halbb_physts_detail_dump_ie_11() 332 type2 = (u32)(type >> 25); in halbb_physts_detail_dump_ie_11() 336 type2 = 0; in halbb_physts_detail_dump_ie_11() [all …]
|