Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/crypto/
H A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1183 b0[0] = ctx->key_enc[0] ^ get_unaligned_le32(in); in crypto_aes_encrypt()
1184 b0[1] = ctx->key_enc[1] ^ get_unaligned_le32(in + 4); in crypto_aes_encrypt()
1185 b0[2] = ctx->key_enc[2] ^ get_unaligned_le32(in + 8); in crypto_aes_encrypt()
1186 b0[3] = ctx->key_enc[3] ^ get_unaligned_le32(in + 12); in crypto_aes_encrypt()
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()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbiquads.c190 p->b0 = p->b1 = p->b2 = p->a1 = p->a2 = 0; in start()
218 p->b0 = (1 - cos(w0))/2; in start()
227 p->b0 = (1 + cos(w0))/2; in start()
236 p->b0 = sin(w0)/2; in start()
245 p->b0 = alpha; in start()
254 p->b0 = 1; in start()
263 p->b0 = 1 - alpha; in start()
274 p->b0 = 1 + alpha*A; in start()
285 p->b0 = A*( (A+1) - (A-1)*cos(w0) + 2*sqrt(A)*alpha ); in start()
298 p->b0 = A*( (A+1) + (A-1)*cos(w0) + 2*sqrt(A)*alpha ); in start()
[all …]
H A Dbiquad.c67 p->b0 /= p->a0; in start()
96 , effp->in_signal.rate, p->b0, p->b1, p->b2, p->a1, p->a2 in lsx_biquad_start()
119 , p->b0, p->b1, p->b2, p->a1, p->a2); in lsx_biquad_start()
138 , p->b0, p->b1, p->b2, 1. /* a0 */, p->a1, p->a2); in lsx_biquad_start()
151 double o0 = *ibuf*p->b0 + p->i1*p->b1 + p->i2*p->b2 - p->o1*p->a1 - p->o2*p->a2; in lsx_biquad_flow()
162 double * d = &p->b0; in create()
H A Ddeemph.plt85 b0 = A * ((A + 1.) + (A - 1.) * cos(w0) + 2. * sqrt(A) * alpha)
93 b0 = b0 / a0
101 Hb(f) = sqrt((b0*b0 + b1*b1 + b2*b2 +\
102 2.*(b0*b1 + b1*b2)*cos(f*o) + 2.*(b0*b2)* cos(2.*f*o)) /\
H A Dband.h43 p->b0 = sqrt(1 - p->a1 * p->a1 / (4 * p->a2)) * (1 - p->a2);
45 mult = sqrt(((1+p->a2) * (1+p->a2) - p->a1*p->a1) * (1-p->a2) / (1+p->a2)) / p->b0;
46 p->b0 *= mult;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp313 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 …]
H A Dintersection_tests.cpp50 …tryCoordinate& a0, const GeometryCoordinate& a1, const GeometryCoordinate& b0, const GeometryCoord… in lineSegmentIntersectsLineSegment() argument
51 return isCounterClockwise(a0, b0, b1) != isCounterClockwise(a1, b0, b1) && in lineSegmentIntersectsLineSegment()
52 isCounterClockwise(a0, a1, b0) != isCounterClockwise(a0, a1, b1); in lineSegmentIntersectsLineSegment()
60 auto& b0 = *j; in lineIntersectsLine() local
62 if (lineSegmentIntersectsLineSegment(a0, a1, b0, b1)) return true; in lineIntersectsLine()
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dsoftfloat-macros339 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 )
352 *z0Ptr = a0 + b0 + ( z1 < a1 );
359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
370 bits64 b0,
385 z0 = a0 + b0;
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 )
410 *z0Ptr = a0 - b0 - ( a1 < b1 );
416 Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dhash.c28 __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()
38 buf[0] += b0; in TEA_transform()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c163 u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) in ccmp_init_blocks() argument
181 b0[0] = 0x59; in ccmp_init_blocks()
182 b0[1] = qc; in ccmp_init_blocks()
183 memcpy(b0 + 2, hdr->addr2, ETH_ALEN); in ccmp_init_blocks()
184 memcpy(b0 + 8, pn, CCMP_PN_LEN); in ccmp_init_blocks()
185 b0[14] = (dlen >> 8) & 0xff; in ccmp_init_blocks()
186 b0[15] = dlen & 0xff; in ccmp_init_blocks()
202 lib80211_ccmp_aes_encrypt(tfm, b0, auth); in ccmp_init_blocks()
207 b0[0] &= 0x07; in ccmp_init_blocks()
208 b0[14] = b0[15] = 0; in ccmp_init_blocks()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0() argument
139 memcpy(b0, iv, 16); in generate_b0()
141 lp = b0[0]; in generate_b0()
145 *b0 |= (8 * ((m - 2) / 2)); in generate_b0()
149 *b0 |= 64; in generate_b0()
151 rc = set_msg_len(b0 + 16 - l, cryptlen, l); in generate_b0()
167 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; in generate_pat() local
189 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; in generate_pat()
194 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; in generate_pat()
201 b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0; in generate_pat()
[all …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dhashes.c28 u32 b0, b1; \
30 b0 = h0; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
40 h0 += b0; \
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dcurve25519-hacl64.c46 u64 b0 = b[0]; in modulo_carry_top() local
48 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top()
131 u64 b0; in fmul_shift_reduce() local
153 b0 = output[0]; in fmul_shift_reduce()
154 output[0] = 19 * b0; in fmul_shift_reduce()
192 u128 b0; in fmul_fmul() local
203 b0 = t[0]; in fmul_fmul()
205 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul()
250 u128 b0; in fsquare_fsquare_() local
260 b0 = tmp[0]; in fsquare_fsquare_()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_ecc.c394 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local
405 b0 = read_ecc[0] ^ calc_ecc[0]; in __nand_correct_data()
408 b0 = read_ecc[1] ^ calc_ecc[1]; in __nand_correct_data()
419 if ((b0 | b1 | b2) == 0) in __nand_correct_data()
422 if ((((b0 ^ (b0 >> 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/arch/ia64/lib/
H A Dip_fast_csum.S77 br.ret.sptk.many b0
85 mov r34=b0
90 br.call.sptk.many b0=do_csum
94 mov b0=r34
95 br.ret.sptk.many b0
146 br.ret.sptk.many b0
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dbn_mul.h64 mbedtls_mpi_uint s0, s1, b0, b1; \
66 b0 = ( b << biH ) >> biH; \
72 rx = s0 * b1; r0 = s0 * b0; \
73 ry = s1 * b0; r1 = s1 * b1; \
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs_fletcher.c41 uint64_t a0, b0, a1, b1; in fletcher_2_endian() local
43 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
46 b0 += a0; in fletcher_2_endian()
52 zcp->zc_word[2] = cpu_to_zfs64(b0, endian); in fletcher_2_endian()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules1088 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0302", MODE="l36"
1089 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0117", MODE="l36"
1090 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0122", MODE="l36"
1091 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0123", MODE="l36"
1092 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0109", MODE="l36"
1093 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0115", MODE="l36"
1094 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0121", MODE="l36"
1095 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0111", MODE="l36"
1096 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="011d", MODE="l36"
1097 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="012d", MODE="l36"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/
H A Dstorage.c165 void *b0 = NULL; in ta_storage_cmd_read() local
172 b0 = TEE_Malloc(params[0].memref.size, 0); in ta_storage_cmd_read()
173 if (!b0) in ta_storage_cmd_read()
176 res = TEE_ReadObjectData(o, b0, params[0].memref.size, in ta_storage_cmd_read()
179 TEE_MemMove(params[0].memref.buffer, b0, params[0].memref.size); in ta_storage_cmd_read()
180 TEE_Free(b0); in ta_storage_cmd_read()
189 void *b0 = NULL; in ta_storage_cmd_write() local
196 b0 = TEE_Malloc(params[0].memref.size, 0); in ta_storage_cmd_write()
197 if (!b0) in ta_storage_cmd_write()
199 TEE_MemMove(b0, params[0].memref.buffer, params[0].memref.size); in ta_storage_cmd_write()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_avx.hpp732 v_uint16x16 a0, a1, b0, b1; in v_mul_expand() local
734 v_expand(b, b0, b1); in v_mul_expand()
735 c = v_mul_wrap(a0, b0); in v_mul_expand()
742 v_int16x16 a0, a1, b0, b1; in v_mul_expand() local
744 v_expand(b, b0, b1); in v_mul_expand()
745 c = v_mul_wrap(a0, b0); in v_mul_expand()
1514 _Tpvec& b0, _Tpvec& b1, _Tpvec& b2, _Tpvec& b3) \
1520 b0.val = cast_to(_mm256_unpacklo_epi64(t0, t1)); \
1534 inline void v_expand(const _Tpvec& a, _Tpwvec& b0, _Tpwvec& b1) \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
1536 b0.val = intrin(_v256_extract_low(a.val)); \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_avx.hpp732 v_uint16x16 a0, a1, b0, b1; in v_mul_expand() local
734 v_expand(b, b0, b1); in v_mul_expand()
735 c = v_mul_wrap(a0, b0); in v_mul_expand()
742 v_int16x16 a0, a1, b0, b1; in v_mul_expand() local
744 v_expand(b, b0, b1); in v_mul_expand()
745 c = v_mul_wrap(a0, b0); in v_mul_expand()
1514 _Tpvec& b0, _Tpvec& b1, _Tpvec& b2, _Tpvec& b3) \
1520 b0.val = cast_to(_mm256_unpacklo_epi64(t0, t1)); \
1534 inline void v_expand(const _Tpvec& a, _Tpwvec& b0, _Tpwvec& b1) \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
1536 b0.val = intrin(_v256_extract_low(a.val)); \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_avx.hpp732 v_uint16x16 a0, a1, b0, b1; in v_mul_expand() local
734 v_expand(b, b0, b1); in v_mul_expand()
735 c = v_mul_wrap(a0, b0); in v_mul_expand()
742 v_int16x16 a0, a1, b0, b1; in v_mul_expand() local
744 v_expand(b, b0, b1); in v_mul_expand()
745 c = v_mul_wrap(a0, b0); in v_mul_expand()
1514 _Tpvec& b0, _Tpvec& b1, _Tpvec& b2, _Tpvec& b3) \
1520 b0.val = cast_to(_mm256_unpacklo_epi64(t0, t1)); \
1534 inline void v_expand(const _Tpvec& a, _Tpwvec& b0, _Tpwvec& b1) \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
1536 b0.val = intrin(_v256_extract_low(a.val)); \ in OPENCV_HAL_IMPL_AVX_TRANSPOSE4x4()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dpctv452e.c518 u8 *b0, *rx; in pctv452e_power_ctrl() local
529 b0 = kmalloc(5 + PCTV_ANSWER_LEN, GFP_KERNEL); in pctv452e_power_ctrl()
530 if (!b0) in pctv452e_power_ctrl()
533 rx = b0 + 5; in pctv452e_power_ctrl()
542 b0[0] = 0xaa; in pctv452e_power_ctrl()
543 b0[1] = state->c++; in pctv452e_power_ctrl()
544 b0[2] = PCTV_CMD_RESET; in pctv452e_power_ctrl()
545 b0[3] = 1; in pctv452e_power_ctrl()
546 b0[4] = 0; in pctv452e_power_ctrl()
548 ret = dvb_usb_generic_rw(d, b0, 5, rx, PCTV_ANSWER_LEN, 0); in pctv452e_power_ctrl()
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp141 bool b0 = alp1 > a_b0; in apply() local
148 if (!(b0 && b1 && b2 && b3) && (b0 || b1 || b2 || b3)) in apply()
160 if ((b0 && b1 && b2 && b3 && lat_sum > CT(0)) in apply()
161 || (!(b0 && b1 && b2 && b3) && lat_sum < CT(0))) in apply()

12345678910>>...14