Home
last modified time | relevance | path

Searched refs:sign (Results 1301 - 1325 of 1878) sorted by relevance

1...<<51525354555657585960>>...76

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h222 /* setup request: allocate mid, sign message */
226 /* setup async request: allocate mid, sign message */
552 bool sign; /* was signing requested via mnt opts? */ member
702 bool sign; /* is signing enabled on this connection? */ member
1002 bool sign; /* is signing required? */ member
H A Dsmb2pdu.c149 if (server && server->sign && !smb3_encryption_required(tcon)) in smb2_hdr_assemble()
843 if (ses->sign) in SMB2_negotiate()
983 rc = cifs_enable_signing(server, ses->sign); in SMB2_negotiate()
1023 * can not sign it (ie are not known user). Even if signing is not in smb3_validate_negotiate()
1025 * sign just this, the first and only signed request on a connection. in smb3_validate_negotiate()
1051 if (tcon->ses->sign) in smb3_validate_negotiate()
1220 if (server->sign) in SMB2_sess_alloc_buffer()
1628 if ((ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) && (ses->sign)) in SMB2_sess_setup()
1670 else if (server->sign) in SMB2_logoff()
3871 if (server->rdma && rdata && !server->sign in smb2_new_read_req()
[all...]
H A Dcifs_debug.c350 if (server->sign) in cifs_debug_data_proc_show()
399 if (ses->sign) in cifs_debug_data_proc_show()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c734 memcpy(mv->sign, probs->mv.sign, sizeof(mv->sign)); in config_probs()
/kernel/linux/linux-6.6/drivers/iio/imu/
H A Dadis16480.c745 .sign = 's', \
784 .sign = 's', \
802 .sign = 's', \
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dgp2ap020a00f.c1333 .sign = 'u',
1350 .sign = 'u',
1364 .sign = 'u',
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c247 const int sign = (delta < 0) * 8; in adpcm_ima_alp_compress_sample() local
251 if (sign) in adpcm_ima_alp_compress_sample()
254 nibble = sign | nibble; in adpcm_ima_alp_compress_sample()
H A Dvp56.c98 int delta, sign = vp56_rac_get(c); in vp56_parse_mb_type_models() local
104 model->mb_types_stats[ctx][type][i] += (delta ^ -sign) + sign; in vp56_parse_mb_type_models()
H A Dtakdec.c334 /* mode += sign ? (1 - c) : (c - 1) */ in decode_residues()
335 int sign = get_bits1(gb); in decode_residues() local
336 mode += (-sign ^ (c - 1)) + sign; in decode_residues()
/third_party/ffmpeg/libavformat/
H A Dmpeg.c872 int sign = 1, hh = 0, mm = 0, ss = 0, ms = 0; in vobsub_read_header() local
878 sign = *p == '-' ? -1 : 1; in vobsub_read_header()
882 delay = ((hh*3600LL + mm*60LL + ss) * 1000LL + ms) * sign; in vobsub_read_header()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c1492 unsigned char *binderout, SSL_SESSION *sess, int sign, in tls_psk_do_binder()
1639 if (!sign) in tls_psk_do_binder()
1652 if (sign) { in tls_psk_do_binder()
1490 tls_psk_do_binder(SSL *s, const EVP_MD *md, const unsigned char *msgstart, size_t binderoffset, const unsigned char *binderin, unsigned char *binderout, SSL_SESSION *sess, int sign, int external) tls_psk_do_binder() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_64.c1021 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int() argument
1032 if (sign || ((sljit_uw)srcw <= 0x7fffffff)) { in emit_mov_int()
1053 if (sign) { in emit_mov_int()
/third_party/openssl/ssl/statem/
H A Dextensions.c1460 unsigned char *binderout, SSL_SESSION *sess, int sign, in tls_psk_do_binder()
1607 if (!sign) in tls_psk_do_binder()
1620 if (sign) { in tls_psk_do_binder()
1458 tls_psk_do_binder(SSL *s, const EVP_MD *md, const unsigned char *msgstart, size_t binderoffset, const unsigned char *binderin, unsigned char *binderout, SSL_SESSION *sess, int sign, int external) tls_psk_do_binder() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c230 int sign; in GetSignedBits() local
232 if (!GetBits(data, data_size, 1, &sign, bit_pos)) return 0; in GetSignedBits()
233 if (sign) *val = -(*val); in GetSignedBits()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc.c659 const int sign = (in[j] < 0); in QuantizeBlock_C() local
660 const uint32_t coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock_C()
667 if (sign) level = -level; in QuantizeBlock_C()
H A Denc_mips_dsp_r2.c1197 "shra.ph %[sign], %[temp1], 15 \n\t" \
1216 "andi %[temp6], %[sign], 0xffff \n\t" \
1232 "srl %[temp6], %[sign], 16 \n\t" \
1260 "xor %[level], %[level], %[sign] \n\t" \
1261 "subu.ph %[level], %[level], %[sign] \n\t" \
1278 int sign, coeff, level; in QuantizeBlock_MIPSdspR2() local
1304 [sign]"=&r"(sign), [coeff]"=&r"(coeff), in QuantizeBlock_MIPSdspR2()
H A Denc_neon.c832 const int16x8_t sign = vshrq_n_s16(a, 15); // sign in Quantize_NEON() local
841 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sign); in Quantize_NEON()
842 const int16x8_t c3 = vsubq_s16(c2, sign); // restore sign in Quantize_NEON()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c246 const int sign = c < 0; in PutCoeffs() local
247 int v = sign ? -c : c; in PutCoeffs()
301 VP8PutBitUniform(bw, sign); in PutCoeffs()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c257 FT_Int sign = 0, exponent_sign = 0, have_overflow = 0; in cff_parse_real() local
294 sign = 1; in cff_parse_real()
498 if ( sign ) in cff_parse_real()
/third_party/python/Lib/test/
H A Dtest_fractions.py197 # Denominators don't need a sign.
786 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
792 sign *= -1
793 s += num / fact * sign
/third_party/vulkan-loader/loader/
H A DcJSON.c97 double n = 0, sign = 1, scale = 0; in parse_number() local
100 if (*num == '-') sign = -1, num++; /* Has sign? */ in parse_number()
116 signsubscale = -1, num++; /* With sign? */ in parse_number()
120 n = sign * n * pow(10.0, (scale + subscale * signsubscale)); /* number = +/- in parse_number()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c469 fmt.sign = false; in cm3_helper_convert_to_custom_float()
548 fmt.sign = false; in cm3_helper_convert_to_custom_float()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dvf610_adc.c513 .sign = 'u', \
525 .sign = 'u', \
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dmpu3050-core.c310 * radians. All 16 bits are used with sign to in mpu3050_read_raw()
705 .sign = 's', \
721 .sign = 's',
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dzpa2326.c1553 .sign = 'u',
1566 .sign = 's',

Completed in 48 milliseconds

1...<<51525354555657585960>>...76