| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | copy-paste.h | 12 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ argument 19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmtcp.h | 89 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 92 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwinfb.h | 51 #define BM_ARGB(a, r, g, b) MASK_LH(0, (b) - 1) argument 52 #define GM_ARGB(a, r, g, b) MASK_LH(b, (b) + (g) - 1) argument 53 #define RM_ARGB(a, r, g, b) MASK_LH((b) + (g), (b) + (g) + (r) - 1) argument 54 #define AM_ARGB(a, r, g, b) MASK_LH((b) + (g) + (r), \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmtcp.h | 81 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 82 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 83 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 84 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmtcp.h | 89 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 92 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmtcp.h | 89 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 92 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmtcp.h | 81 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 82 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 83 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 84 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmtcp.h | 89 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument 92 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 111 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 112 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 127 #define EM(a, b) {a, b}, argument 128 #define EMe(a, b) {a, b} argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/ |
| H A D | mat_assign4.hpp | 27 assign( A & a, B const & b ) in assign() 74 assign( A & a, B const & b ) in assign() 109 assign( A & a, B const & b ) in assign()
|
| H A D | mat_assign2.hpp | 27 assign( A & a, B const & b ) in assign() 62 assign( A & a, B const & b ) in assign() 95 assign( A & a, B const & b ) in assign()
|
| H A D | mat_assign3.hpp | 27 assign( A & a, B const & b ) in assign() 67 assign( A & a, B const & b ) in assign() 101 assign( A & a, B const & b ) in assign()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/ |
| H A D | rational_horner1_3.hpp | 21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp() 27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp() 39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
|
| /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/include/ |
| H A D | mmintrin.h | 1193 _mm_addsubhx_pi16 (__m64 a, __m64 b) in _mm_addsubhx_pi16() 1199 _mm_absdiff_pu8 (__m64 a, __m64 b) in _mm_absdiff_pu8() 1205 _mm_absdiff_pu16 (__m64 a, __m64 b) in _mm_absdiff_pu16() 1211 _mm_absdiff_pu32 (__m64 a, __m64 b) in _mm_absdiff_pu32() 1217 _mm_addc_pu16 (__m64 a, __m64 b) in _mm_addc_pu16() 1225 _mm_addc_pu32 (__m64 a, __m64 b) in _mm_addc_pu32() 1233 _mm_avg4_pu8 (__m64 a, __m64 b) in _mm_avg4_pu8() 1239 _mm_avg4r_pu8 (__m64 a, __m64 b) in _mm_avg4r_pu8() 1245 _mm_maddx_pi16 (__m64 a, __m64 b) in _mm_maddx_pi16() 1251 _mm_maddx_pu16 (__m64 a, __m64 b) in _mm_maddx_pu16() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_proto.h | 184 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument 185 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument 186 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | siphash.h | 42 static inline u64 siphash_2u32(const u32 a, const u32 b, in siphash_2u32() 47 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, in siphash_4u32() 145 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument 156 #define HSIPHASH_PERMUTATION(a, b, c, d) ( \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 67 #define encrypt_round(a,b,c,d,round)\ argument 105 #define encrypt_last_round(a,b,c,d,round)\ argument 142 #define decrypt_round(a,b,c,d,round)\ argument 180 #define decrypt_last_round(a,b,c,d,round)\ argument
|
| H A D | twofish-x86_64-asm_64.S | 66 #define encrypt_round(a,b,c,d,round)\ argument 102 #define encrypt_last_round(a,b,c,d,round)\ argument 139 #define decrypt_round(a,b,c,d,round)\ argument 175 #define decrypt_last_round(a,b,c,d,round)\ argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_softmac_wx.c | 31 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_freq() 88 union iwreq_data *wrqu, char *b) in ieee80211_wx_get_freq() 180 …et_essid(struct ieee80211_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) in ieee80211_wx_get_essid() 271 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_mode() 360 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_scan() 438 union iwreq_data *wrqu, char *b) in ieee80211_wx_get_mode()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_softmac_wx.c | 30 union iwreq_data *wrqu, char *b) in rtllib_wx_set_freq() 89 union iwreq_data *wrqu, char *b) in rtllib_wx_get_freq() 191 union iwreq_data *wrqu, char *b) in rtllib_wx_get_essid() 282 union iwreq_data *wrqu, char *b) in rtllib_wx_set_mode() 417 union iwreq_data *wrqu, char *b) in rtllib_wx_set_scan() 498 union iwreq_data *wrqu, char *b) in rtllib_wx_get_mode()
|
| /OK3568_Linux_fs/kernel/sound/drivers/vx/ |
| H A D | vx_mixer.c | 43 struct b { struct 44 u8 hh; 45 u8 mh; 46 u8 ml; 47 u8 ll; 48 } b; member 54 struct b { struct 55 u8 ll; 56 u8 ml; 57 u8 mh; [all …]
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | acoutput.h | 424 #define ACPI_DUMP_OPERANDS(a, b ,c) acpi_ex_dump_operands(a, b, c) argument 425 #define ACPI_DUMP_ENTRY(a, b) acpi_ns_dump_entry (a, b) argument 426 #define ACPI_DUMP_PATHNAME(a, b, c, d) acpi_ns_dump_pathname(a, b, c, d) argument 427 #define ACPI_DUMP_BUFFER(a, b) acpi_ut_debug_dump_buffer((u8 *) a, b, DB_BYTE_DISPLAY, _CO… argument 429 #define ACPI_TRACE_POINT(a, b, c, d) acpi_trace_point (a, b, c, d) argument 442 #define ACPI_FUNCTION_TRACE_PTR(a, b) argument 443 #define ACPI_FUNCTION_TRACE_U32(a, b) argument 444 #define ACPI_FUNCTION_TRACE_STR(a, b) argument 447 #define ACPI_DUMP_OPERANDS(a, b, c) argument 448 #define ACPI_DUMP_ENTRY(a, b) argument [all …]
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | gf128mul.h | 185 u64 b = be64_to_cpu(x->b); in gf128mul_x_lle() local 198 u64 b = be64_to_cpu(x->b); in gf128mul_x_bbe() local 211 u64 b = le64_to_cpu(x->b); in gf128mul_x_ble() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_fence_defs.h | 37 #define dma_fence_init(a, b, c, d, e) fence_init(a, b, c, d, e) argument 42 #define dma_fence_add_callback(a, b, c) fence_add_callback(a, b, c) argument 43 #define dma_fence_remove_callback(a, b) fence_remove_callback(a, b) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | integer_ops.hpp | 43 inline void eval_gcd(B& result, const B& a, const B& b) in eval_gcd() 109 inline void eval_lcm(B& result, const B& a, const B& b) in eval_lcm() 303 double_type x, y(a), b(p), t; in eval_powm() local 342 double_type x, y(a), b(p), t; in eval_powm() local 361 …_unsigned<Integer> >::type eval_powm(Backend& result, const Backend& a, Integer b, const Backend& … in eval_powm() 391 …is_signed<Integer> >::type eval_powm(Backend& result, const Backend& a, Integer b, const Backend& … in eval_powm() 401 …<is_unsigned<Integer1> >::type eval_powm(Backend& result, const Backend& a, Integer1 b, Integer2 c) in eval_powm() 433 …if<is_signed<Integer1> >::type eval_powm(Backend& result, const Backend& a, Integer1 b, Integer2 c) in eval_powm() 485 powm(const T& b, const U& p, const V& mod) in powm()
|