Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 2806) sorted by relevance

12345678910>>...113

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/ni_route_values/
H A Dni_mseries.c57 [B(NI_PFI(0))] = {
58 [B(TRIGGER_LINE(0))] = I(18),
59 [B(TRIGGER_LINE(1))] = I(19),
60 [B(TRIGGER_LINE(2))] = I(20),
61 [B(TRIGGER_LINE(3))] = I(21),
62 [B(TRIGGER_LINE(4))] = I(22),
63 [B(TRIGGER_LINE(5))] = I(23),
64 [B(TRIGGER_LINE(6))] = I(24),
65 [B(TRIGGER_LINE(7))] = I(25),
66 [B(NI_CtrSource(0))] = I(9),
[all …]
H A Dni_eseries.c54 [B(NI_PFI(0))] = {
55 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1),
57 [B(NI_PFI(1))] = {
58 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2),
60 [B(NI_PFI(2))] = {
61 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT),
63 [B(NI_PFI(3))] = {
64 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1),
66 [B(NI_PFI(4))] = {
67 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1),
[all …]
H A Dni_660x.c49 [B(NI_PFI(8))] = {
50 [B(NI_CtrInternalOutput(7))] = I(1),
52 [B(NI_PFI(10))] = {
53 [B(NI_CtrGate(7))] = I(1),
55 [B(NI_PFI(11))] = {
56 [B(NI_CtrSource(7))] = I(1),
58 [B(NI_PFI(12))] = {
59 [B(NI_CtrInternalOutput(6))] = I(1),
61 [B(NI_PFI(14))] = {
62 [B(NI_CtrGate(6))] = I(1),
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dno_et_ops.hpp22 template <class B>
23 BOOST_MP_FORCEINLINE number<B, et_off> operator - (const number<B, et_off>& v) in operator -() argument
25 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
26 number<B, et_off> result(v); in operator -()
30 template <class B>
31 BOOST_MP_FORCEINLINE number<B, et_off> operator ~ (const number<B, et_off>& v) in operator ~() argument
33 number<B, et_off> result; in operator ~()
40 template <class B>
41 BOOST_MP_FORCEINLINE number<B, et_off> operator + (const number<B, et_off>& a, const number<B, et_o… in operator +() argument
43 number<B, et_off> result; in operator +()
[all …]
H A Det_ops.hpp23 template <class B, expression_template_option ExpressionTemplates>
24 inline BOOST_CONSTEXPR const number<B, ExpressionTemplates> operator + (const number<B, ExpressionT… in operator +() argument
27 template <class B>
28 inline detail::expression<detail::negate, number<B, et_on> > operator - (const number<B, et_on>& v) in operator -() argument
30 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
31 return detail::expression<detail::negate, number<B, et_on> >(v); in operator -()
39 template <class B>
40 inline typename enable_if_c<number_category<B>::value == number_kind_integer,
41 detail::expression<detail::complement_immediates, number<B, et_on> > >::type
42 …operator ~ (const number<B, et_on>& v) { return detail::expression<detail::complement_immediates, … in operator ~() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Doperators.hpp128 template <class T, class U, class B = operators_detail::empty_base<T> >
129 struct less_than_comparable2 : B
139 template <class T, class B = operators_detail::empty_base<T> >
140 struct less_than_comparable1 : B
147 template <class T, class U, class B = operators_detail::empty_base<T> >
148 struct equality_comparable2 : B
155 template <class T, class B = operators_detail::empty_base<T> >
156 struct equality_comparable1 : B
174 template <class T, class U, class B = operators_detail::empty_base<T> > \
175 struct NAME##2 : B \
[all …]
H A Dstatic_assert.hpp33 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert( B, Msg ) argument
36 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) argument
72 # define BOOST_STATIC_ASSERT( B ) static_assert(B, #B) argument
113 #define BOOST_STATIC_ASSERT( B ) \ argument
115 sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST ( B ) >)>\
125 # define BOOST_STATIC_ASSERT( B ) \ argument
127 [ ::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( B ) >::value ]
136 #define BOOST_STATIC_ASSERT( B ) \ argument
138 BOOST_JOIN(boost_static_assert_test_, __LINE__) = ( B )); \
145 #define BOOST_STATIC_ASSERT( B ) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/
H A Dmat_operations2.hpp24 template <class A,class B>
27 mat_traits<A>::rows==2 && mat_traits<B>::rows==2 &&
28 mat_traits<A>::cols==2 && mat_traits<B>::cols==2,
29 deduce_mat2<A,B,2,2> >::type
30 operator+( A const & a, B const & b ) in operator +()
32 typedef typename deduce_mat2<A,B,2,2>::type R; in operator +()
36 …ite_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::template read_elem… in operator +()
37 …ite_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>::template read_elem… in operator +()
38 …ite_element<1,0>(r)=mat_traits<A>::template read_element<1,0>(a)+mat_traits<B>::template read_elem… in operator +()
39 …ite_element<1,1>(r)=mat_traits<A>::template read_element<1,1>(a)+mat_traits<B>::template read_elem… in operator +()
[all …]
H A Dmat_operations3.hpp26 template <class A,class B>
29 mat_traits<A>::rows==3 && mat_traits<B>::rows==3 &&
30 mat_traits<A>::cols==3 && mat_traits<B>::cols==3,
31 deduce_mat2<A,B,3,3> >::type
32 operator+( A const & a, B const & b ) in operator +()
34 typedef typename deduce_mat2<A,B,3,3>::type R; in operator +()
38 …ite_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::template read_elem… in operator +()
39 …ite_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>::template read_elem… in operator +()
40 …ite_element<0,2>(r)=mat_traits<A>::template read_element<0,2>(a)+mat_traits<B>::template read_elem… in operator +()
41 …ite_element<1,0>(r)=mat_traits<A>::template read_element<1,0>(a)+mat_traits<B>::template read_elem… in operator +()
[all …]
H A Dmat_operations4.hpp26 template <class A,class B>
29 mat_traits<A>::rows==4 && mat_traits<B>::rows==4 &&
30 mat_traits<A>::cols==4 && mat_traits<B>::cols==4,
31 deduce_mat2<A,B,4,4> >::type
32 operator+( A const & a, B const & b ) in operator +()
34 typedef typename deduce_mat2<A,B,4,4>::type R; in operator +()
38 …ite_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::template read_elem… in operator +()
39 …ite_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>::template read_elem… in operator +()
40 …ite_element<0,2>(r)=mat_traits<A>::template read_element<0,2>(a)+mat_traits<B>::template read_elem… in operator +()
41 …ite_element<0,3>(r)=mat_traits<A>::template read_element<0,3>(a)+mat_traits<B>::template read_elem… in operator +()
[all …]
H A Dmat_assign4.hpp21 template <class A,class B>
24 mat_traits<A>::rows==4 && mat_traits<B>::rows==4 &&
25 mat_traits<A>::cols==4 && mat_traits<B>::cols==4,
27 assign( A & a, B const & b ) in assign()
29 … mat_traits<A>::template write_element<0,0>(a)=mat_traits<B>::template read_element<0,0>(b); in assign()
30 … mat_traits<A>::template write_element<0,1>(a)=mat_traits<B>::template read_element<0,1>(b); in assign()
31 … mat_traits<A>::template write_element<0,2>(a)=mat_traits<B>::template read_element<0,2>(b); in assign()
32 … mat_traits<A>::template write_element<0,3>(a)=mat_traits<B>::template read_element<0,3>(b); in assign()
33 … mat_traits<A>::template write_element<1,0>(a)=mat_traits<B>::template read_element<1,0>(b); in assign()
34 … mat_traits<A>::template write_element<1,1>(a)=mat_traits<B>::template read_element<1,1>(b); in assign()
[all …]
H A Dmat_assign3.hpp21 template <class A,class B>
24 mat_traits<A>::rows==3 && mat_traits<B>::rows==3 &&
25 mat_traits<A>::cols==3 && mat_traits<B>::cols==3,
27 assign( A & a, B const & b ) in assign()
29 … mat_traits<A>::template write_element<0,0>(a)=mat_traits<B>::template read_element<0,0>(b); in assign()
30 … mat_traits<A>::template write_element<0,1>(a)=mat_traits<B>::template read_element<0,1>(b); in assign()
31 … mat_traits<A>::template write_element<0,2>(a)=mat_traits<B>::template read_element<0,2>(b); in assign()
32 … mat_traits<A>::template write_element<1,0>(a)=mat_traits<B>::template read_element<1,0>(b); in assign()
33 … mat_traits<A>::template write_element<1,1>(a)=mat_traits<B>::template read_element<1,1>(b); in assign()
34 … mat_traits<A>::template write_element<1,2>(a)=mat_traits<B>::template read_element<1,2>(b); in assign()
[all …]
H A Dmat_assign2.hpp21 template <class A,class B>
24 mat_traits<A>::rows==2 && mat_traits<B>::rows==2 &&
25 mat_traits<A>::cols==2 && mat_traits<B>::cols==2,
27 assign( A & a, B const & b ) in assign()
29 … mat_traits<A>::template write_element<0,0>(a)=mat_traits<B>::template read_element<0,0>(b); in assign()
30 … mat_traits<A>::template write_element<0,1>(a)=mat_traits<B>::template read_element<0,1>(b); in assign()
31 … mat_traits<A>::template write_element<1,0>(a)=mat_traits<B>::template read_element<1,0>(b); in assign()
32 … mat_traits<A>::template write_element<1,1>(a)=mat_traits<B>::template read_element<1,1>(b); in assign()
56 template <class A,class B>
59 mat_traits<A>::rows==2 && mat_traits<B>::rows==2 &&
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_md5.c86 uint32_t X[16], A, B, C, D; in mbedtls_md5_process() local
113 B = ctx->state[1]; in mbedtls_md5_process()
119 P( A, B, C, D, 0, 7, 0xD76AA478 ); in mbedtls_md5_process()
120 P( D, A, B, C, 1, 12, 0xE8C7B756 ); in mbedtls_md5_process()
121 P( C, D, A, B, 2, 17, 0x242070DB ); in mbedtls_md5_process()
122 P( B, C, D, A, 3, 22, 0xC1BDCEEE ); in mbedtls_md5_process()
123 P( A, B, C, D, 4, 7, 0xF57C0FAF ); in mbedtls_md5_process()
124 P( D, A, B, C, 5, 12, 0x4787C62A ); in mbedtls_md5_process()
125 P( C, D, A, B, 6, 17, 0xA8304613 ); in mbedtls_md5_process()
126 P( B, C, D, A, 7, 22, 0xFD469501 ); in mbedtls_md5_process()
[all …]
H A Dhash_sha1.c87 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_process() local
121 B = ctx->state[1]; in mbedtls_sha1_process()
129 P( A, B, C, D, E, W[0] ); in mbedtls_sha1_process()
130 P( E, A, B, C, D, W[1] ); in mbedtls_sha1_process()
131 P( D, E, A, B, C, W[2] ); in mbedtls_sha1_process()
132 P( C, D, E, A, B, W[3] ); in mbedtls_sha1_process()
133 P( B, C, D, E, A, W[4] ); in mbedtls_sha1_process()
134 P( A, B, C, D, E, W[5] ); in mbedtls_sha1_process()
135 P( E, A, B, C, D, W[6] ); in mbedtls_sha1_process()
136 P( D, E, A, B, C, W[7] ); in mbedtls_sha1_process()
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dsha1.c80 unsigned long temp, W[16], A, B, C, D, E; in sha1_process_one() local
112 B = ctx->state[1]; in sha1_process_one()
120 P (A, B, C, D, E, W[0]); in sha1_process_one()
121 P (E, A, B, C, D, W[1]); in sha1_process_one()
122 P (D, E, A, B, C, W[2]); in sha1_process_one()
123 P (C, D, E, A, B, W[3]); in sha1_process_one()
124 P (B, C, D, E, A, W[4]); in sha1_process_one()
125 P (A, B, C, D, E, W[5]); in sha1_process_one()
126 P (E, A, B, C, D, W[6]); in sha1_process_one()
127 P (D, E, A, B, C, W[7]); in sha1_process_one()
[all …]
H A Dsha256.c70 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
114 B = ctx->state[1]; in sha256_process_one()
122 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process_one()
123 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process_one()
124 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process_one()
125 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process_one()
126 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process_one()
127 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process_one()
128 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process_one()
129 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process_one()
[all …]
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha.c61 register uint32_t A, B, C, D, E; in SHA1_Transform() local
65 B = ctx->state[1]; in SHA1_Transform()
70 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument
71 E += ror27(A) + (W[t] = bswap_32(ctx->buf.w[t])) + (D ^ (B & (C ^ D))) + \ in SHA1_Transform()
73 B = ror2(B); in SHA1_Transform()
76 SHA_F1(A, B, C, D, E, t + 0); in SHA1_Transform()
77 SHA_F1(E, A, B, C, D, t + 1); in SHA1_Transform()
78 SHA_F1(D, E, A, B, C, t + 2); in SHA1_Transform()
79 SHA_F1(C, D, E, A, B, t + 3); in SHA1_Transform()
80 SHA_F1(B, C, D, E, A, t + 4); in SHA1_Transform()
[all …]
H A Dresource_tool.c64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
96 B = ctx->state[1]; in sha1_process()
104 P (A, B, C, D, E, W[0]); in sha1_process()
105 P (E, A, B, C, D, W[1]); in sha1_process()
106 P (D, E, A, B, C, W[2]); in sha1_process()
107 P (C, D, E, A, B, W[3]); in sha1_process()
108 P (B, C, D, E, A, W[4]); in sha1_process()
109 P (A, B, C, D, E, W[5]); in sha1_process()
110 P (E, A, B, C, D, W[6]); in sha1_process()
111 P (D, E, A, B, C, W[7]); in sha1_process()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dsha1.c56 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
59 B = ror32(B, 2); \
60 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
62 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
63 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
64 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
65 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
66 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
88 __u32 A, B, C, D, E; in sha1_transform() local
92 B = digest[1]; in sha1_transform()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_routes.c167 if (RVi(rv, B(src), B(dest))) in ni_count_valid_routes()
171 (RVi(rv, B(src), B(NI_RGOUT0)) || in ni_count_valid_routes()
172 RVi(rv, B(src), B(NI_RTSI_BRD(0))) || in ni_count_valid_routes()
173 RVi(rv, B(src), B(NI_RTSI_BRD(1))) || in ni_count_valid_routes()
174 RVi(rv, B(src), B(NI_RTSI_BRD(2))) || in ni_count_valid_routes()
175 RVi(rv, B(src), B(NI_RTSI_BRD(3))))) { in ni_count_valid_routes()
222 if (RVi(rv, B(src), B(dest))) in ni_get_valid_routes()
226 (RVi(rv, B(src), B(NI_RGOUT0)) || in ni_get_valid_routes()
227 RVi(rv, B(src), B(NI_RTSI_BRD(0))) || in ni_get_valid_routes()
228 RVi(rv, B(src), B(NI_RTSI_BRD(1))) || in ni_get_valid_routes()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10-ipu3.rst33 - B\ :sub:`0000low`
36 B\ :sub:`0000high`\ (bits 1--0)
37 - B\ :sub:`0002low`\ (bits 7--4)
42 B\ :sub:`0002high`\ (bits 5--0)
45 - B\ :sub:`0004low`
48 B\ :sub:`0004high`\ (bits 1--0)
49 - B\ :sub:`0006low`\ (bits 7--4)
55 B\ :sub:`0006high`\ (bits 5--0)
57 - B\ :sub:`0008low`
60 B\ :sub:`0008high`\ (bits 1--0)
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
96 B = ctx->state[1]; in sha1_process()
104 P (A, B, C, D, E, W[0]); in sha1_process()
105 P (E, A, B, C, D, W[1]); in sha1_process()
106 P (D, E, A, B, C, W[2]); in sha1_process()
107 P (C, D, E, A, B, W[3]); in sha1_process()
108 P (B, C, D, E, A, W[4]); in sha1_process()
109 P (A, B, C, D, E, W[5]); in sha1_process()
110 P (E, A, B, C, D, W[6]); in sha1_process()
111 P (D, E, A, B, C, W[7]); in sha1_process()
[all …]
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dboolconv.cocci19 expression A, B;
24 A == B
26 A != B
28 A > B
30 A < B
32 A >= B
34 A <= B
36 A && B
38 A || B
47 expression A, B;
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt181 { A == 1; B == 2 }
182 A = 3; x = B;
183 B = 4; y = A;
188 STORE A=3, STORE B=4, y=LOAD A->3, x=LOAD B->4
189 STORE A=3, STORE B=4, x=LOAD B->4, y=LOAD A->3
190 STORE A=3, y=LOAD A->3, STORE B=4, x=LOAD B->4
191 STORE A=3, y=LOAD A->3, x=LOAD B->2, STORE B=4
192 STORE A=3, x=LOAD B->2, STORE B=4, y=LOAD A->3
193 STORE A=3, x=LOAD B->2, y=LOAD A->3, STORE B=4
194 STORE B=4, STORE A=3, y=LOAD A->3, x=LOAD B->4
[all …]

12345678910>>...113