Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp17 inline T constant_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
72 inline T constant_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
79 inline T constant_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
86 inline T constant_root_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
94 inline T constant_one_div_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
101 inline T constant_root_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
109 inline T constant_root_half_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
117 inline T constant_root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
125 inline T constant_log_root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
133 inline T constant_root_ln_four<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) in compute()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/detail/
H A Diterate_define.hpp10 #define BOOST_PHOENIX_typename_A(N) \ argument
14 #define BOOST_PHOENIX_typename_A_void(N) \ argument
18 #define BOOST_PHOENIX_A(N) \ argument
22 #define BOOST_PHOENIX_A_ref(N) \ argument
26 #define BOOST_PHOENIX_A_const_ref(N) \ argument
30 #define BOOST_PHOENIX_A_a(N) \ argument
34 #define BOOST_PHOENIX_A_ref_a(N) \ argument
38 #define BOOST_PHOENIX_A_const_ref_a(N) \ argument
42 #define BOOST_PHOENIX_a(N) \ argument
102 #define BOOST_PHOENIX_M0_R(_, N, __) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dau1200fb.h103 #define LCD_BACKCOLOR_SBGR_N(N) ((N)<<16) argument
104 #define LCD_BACKCOLOR_SBGG_N(N) ((N)<<8) argument
105 #define LCD_BACKCOLOR_SBGB_N(N) ((N)<<0) argument
117 #define LCD_COLORKEY_CKR_N(N) ((N)<<16) argument
118 #define LCD_COLORKEY_CKG_N(N) ((N)<<8) argument
119 #define LCD_COLORKEY_CKB_N(N) ((N)<<0) argument
125 #define LCD_COLORKEYMSK_CKMR_N(N) ((N)<<16) argument
126 #define LCD_COLORKEYMSK_CKMG_N(N) ((N)<<8) argument
127 #define LCD_COLORKEYMSK_CKMB_N(N) ((N)<<0) argument
134 #define LCD_WINCTRL0_OX_N(N) ((N)<<21) argument
[all …]
H A Dau1100fb.h176 #define LCD_HORZTIMING_HN2_N(N) ((((N)-1) << LCD_HORZTIMING_HN2_BIT) & LCD_HORZTIMING_HN2_MASK) argument
179 #define LCD_HORZTIMING_HN1_N(N) ((((N)-1) << LCD_HORZTIMING_HN1_BIT) & LCD_HORZTIMING_HN1_MASK) argument
182 #define LCD_HORZTIMING_HPW_N(N) ((((N)-1) << LCD_HORZTIMING_HPW_BIT) & LCD_HORZTIMING_HPW_MASK) argument
185 #define LCD_HORZTIMING_PPL_N(N) ((((N)-1) << LCD_HORZTIMING_PPL_BIT) & LCD_HORZTIMING_PPL_MASK) argument
190 #define LCD_VERTTIMING_VN2_N(N) ((((N)-1) << LCD_VERTTIMING_VN2_BIT) & LCD_VERTTIMING_VN2_MASK) argument
193 #define LCD_VERTTIMING_VN1_N(N) ((((N)-1) << LCD_VERTTIMING_VN1_BIT) & LCD_VERTTIMING_VN1_MASK) argument
196 #define LCD_VERTTIMING_VPW_N(N) ((((N)-1) << LCD_VERTTIMING_VPW_BIT) & LCD_VERTTIMING_VPW_MASK) argument
199 #define LCD_VERTTIMING_LPP_N(N) ((((N)-1) << LCD_VERTTIMING_LPP_BIT) & LCD_VERTTIMING_LPP_MASK) argument
208 #define LCD_CLKCONTROL_BF_N(N) ((((N)-1) << LCD_CLKCONTROL_BF_BIT) & LCD_CLKCONTROL_BF_MASK) argument
211 #define LCD_CLKCONTROL_PCD_N(N) (((N) << LCD_CLKCONTROL_PCD_BIT) & LCD_CLKCONTROL_PCD_MASK) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Drepeat.hpp23 #define BOOST_PROTO_ref_a_aux(Z, N, DATA)\ argument
28 #define BOOST_PROTO_typename_A(N)\ argument
33 #define BOOST_PROTO_A_const_ref(N)\ argument
38 #define BOOST_PROTO_A_ref(N)\ argument
43 #define BOOST_PROTO_A(N)\ argument
48 #define BOOST_PROTO_A_const(N)\ argument
53 #define BOOST_PROTO_A_const_ref_a(N)\ argument
58 #define BOOST_PROTO_A_ref_a(N)\ argument
63 #define BOOST_PROTO_ref_a(N)\ argument
68 #define BOOST_PROTO_a(N)\ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dunpack_expr_.hpp9 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR_TYPE(Z, N, DATA) \ argument
17 … #define BOOST_PROTO_FUSION_ITERATORS_TYPE(N) \ argument
26 … #define BOOST_PROTO_FUSION_AT_TYPE(Z, N, DATA) \ argument
36 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR(Z, N, DATA) \ argument
43 … #define BOOST_PROTO_FUSION_ITERATORS(N) \ argument
50 … #define BOOST_PROTO_FUSION_AT(Z, N, DATA) \ argument
56 … #define BOOST_PROTO_FUSION_AS_CHILD_AT_TYPE(Z, N, DATA) \ argument
65 … #define BOOST_PROTO_FUSION_AS_CHILD_AT(Z, N, DATA) \ argument
141 #define N BOOST_PP_ITERATION() macro
H A Dand_n.hpp33 #define N BOOST_PP_ITERATION() macro
39 struct BOOST_PP_CAT(and_, N) in BOOST_PP_CAT() argument
52 struct BOOST_PP_CAT(and_, N)<false, BOOST_PP_ENUM_PARAMS(BOOST_PP_DEC(N), P)> in BOOST_PP_CAT() argument
62 #define M0(Z, N, DATA) \ argument
83 #define M0(Z,N,DATA) BOOST_PP_CAT(Gimpl,N)()(e,s,d); in operator ()() argument
H A Ddeduce_domain_n.hpp7 … #define BOOST_PROTO_COMMON_DOMAIN2(Z, N, DATA) \ argument
41 #define N BOOST_PP_ITERATION() macro
44 struct BOOST_PP_CAT(common_domain, N) in BOOST_PP_CAT() argument
53 struct BOOST_PP_CAT(deduce_domain, N) in BOOST_PP_CAT() argument
H A Dexpr_funop.hpp9 #define N BOOST_PP_ITERATION() macro
15 typename result_of::BOOST_PP_CAT(funop, N)< in BOOST_PP_CAT() argument
32 typename result_of::BOOST_PP_CAT(funop, N)< in BOOST_PP_CAT() argument
H A Dor_n.hpp33 #define N BOOST_PP_ITERATION() macro
36 struct BOOST_PP_CAT(or_, N) in BOOST_PP_CAT() argument
51 struct BOOST_PP_CAT(or_, N)<true, Expr, BasicExpr, BOOST_PP_ENUM_PARAMS(N, G)> in BOOST_PP_CAT() argument
H A Dmake_expr.hpp33 #define N BOOST_PP_ITERATION() macro
46 make_expr(BOOST_PP_ENUM_BINARY_PARAMS(N, const A, &a)) in make_expr()
64 make_expr(BOOST_PP_ENUM_BINARY_PARAMS(N, const C, &c)) in make_expr()
H A Dmatches_.hpp7 … #define BOOST_PROTO_MATCHES_N_FUN(Z, N, DATA) \ argument
14 … #define BOOST_PROTO_DEFINE_MATCHES(Z, N, DATA) \ argument
50 #define N BOOST_PP_ITERATION() macro
H A Dpoly_function_funop.hpp7 … #define BOOST_PROTO_NORMALIZE_ARG(Z, N, DATA) \ argument
40 #define N BOOST_PP_ITERATION() macro
61 operator ()(BOOST_PP_ENUM_BINARY_PARAMS(N, A, const &a)) const in operator ()()
H A Ddeep_copy.hpp7 … #define BOOST_PROTO_DEFINE_DEEP_COPY_TYPE(Z, N, DATA) \ argument
15 … #define BOOST_PROTO_DEFINE_DEEP_COPY_FUN(Z, N, DATA) \ argument
48 #define N BOOST_PP_ITERATION() macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/
H A Dassign.hpp13 #define BOOST_PHOENIX_ACTOR_ASSIGN_CHILD(N) \ argument
21 #define BOOST_PHOENIX_ACTOR_START_ASSIGN_CHILD(Z, N, D) \ argument
25 #define BOOST_PHOENIX_ACTOR_END_ASSIGN(Z, N, D) \ argument
28 #define BOOST_PHOENIX_ACTOR_ASSIGN_CALL(N) \ argument
45 #define BOOST_PHOENIX_ACTOR_START_ASSIGN_CALL(Z, N, D) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dfold_impl.hpp7 … #define BOOST_PROTO_CHILD_N_TYPE(N) \ argument
11 … #define BOOST_PROTO_FOLD_STATE_TYPE(Z, N, DATA) \ argument
21 … #define BOOST_PROTO_FOLD_STATE(Z, N, DATA) \ argument
35 … #define BOOST_PROTO_REVERSE_FOLD_STATE_TYPE(Z, N, DATA) \ argument
48 … #define BOOST_PROTO_REVERSE_FOLD_STATE(Z, N, DATA) \ argument
97 #define N BOOST_PP_ITERATION() macro
/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 Dregs.h74 #define SET_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs = V) argument
75 #define INC_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs += V) argument
85 #define SET_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets = V) argument
86 #define INC_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets += V) argument
119 #define REG_FREQ(N) (reg_info_p[N].freq) argument
146 #define REG_N_DEATHS(N) (reg_info_p[N].deaths) argument
150 #define PSEUDO_REGNO_SIZE(N) \ argument
156 #define PSEUDO_REGNO_BYTES(N) \ argument
161 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N]) argument
165 #define REG_N_CALLS_CROSSED(N) (reg_info_p[N].calls_crossed) argument
[all …]
H A Drtl.h1074 #define RTL_CHECK1(RTX, N, C1) __extension__ \ argument
1085 #define RTL_CHECK2(RTX, N, C1, C2) __extension__ \ argument
1097 #define RTL_CHECKC1(RTX, N, C) __extension__ \ argument
1104 #define RTL_CHECKC2(RTX, N, C1, C2) __extension__ \ argument
1112 #define RTL_CHECKC3(RTX, N, C1, C2, C3) __extension__ \ argument
1127 #define XWINT(RTX, N) __extension__ \ argument
1147 #define XCWINT(RTX, N, C) __extension__ \ argument
1154 #define XCMWINT(RTX, N, C, M) __extension__ \ argument
1228 #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N]) argument
1229 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument
[all …]
/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 Dregs.h74 #define SET_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs = V) argument
75 #define INC_REG_N_REFS(N,V) (regstat_n_sets_and_refs[N].refs += V) argument
85 #define SET_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets = V) argument
86 #define INC_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets += V) argument
119 #define REG_FREQ(N) (reg_info_p[N].freq) argument
146 #define REG_N_DEATHS(N) (reg_info_p[N].deaths) argument
150 #define PSEUDO_REGNO_SIZE(N) \ argument
156 #define PSEUDO_REGNO_BYTES(N) \ argument
161 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N]) argument
165 #define REG_N_CALLS_CROSSED(N) (reg_info_p[N].calls_crossed) argument
[all …]
H A Drtl.h1074 #define RTL_CHECK1(RTX, N, C1) __extension__ \ argument
1085 #define RTL_CHECK2(RTX, N, C1, C2) __extension__ \ argument
1097 #define RTL_CHECKC1(RTX, N, C) __extension__ \ argument
1104 #define RTL_CHECKC2(RTX, N, C1, C2) __extension__ \ argument
1112 #define RTL_CHECKC3(RTX, N, C1, C2, C3) __extension__ \ argument
1127 #define XWINT(RTX, N) __extension__ \ argument
1147 #define XCWINT(RTX, N, C) __extension__ \ argument
1154 #define XCMWINT(RTX, N, C, M) __extension__ \ argument
1228 #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N]) argument
1229 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/
H A Dparse_attr.hpp35 #define N BOOST_PP_ITERATION() macro
48 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in parse()
76 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in parse()
92 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse()
135 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse()
151 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse()
165 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h1062 typename T::ValueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::Alloca… in CreateValueByPointer()
1074 …DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&source)[N]) { in CreateValueByPointer()
1126 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1131 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1137 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const std:… in GetValueByPointerWithDefault()
1144 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::Allo… in GetValueByPointerWithDefault()
1174 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const t… in GetValueByPointerWithDefault()
1179 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const t… in GetValueByPointerWithDefault()
1185 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const s… in GetValueByPointerWithDefault()
1192 GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], T2 defaultValue) { in GetValueByPointerWithDefault()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-dsp.c93 static u32 int_goertzel(s16 x[], u32 N, u32 freq) in int_goertzel()
127 static u32 freq_magnitude(s16 x[], u32 N, u32 freq) in freq_magnitude()
134 static u32 noise_magnitude(s16 x[], u32 N, u32 freq_start, u32 freq_end) in noise_magnitude()
157 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj()
224 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc()
237 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples()
275 u32 N = 0; in cx88_dsp_detect_stereo_sap() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/predef/
H A Dversion_number.h63 #define BOOST_VERSION_NUMBER_MAJOR(N) \ argument
66 #define BOOST_VERSION_NUMBER_MINOR(N) \ argument
69 #define BOOST_VERSION_NUMBER_PATCH(N) \ argument
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp_curves.c825 static int ecp_mod_p192( mbedtls_mpi *N ) in ecp_mod_p192()
950 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative()
977 static int ecp_mod_p224( mbedtls_mpi *N ) in ecp_mod_p224()
998 static int ecp_mod_p256( mbedtls_mpi *N ) in ecp_mod_p256()
1035 static int ecp_mod_p384( mbedtls_mpi *N ) in ecp_mod_p384()
1108 static int ecp_mod_p521( mbedtls_mpi *N ) in ecp_mod_p521()
1157 static int ecp_mod_p255( mbedtls_mpi *N ) in ecp_mod_p255()
1204 static inline int ecp_mod_koblitz( mbedtls_mpi *N, mbedtls_mpi_uint *Rp, size_t p_limbs, in ecp_mod_koblitz()
1278 static int ecp_mod_p192k1( mbedtls_mpi *N ) in ecp_mod_p192k1()
1292 static int ecp_mod_p224k1( mbedtls_mpi *N ) in ecp_mod_p224k1()
[all …]

12345678910>>...17