| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | intersect_util.hpp | 35 inline void swap_rings(bound<T>& b1, bound<T>& b2) { in swap_rings() argument 36 ring_ptr<T> ring = b1.ring; in swap_rings() 37 b1.ring = b2.ring; in swap_rings() 42 inline void swap_sides(bound<T>& b1, bound<T>& b2) { in swap_sides() argument 43 edge_side side = b1.side; in swap_sides() 44 b1.side = b2.side; in swap_sides() 81 bool operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()() 82 return !(b1->current_x > b2->current_x && in operator ()() 83 !slopes_equal(*(b1->current_edge), *(b2->current_edge))); in operator ()() 95 void operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()() [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | aes_generic.c | 1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local 1189 f_nround(b1, b0, kp); in crypto_aes_encrypt() 1190 f_nround(b0, b1, kp); in crypto_aes_encrypt() 1194 f_nround(b1, b0, kp); in crypto_aes_encrypt() 1195 f_nround(b0, b1, kp); in crypto_aes_encrypt() 1198 f_nround(b1, b0, kp); in crypto_aes_encrypt() 1199 f_nround(b0, b1, kp); in crypto_aes_encrypt() 1200 f_nround(b1, b0, kp); in crypto_aes_encrypt() 1201 f_nround(b0, b1, kp); in crypto_aes_encrypt() 1202 f_nround(b1, b0, kp); in crypto_aes_encrypt() [all …]
|
| H A D | xor.c | 83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument 99 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed() 121 void *b1, *b2; in calibrate_xor_blocks() local 133 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks() 134 if (!b1) { in calibrate_xor_blocks() 138 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks() 145 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() 160 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
|
| /OK3568_Linux_fs/kernel/arch/c6x/lib/ |
| H A D | divremu.S | 24 [b1] lmbd .l2 1, B4, B1 25 ||[!b1] b .s2 B3 ; RETURN A 26 ||[!b1] mvk .d2 1, B4 28 ||[!b1] zero .s1 A5 40 || [b1] subc .l1x A4,B4,A4 41 || [b1] add .s2 -1, B1, B1 42 [b1] subc .l1x A4,B4,A4 43 || [b1] add .s2 -1, B1, B1 48 || [b1] subc .l1x A4,B4,A4 49 || [b1] add .s2 -1, B1, B1 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 108 QGeoRectangle b1 = QGeoRectangle(QGeoCoordinate(5.0, 5.0), 10.0, 10.0); in center_constructor() local 110 QCOMPARE(b1.topLeft(), QGeoCoordinate(10.0, 0.0)); in center_constructor() 111 QCOMPARE(b1.bottomRight(), QGeoCoordinate(0.0, 10.0)); in center_constructor() 116 QGeoRectangle b1 = QGeoRectangle(QGeoCoordinate(10.0, 0.0), in corner_constructor() local 119 QCOMPARE(b1.topLeft(), QGeoCoordinate(10.0, 0.0)); in corner_constructor() 120 QCOMPARE(b1.bottomRight(), QGeoCoordinate(0.0, 10.0)); in corner_constructor() 126 QGeoRectangle b1 = QGeoRectangle(coordinates); in list_constructor() local 127 QCOMPARE(b1.isValid(), false); in list_constructor() 130 b1 = QGeoRectangle(coordinates); in list_constructor() 131 QCOMPARE(b1.isValid(), true); in list_constructor() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | adler32memcpy.cc | 78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set() argument 81 b1_ = b1; in Set() 99 uint64 b1 = 0; in CalculateAdlerChecksum() local 107 b1 = b1 + a1; in CalculateAdlerChecksum() 109 b1 = b1 + a1; in CalculateAdlerChecksum() 119 checksum->Set(a1, a2, b1, b2); in CalculateAdlerChecksum() 137 uint64 b1 = 0; in AdlerMemcpyC() local 145 b1 = b1 + a1; in AdlerMemcpyC() 147 b1 = b1 + a1; in AdlerMemcpyC() 159 checksum->Set(a1, a2, b1, b2); in AdlerMemcpyC() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | unicodeandutf8.cpp | 17 char b1, b2, b3, b4, b5, b6; in enc_utf8_to_unicode_one() local 28 b1 = *pInput; in enc_utf8_to_unicode_one() 32 *pOutput = (b1 << 6) + (b2 & 0x3F); in enc_utf8_to_unicode_one() 33 *(pOutput+1) = (b1 >> 2) & 0x07; in enc_utf8_to_unicode_one() 36 b1 = *pInput; in enc_utf8_to_unicode_one() 42 *(pOutput+1) = (b1 << 4) + ((b2 >> 2) & 0x0F); in enc_utf8_to_unicode_one() 45 b1 = *pInput; in enc_utf8_to_unicode_one() 54 *(pOutput+2) = ((b1 << 2) & 0x1C) + ((b2 >> 4) & 0x03); in enc_utf8_to_unicode_one() 57 b1 = *pInput; in enc_utf8_to_unicode_one() 68 *(pOutput+3) = (b1 << 6); in enc_utf8_to_unicode_one() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/ |
| H A D | mem_fn_template.hpp | 149 template<class U, class B1> R call(U & u, T const *, B1 & b1) const in BOOST_MEM_FN_NAME() 151 BOOST_MEM_FN_RETURN (u.*f_)(b1); in BOOST_MEM_FN_NAME() 154 template<class U, class B1> R call(U & u, void const *, B1 & b1) const in BOOST_MEM_FN_NAME() 156 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1); in BOOST_MEM_FN_NAME() 215 template<class U, class B1> R call(U & u, T const *, B1 & b1) const in BOOST_MEM_FN_NAME() 217 BOOST_MEM_FN_RETURN (u.*f_)(b1); in BOOST_MEM_FN_NAME() 220 template<class U, class B1> R call(U & u, void const *, B1 & b1) const in BOOST_MEM_FN_NAME() 222 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1); in BOOST_MEM_FN_NAME() 264 template<class U, class B1, class B2> R call(U & u, T const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME() 266 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2); in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | intersection.hpp | 231 point2_t b1, b2; in apply() local 235 detail::assign_point_from_index<0>(b, b1); in apply() 238 return apply(a, b, policy, robust_policy, a1, a2, b1, b2); in apply() 253 Point1 a1, Point1 a2, Point2 b1, Point2 b2) const in apply() 256 bool is_b_reversed = get<1>(b1) > get<1>(b2); in apply() 265 std::swap(b1, b2); in apply() 268 return apply<Policy>(a, b, a1, a2, b1, b2, is_a_reversed, is_b_reversed); in apply() 283 Point2 const& b1, Point2 const& b2, in apply() 300 bool b_is_point = equals_point_point(b1, b2); in apply() 314 calc_t const b1_lon = get_as_radian<0>(b1); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.h | 71 #define BITFIELD2(b1, b2) b1; b2; argument 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 77 #define BITFIELD2(b1, b2) b2; b1; argument 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mat4.cpp | 313 double b0 = b[0], b1 = b[1], b2 = b[2], b3 = b[3]; in multiply() local 314 out[0] = b0 * a00 + b1 * a10 + b2 * a20 + b3 * a30; in multiply() 315 out[1] = b0 * a01 + b1 * a11 + b2 * a21 + b3 * a31; in multiply() 316 out[2] = b0 * a02 + b1 * a12 + b2 * a22 + b3 * a32; in multiply() 317 out[3] = b0 * a03 + b1 * a13 + b2 * a23 + b3 * a33; in multiply() 319 b0 = b[4]; b1 = b[5]; b2 = b[6]; b3 = b[7]; in multiply() 320 out[4] = b0 * a00 + b1 * a10 + b2 * a20 + b3 * a30; in multiply() 321 out[5] = b0 * a01 + b1 * a11 + b2 * a21 + b3 * a31; in multiply() 322 out[6] = b0 * a02 + b1 * a12 + b2 * a22 + b3 * a32; in multiply() 323 out[7] = b0 * a03 + b1 * a13 + b2 * a23 + b3 * a33; in multiply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | biquads.c | 190 p->b0 = p->b1 = p->b2 = p->a1 = p->a2 = 0; in start() 219 p->b1 = 1 - cos(w0); in start() 228 p->b1 = -(1 + cos(w0)); in start() 237 p->b1 = 0; in start() 246 p->b1 = 0; in start() 255 p->b1 = -2*cos(w0); in start() 264 p->b1 = -2*cos(w0); in start() 275 p->b1 = -2*cos(w0); in start() 286 p->b1 = 2*A*( (A-1) - (A+1)*cos(w0) ); in start() 299 p->b1 = -2*A*( (A-1) + (A+1)*cos(w0) ); in start() [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_imgproc.cpp | 302 RK_U8 r1, g1, b1, a1; in fill_MPP_FMT_ARGB1555() local 306 r1 = g1 = b1 = 0; in fill_MPP_FMT_ARGB1555() 309 b1 = B >> 3; in fill_MPP_FMT_ARGB1555() 312 *u16p = a1 | (r1 << 1) | (g1 << 6) | (b1 << 11); in fill_MPP_FMT_ARGB1555() 314 *u16p = (a1 << 15) + (r1 << 10) | (g1 << 5) | b1; in fill_MPP_FMT_ARGB1555() 319 RK_U8 r1, g1, b1, a1; in fill_MPP_FMT_ABGR1555() local 323 r1 = g1 = b1 = 0; in fill_MPP_FMT_ABGR1555() 326 b1 = B >> 3; in fill_MPP_FMT_ABGR1555() 329 *u16p = a1 | (b1 << 1) | (g1 << 6) | (r1 << 11); in fill_MPP_FMT_ABGR1555() 331 *u16p = (a1 << 15) + (b1 << 10) | (g1 << 5) | r1; in fill_MPP_FMT_ABGR1555() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | implementation.hpp | 50 static inline void apply(Box1 const& b1, Box2 const& b2, in apply() 58 coordinate_type1 const& min1 = get<min_corner, Dimension>(b1); in apply() 59 coordinate_type1 const& max1 = get<max_corner, Dimension>(b1); in apply() 98 >::apply(b1, b2, overlaps, one_in_two, two_in_one); in apply() 117 static inline bool apply(Box1 const& b1, Box2 const& b2, Strategy const& /*strategy*/) in apply() 126 >::apply(b1, b2, overlaps, within1, within2); in apply()
|
| /OK3568_Linux_fs/kernel/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 111 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument 113 u32 r1 = reg2hex[b1]; in reg_set_seen() 119 #define REG_SET_SEEN(b1) \ argument 121 reg_set_seen(jit, b1); \ 124 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument 137 #define EMIT2(op, b1, b2) \ argument 139 _EMIT2((op) | reg(b1, b2)); \ 140 REG_SET_SEEN(b1); \ 151 #define EMIT4(op, b1, b2) \ argument 153 _EMIT4((op) | reg(b1, b2)); \ [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-integrity.c | 123 struct blk_integrity *b1 = &gd1->queue->integrity; in blk_integrity_compare() local 126 if (!b1->profile && !b2->profile) in blk_integrity_compare() 129 if (!b1->profile || !b2->profile) in blk_integrity_compare() 132 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare() 135 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare() 139 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare() 142 b1->tuple_size, b2->tuple_size); in blk_integrity_compare() 146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare() 149 b1->tag_size, b2->tag_size); in blk_integrity_compare() 153 if (b1->profile != b2->profile) { in blk_integrity_compare() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | intersection.hpp | 244 point2_t b1, b2; in apply() local 249 detail::assign_point_from_index<0>(b, b1); in apply() 252 return apply(a, b, policy, robust_policy, a1, a2, b1, b2); in apply() 268 Point1 const& a1, Point1 const& a2, Point2 const& b1, Point2 const& b2) in apply() 282 bool b_is_point = equals_point_point(b1, b2); in apply() 302 vec3d_t const b1v = calc_policy.template to_cart3d<vec3d_t>(b1); in apply() 436 return collinear_one_degenerated<Policy, calc_t>(a, true, b1, b2, a1, a2, b1v, b2v, in apply() 442 return collinear_one_degenerated<Policy, calc_t>(b, false, a1, a2, b1, b2, a1v, a2v, in apply() 452 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b1v, b2v, dist_a1_a2, dist_a1_b1); in apply() 453 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b2v, b1v, dist_a1_a2, dist_a1_b2); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | xor.h | 26 : "=r" (src), "=r" (b1), "=r" (b2) \ 28 __XOR(a1, b1); __XOR(a2, b2); 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 54 register unsigned int b1 __asm__("r8"); in xor_arm4regs_2() 75 register unsigned int b1 __asm__("r8"); in xor_arm4regs_3() 95 register unsigned int b1 __asm__("ip"); in xor_arm4regs_4() 114 register unsigned int b1 __asm__("ip"); in xor_arm4regs_5()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | dsp_biquad.h | 19 int32_t b1; member 27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument 32 bq->b1 = b1; in biquad2_init() 45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | hash.c | 28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local 34 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform() 35 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform() 39 buf[1] += b1; in TEA_transform()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | hashes.c | 28 u32 b0, b1; \ 31 b1 = h1; \ 36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \ 37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \ 41 h1 += b1; \
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_ecc.c | 394 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local 406 b1 = read_ecc[1] ^ calc_ecc[1]; in __nand_correct_data() 409 b1 = read_ecc[0] ^ calc_ecc[0]; in __nand_correct_data() 419 if ((b0 | b1 | b2) == 0) in __nand_correct_data() 423 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) && in __nand_correct_data() 444 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data() 447 (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data() 455 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in __nand_correct_data()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-aes-ccm.c | 167 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; in generate_pat() local 195 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat() 202 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat() 206 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat() 219 if (b1) { in generate_pat() 220 memset(b1, 0, 16); in generate_pat() 222 *(u16 *)b1 = assoclen; in generate_pat() 223 scatterwalk_map_and_copy(b1 + 2, req->src, 0, in generate_pat() 226 *(u16 *)b1 = (u16)(0xfffe); in generate_pat() 227 *(u32 *)&b1[2] = assoclen; in generate_pat() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/nwfpe/ |
| H A D | softfloat-macros | 339 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so 346 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 350 z1 = a1 + b1; 359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is 371 bits64 b1, 383 z1 = a1 + b1; 397 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the 406 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 409 *z1Ptr = a1 - b1; 410 *z0Ptr = a0 - b0 - ( a1 < b1 ); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CNRI-Python | 7 … documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1"). 9 …wise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Ag… 13 …b1 or any part thereof, and wants to make the derivative work available to the public as provided … 15 …b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS… 17 … DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE T… 23 …on where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to …
|