crypto/libressl/apps/openssl/crl2p7.c
225
p7->d.sign = p7s;
crypto/libressl/apps/openssl/pkcs7.c
221
certs = p7->d.sign->cert;
crypto/libressl/apps/openssl/pkcs7.c
222
crls = p7->d.sign->crl;
crypto/libressl/apps/openssl/x509.c
1217
if (!sign(x, Upkey, x509_config.days,
crypto/libressl/apps/openssl/x509.c
83
static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
crypto/libressl/crypto/bn/bn_bpsw.c
241
int is_perfect_square, jacobi_symbol, sign;
crypto/libressl/crypto/bn/bn_bpsw.c
264
sign = 1;
crypto/libressl/crypto/bn/bn_bpsw.c
285
sign = -sign;
crypto/libressl/crypto/bn/bn_bpsw.c
288
BN_set_negative(D, sign == -1);
crypto/libressl/crypto/bn/bn_gcd.c
257
int sign;
crypto/libressl/crypto/bn/bn_gcd.c
299
sign = -1;
crypto/libressl/crypto/bn/bn_gcd.c
502
sign = -sign;
crypto/libressl/crypto/bn/bn_gcd.c
514
if (sign < 0) {
crypto/libressl/crypto/bn/bn_gcd.c
574
int sign;
crypto/libressl/crypto/bn/bn_gcd.c
624
sign = -1;
crypto/libressl/crypto/bn/bn_gcd.c
692
sign = -sign;
crypto/libressl/crypto/bn/bn_gcd.c
703
if (sign < 0) {
crypto/libressl/crypto/bn/bn_gcd.c
744
int sign;
crypto/libressl/crypto/bn/bn_gcd.c
791
sign = -1;
crypto/libressl/crypto/bn/bn_gcd.c
859
sign = -sign;
crypto/libressl/crypto/dsa/dsa_meth.c
92
DSA_SIG *(*sign)(const unsigned char *, int, DSA *))
crypto/libressl/crypto/dsa/dsa_meth.c
94
meth->dsa_do_sign = sign;
crypto/libressl/crypto/dsa/dsa_pmeth.c
335
.sign = pkey_dsa_sign,
crypto/libressl/crypto/ec/ec_kmeth.c
240
int (*sign)(int type, const unsigned char *dgst,
crypto/libressl/crypto/ec/ec_kmeth.c
249
meth->sign = sign;
crypto/libressl/crypto/ec/ec_kmeth.c
318
*psign = meth->sign;
crypto/libressl/crypto/ec/ec_kmeth.c
80
.sign = ossl_ecdsa_sign,
crypto/libressl/crypto/ec/ec_lcl.h
464
int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char
crypto/libressl/crypto/ec/ec_lcl.h
507
void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in);
crypto/libressl/crypto/ec/ec_mult.c
200
int sign = 1;
crypto/libressl/crypto/ec/ec_mult.c
225
sign = -1;
crypto/libressl/crypto/ec/ec_mult.c
286
r[j++] = sign * digit;
crypto/libressl/crypto/ec/ec_pmeth.c
513
.sign = pkey_ec_sign,
crypto/libressl/crypto/ecdsa/ecs_sign.c
97
if (eckey->meth->sign != NULL)
crypto/libressl/crypto/ecdsa/ecs_sign.c
98
return eckey->meth->sign(type, dgst, dlen, sig, siglen, kinv, r, eckey);
crypto/libressl/crypto/evp/evp_locl.h
228
int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/libressl/crypto/evp/pmeth_fn.c
106
if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
crypto/libressl/crypto/evp/pmeth_fn.c
115
return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
crypto/libressl/crypto/evp/pmeth_fn.c
89
if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
crypto/libressl/crypto/evp/pmeth_lib.c
536
int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/libressl/crypto/evp/pmeth_lib.c
540
pmeth->sign = sign;
crypto/libressl/crypto/gost/gostr341001_pmeth.c
696
.sign = pkey_gost01_sign,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
94
.offset = offsetof(PKCS7, d.sign),
crypto/libressl/crypto/pkcs7/pk7_doit.c
291
md_sk = p7->d.sign->md_algs;
crypto/libressl/crypto/pkcs7/pk7_doit.c
292
os = PKCS7_get_octet_string(p7->d.sign->contents);
crypto/libressl/crypto/pkcs7/pk7_doit.c
454
data_body = PKCS7_get_octet_string(p7->d.sign->contents);
crypto/libressl/crypto/pkcs7/pk7_doit.c
455
md_sk = p7->d.sign->md_algs;
crypto/libressl/crypto/pkcs7/pk7_doit.c
742
si_sk = p7->d.sign->signer_info;
crypto/libressl/crypto/pkcs7/pk7_doit.c
743
os = PKCS7_get_octet_string(p7->d.sign->contents);
crypto/libressl/crypto/pkcs7/pk7_doit.c
749
if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
752
p7->d.sign->contents->d.data = NULL;
crypto/libressl/crypto/pkcs7/pk7_doit.c
939
cert = p7->d.sign->cert;
crypto/libressl/crypto/pkcs7/pk7_lib.c
140
if (p7->d.sign->contents != NULL)
crypto/libressl/crypto/pkcs7/pk7_lib.c
141
PKCS7_free(p7->d.sign->contents);
crypto/libressl/crypto/pkcs7/pk7_lib.c
142
p7->d.sign->contents = p7_data;
crypto/libressl/crypto/pkcs7/pk7_lib.c
173
if ((p7->d.sign = PKCS7_SIGNED_new()) == NULL)
crypto/libressl/crypto/pkcs7/pk7_lib.c
175
if (!ASN1_INTEGER_set(p7->d.sign->version, 1)) {
crypto/libressl/crypto/pkcs7/pk7_lib.c
176
PKCS7_SIGNED_free(p7->d.sign);
crypto/libressl/crypto/pkcs7/pk7_lib.c
177
p7->d.sign = NULL;
crypto/libressl/crypto/pkcs7/pk7_lib.c
250
signer_sk = p7->d.sign->signer_info;
crypto/libressl/crypto/pkcs7/pk7_lib.c
251
md_sk = p7->d.sign->md_algs;
crypto/libressl/crypto/pkcs7/pk7_lib.c
303
sk = &(p7->d.sign->cert);
crypto/libressl/crypto/pkcs7/pk7_lib.c
336
sk = &(p7->d.sign->crl);
crypto/libressl/crypto/pkcs7/pk7_lib.c
457
return (p7->d.sign->signer_info);
crypto/libressl/crypto/pkcs7/pk7_lib.c
575
return(X509_find_by_issuer_and_serial(p7->d.sign->cert,
crypto/libressl/crypto/pkcs7/pk7_lib.c
639
os = p7->d.sign->contents->d.data;
crypto/libressl/crypto/pkcs7/pk7_lib.c
81
if (ret && PKCS7_type_is_data(p7->d.sign->contents)) {
crypto/libressl/crypto/pkcs7/pk7_lib.c
83
os = p7->d.sign->contents->d.data;
crypto/libressl/crypto/pkcs7/pk7_lib.c
85
p7->d.sign->contents->d.data = NULL;
crypto/libressl/crypto/pkcs7/pk7_lib.c
94
if (!p7->d.sign || !p7->d.sign->contents->d.ptr)
crypto/libressl/crypto/pkcs7/pk7_mime.c
83
mdalgs = p7->d.sign->md_algs;
crypto/libressl/crypto/pkcs7/pk7_smime.c
319
signer, p7->d.sign->cert)) {
crypto/libressl/crypto/pkcs7/pk7_smime.c
336
X509_STORE_CTX_set0_crls(&cert_ctx, p7->d.sign->crl);
crypto/libressl/crypto/pkcs7/pk7_smime.c
467
if (!signer && !(flags & PKCS7_NOINTERN) && p7->d.sign->cert)
crypto/libressl/crypto/pkcs7/pk7_smime.c
469
X509_find_by_issuer_and_serial(p7->d.sign->cert,
crypto/libressl/crypto/rsa/rsa_meth.c
255
RSA_meth_set_sign(RSA_METHOD *meth, int (*sign)(int type,
crypto/libressl/crypto/rsa/rsa_meth.c
259
meth->rsa_sign = sign;
crypto/libressl/crypto/rsa/rsa_pmeth.c
787
.sign = pkey_rsa_sign,
crypto/libressl/crypto/rsa/rsa_pmeth.c
861
.sign = pkey_rsa_sign,
crypto/libressl/crypto/ts/ts_asn1.c
996
pkcs7_signed = token->d.sign;
crypto/libressl/crypto/ts/ts_rsp_sign.c
742
if (!ASN1_INTEGER_set(p7->d.sign->version, 3))
crypto/libressl/crypto/x509/x509_utl.c
162
const char *sign = "";
crypto/libressl/crypto/x509/x509_utl.c
174
sign = "-";
crypto/libressl/crypto/x509/x509_utl.c
178
if (asprintf(&ret, "%s0x%s", sign, hex) == -1)
crypto/libressl/include/openssl/dsa.h
226
DSA_SIG *(*sign)(const unsigned char *, int, DSA *));
crypto/libressl/include/openssl/ecdsa.h
268
int (*sign)(int type, const unsigned char *dgst,
crypto/libressl/include/openssl/evp.h
1118
int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/libressl/include/openssl/pkcs7.h
193
PKCS7_SIGNED *sign;
crypto/libressl/include/openssl/rsa.h
467
int RSA_meth_set_sign(RSA_METHOD *rsa, int (*sign)(int type,
crypto/openssh/kex.h
172
int (*sign)(struct ssh *, struct sshkey *, struct sshkey *,
crypto/openssh/kexgen.c
342
if ((r = kex->sign(ssh, server_host_private, server_host_public,
crypto/openssh/kexgexs.c
184
if ((r = kex->sign(ssh, server_host_private, server_host_public,
crypto/openssh/monitor.c
1769
kex->sign = sshd_hostkey_sign;
crypto/openssh/serverloop.c
709
(r = ssh->kex->sign(ssh, key_prv, key_pub, &sig, &slen,
crypto/openssh/sntrup761.c
531
int sign,swap,t;
crypto/openssh/sntrup761.c
547
sign = -g[0]*f[0];
crypto/openssh/sntrup761.c
557
for (i = 0;i < p+1;++i) g[i] = F3_freeze(g[i]+sign*f[i]);
crypto/openssh/sntrup761.c
558
for (i = 0;i < p+1;++i) r[i] = F3_freeze(r[i]+sign*v[i]);
crypto/openssh/sntrup761.c
564
sign = f[0];
crypto/openssh/sntrup761.c
565
for (i = 0;i < p;++i) out[i] = sign*v[p-1-i];
crypto/openssh/ssh_api.c
139
ssh->kex->sign=&_ssh_host_key_sign;
crypto/openssh/sshd-session.c
1457
kex->sign = sshd_hostkey_sign;
crypto/openssh/sshkey.c
2111
if (impl->funcs->sign == NULL)
crypto/openssh/sshkey.c
2114
r = impl->funcs->sign(key, sigp, lenp, data, datalen,
crypto/openssh/sshkey.h
182
int (*sign)(struct sshkey *, u_char **, size_t *,
games/robots/move_robs.c
36
static int sign(int);
games/robots/move_robs.c
60
rp->y += sign(My_pos.y - rp->y);
games/robots/move_robs.c
61
rp->x += sign(My_pos.x - rp->x);
lib/i18n_module/mapper_zone/citrus_mapper_zone.c
101
int c, i, sign = 0;
lib/i18n_module/mapper_zone/citrus_mapper_zone.c
109
if (sign == 0 && (c == '+' || c == '-')) {
lib/i18n_module/mapper_zone/citrus_mapper_zone.c
110
sign = c;
lib/i18n_module/mapper_zone/citrus_mapper_zone.c
124
if (sign == '-')
lib/libc/gdtoa/_hdtoa.c
115
float redux = one[u.bits.sign];
lib/libc/gdtoa/_hdtoa.c
71
__hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign,
lib/libc/gdtoa/_hdtoa.c
80
*sign = u.bits.sign;
lib/libc/gdtoa/_hldtoa.c
116
float redux = one[u.bits.sign];
lib/libc/gdtoa/_hldtoa.c
150
__hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign,
lib/libc/gdtoa/_hldtoa.c
154
return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve));
lib/libc/gdtoa/_hldtoa.c
71
__hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign,
lib/libc/gdtoa/_hldtoa.c
81
*sign = u.bits.sign;
lib/libc/gdtoa/_ldtoa.c
45
__ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign,
lib/libc/gdtoa/_ldtoa.c
72
*sign = u.bits.sign;
lib/libc/gdtoa/_ldtoa.c
73
fpi.rounding ^= (fpi.rounding >> 1) & u.bits.sign;
lib/libc/include/fpmath.h
43
unsigned int sign :1;
lib/libc/include/fpmath.h
45
unsigned int sign :1;
lib/libc/include/fpmath.h
64
unsigned int sign :1;
lib/libc/include/fpmath.h
69
unsigned int sign :1;
lib/libc/stdio/vfprintf.c
313
char sign; /* sign prefix (' ', '+', '-', or \0) */
lib/libc/stdio/vfprintf.c
496
sign = '\0';
lib/libc/stdio/vfprintf.c
507
if (!sign)
lib/libc/stdio/vfprintf.c
508
sign = ' ';
lib/libc/stdio/vfprintf.c
529
sign = '+';
lib/libc/stdio/vfprintf.c
626
sign = '\0';
lib/libc/stdio/vfprintf.c
637
sign = '-';
lib/libc/stdio/vfprintf.c
643
sign = '-';
lib/libc/stdio/vfprintf.c
717
sign = '-';
lib/libc/stdio/vfprintf.c
721
sign = '\0';
lib/libc/stdio/vfprintf.c
837
sign = '\0';
lib/libc/stdio/vfprintf.c
867
nosign: sign = '\0';
lib/libc/stdio/vfprintf.c
910
sign = '\0';
lib/libc/stdio/vfprintf.c
929
if (sign)
lib/libc/stdio/vfprintf.c
946
if (sign)
lib/libc/stdio/vfprintf.c
947
PRINT(&sign, 1);
lib/libc/stdio/vfwprintf.c
1009
if (sign)
lib/libc/stdio/vfwprintf.c
1010
PRINT(&sign, 1);
lib/libc/stdio/vfwprintf.c
392
wchar_t sign; /* sign prefix (' ', '+', '-', or \0) */
lib/libc/stdio/vfwprintf.c
564
sign = '\0';
lib/libc/stdio/vfwprintf.c
575
if (!sign)
lib/libc/stdio/vfwprintf.c
576
sign = ' ';
lib/libc/stdio/vfwprintf.c
597
sign = '+';
lib/libc/stdio/vfwprintf.c
682
sign = '\0';
lib/libc/stdio/vfwprintf.c
693
sign = '-';
lib/libc/stdio/vfwprintf.c
699
sign = '-';
lib/libc/stdio/vfwprintf.c
779
sign = '-';
lib/libc/stdio/vfwprintf.c
783
sign = '\0';
lib/libc/stdio/vfwprintf.c
900
sign = '\0';
lib/libc/stdio/vfwprintf.c
930
nosign: sign = '\0';
lib/libc/stdio/vfwprintf.c
973
sign = '\0';
lib/libc/stdio/vfwprintf.c
992
if (sign)
lib/libc/stdio/xprintf_float.c
157
char sign; /* sign prefix (' ', '+', '-', or \0) */
lib/libc/stdio/xprintf_float.c
181
sign = pi->showsign;
lib/libc/stdio/xprintf_float.c
261
sign = '-';
lib/libc/stdio/xprintf_float.c
265
sign = '\0';
lib/libc/stdio/xprintf_float.c
344
if (sign)
lib/libc/stdio/xprintf_float.c
354
if (sign)
lib/libc/stdio/xprintf_float.c
355
ret += __printf_puts(io, &sign, 1);
lib/libc/stdio/xprintf_int.c
264
int rdx, sign, zext, ngrp;
lib/libc/stdio/xprintf_int.c
291
sign = 1;
lib/libc/stdio/xprintf_int.c
298
sign = 0;
lib/libc/stdio/xprintf_int.c
303
sign = 0;
lib/libc/stdio/xprintf_int.c
308
sign = 0;
lib/libc/stdio/xprintf_int.c
316
if (sign)
lib/libc/stdio/xprintf_int.c
321
if (sign && argp->intmaxarg < 0) {
lib/libc/stdio/xprintf_int.c
328
if (sign && argp->longarg < 0) {
lib/libc/stdio/xprintf_int.c
335
if (sign && (short)argp->intarg < 0) {
lib/libc/stdio/xprintf_int.c
342
if (sign && (signed char)argp->intarg < 0) {
lib/libc/stdio/xprintf_int.c
349
if (sign && argp->intarg < 0) {
lib/libc/stdtime/strftime.c
481
char const * sign;
lib/libc/stdtime/strftime.c
487
sign = "-";
lib/libc/stdtime/strftime.c
490
sign = "+";
lib/libc/stdtime/strftime.c
491
pt = _add(sign, pt, ptlim);
lib/libc/stdtime/strptime.c
562
int sign = 1;
lib/libc/stdtime/strptime.c
567
sign = -1;
lib/libc/stdtime/strptime.c
599
tm->tm_hour -= sign * (i / 100);
lib/libc/stdtime/strptime.c
600
tm->tm_min -= sign * (i % 100);
lib/libc/x86_64/_fpmath.h
35
unsigned int sign :1;
lib/libssh/openbsd-compat/fmt_scaled.c
101
sign = +1;
lib/libssh/openbsd-compat/fmt_scaled.c
156
if (sign)
lib/libssh/openbsd-compat/fmt_scaled.c
157
whole *= sign;
lib/libssh/openbsd-compat/fmt_scaled.c
202
if (sign == -1)
lib/libssh/openbsd-compat/fmt_scaled.c
79
int sign = 0;
lib/libssh/openbsd-compat/fmt_scaled.c
90
if (sign) {
lib/libssh/openbsd-compat/fmt_scaled.c
94
sign = -1;
lib/libssh/openbsd-compat/fmt_scaled.c
97
if (sign) {
lib/libutil/humanize_number.c
117
sign = -1;
lib/libutil/humanize_number.c
121
sign = 1;
lib/libutil/humanize_number.c
166
sign * (quotient + (remainder + divisor / 2) / divisor),
lib/libutil/humanize_number.c
190
sign * s1, localeconv()->decimal_point, s2,
lib/libutil/humanize_number.c
203
sign * s1, localeconv()->decimal_point, s2,
lib/libutil/humanize_number.c
52
int i, r, remainder, s1, s2, sign;
libexec/rtld-elf/rtld_printf.c
130
int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot;
libexec/rtld-elf/rtld_printf.c
154
sign = 0; dot = 0; dwidth = 0; upper = 0;
libexec/rtld-elf/rtld_printf.c
164
sign = 1;
libexec/rtld-elf/rtld_printf.c
244
sign = 1;
libexec/rtld-elf/rtld_printf.c
285
sign = 0;
libexec/rtld-elf/rtld_printf.c
293
if (sign)
libexec/rtld-elf/rtld_printf.c
330
sign = 1;
libexec/rtld-elf/rtld_printf.c
336
sign = 0;
libexec/rtld-elf/rtld_printf.c
372
if (sign && (intmax_t)num < 0) {
sbin/growfs/growfs.c
519
frag_adjust(daddr_t frag, int sign)
sbin/growfs/growfs.c
544
acg.cg_frsum[fragsize]+=sign;
sbin/growfs/growfs.c
547
sign);
sbin/growfs/growfs.c
556
acg.cg_frsum[fragsize]+=sign;
sbin/growfs/growfs.c
559
sign);
sbin/growfs/growfs.c
563
sign);
sbin/vinum/vinumutil.c
187
int sign = 1; /* -1 if negative */
sbin/vinum/vinumutil.c
193
sign = -1;
sbin/vinum/vinumutil.c
201
return size * sign;
sbin/vinum/vinumutil.c
207
return size * sign * 512;
sbin/vinum/vinumutil.c
211
return size * sign * 1024;
sbin/vinum/vinumutil.c
215
return size * sign * 1024 * 1024;
sbin/vinum/vinumutil.c
219
return size * sign * 1024 * 1024 * 1024;
stand/lib/printf.c
185
int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot;
stand/lib/printf.c
210
sign = 0; dot = 0; dwidth = 0; upper = 0;
stand/lib/printf.c
221
sign = 1;
stand/lib/printf.c
264
sign = 1;
stand/lib/printf.c
305
sign = 0;
stand/lib/printf.c
347
sign = 0;
stand/lib/printf.c
383
if (sign && (intmax_t)num < 0) {
sys/dev/drm/amd/display/dc/calcs/custom_float.c
174
if (negative && format->sign)
sys/dev/drm/amd/display/dc/calcs/custom_float.c
57
*negative = format->sign;
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
438
uint32_t sign = 0, floating = 0;
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
480
sign = 1;
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
499
GRPH_PRESCALE_R_SIGN, sign,
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
500
GRPH_PRESCALE_G_SIGN, sign,
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
501
GRPH_PRESCALE_B_SIGN, sign);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
330
fmt.sign = true;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
351
fmt.sign = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
372
fmt.sign = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
142
fmt.sign = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
163
fmt.sign = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
189
fmt.sign = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2208
fmt.sign = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2695
fmt.sign = true;
sys/dev/drm/amd/display/dc/inc/hw/opp.h
132
bool sign;
sys/dev/drm/include/drm/drm_fixed.h
102
if (((a >> shift) & 1) != sign)
sys/dev/drm/include/drm/drm_fixed.h
99
unsigned shift, sign = (a >> 63) & 1;
sys/dev/drm/radeon/radeon_object.c
48
unsigned mem_type, int sign)
sys/dev/drm/radeon/radeon_object.c
55
if (sign > 0)
sys/dev/drm/radeon/radeon_object.c
61
if (sign > 0)
sys/dev/drm/radeon/vce_v1_0.c
160
const struct vce_v1_0_fw_signature *sign = (const void*)rdev->vce_fw->data;
sys/dev/drm/radeon/vce_v1_0.c
182
for (i = 0; i < le32_to_cpu(sign->num); ++i) {
sys/dev/drm/radeon/vce_v1_0.c
183
if (le32_to_cpu(sign->val[i].chip_id) == chip_id)
sys/dev/drm/radeon/vce_v1_0.c
187
if (i == le32_to_cpu(sign->num))
sys/dev/drm/radeon/vce_v1_0.c
191
data[0] = sign->val[i].nonce[0];
sys/dev/drm/radeon/vce_v1_0.c
192
data[1] = sign->val[i].nonce[1];
sys/dev/drm/radeon/vce_v1_0.c
193
data[2] = sign->val[i].nonce[2];
sys/dev/drm/radeon/vce_v1_0.c
194
data[3] = sign->val[i].nonce[3];
sys/dev/drm/radeon/vce_v1_0.c
195
data[4] = cpu_to_le32(le32_to_cpu(sign->len) + 64);
sys/dev/drm/radeon/vce_v1_0.c
198
memcpy(&data[16], &sign[1], rdev->vce_fw->datasize - sizeof(*sign));
sys/dev/drm/radeon/vce_v1_0.c
200
data += (le32_to_cpu(sign->len) + 64) / 4;
sys/dev/drm/radeon/vce_v1_0.c
201
data[0] = sign->val[i].sigval[0];
sys/dev/drm/radeon/vce_v1_0.c
202
data[1] = sign->val[i].sigval[1];
sys/dev/drm/radeon/vce_v1_0.c
203
data[2] = sign->val[i].sigval[2];
sys/dev/drm/radeon/vce_v1_0.c
204
data[3] = sign->val[i].sigval[3];
sys/dev/drm/radeon/vce_v1_0.c
206
rdev->vce.keyselect = le32_to_cpu(sign->val[i].keyselect);
sys/dev/netif/oce/oce_hw.h
2075
uint8_t sign[52];
sys/dev/raid/vinum/vinumutil.c
192
int sign = 1; /* -1 if negative */
sys/dev/raid/vinum/vinumutil.c
198
sign = -1;
sys/dev/raid/vinum/vinumutil.c
206
return size * sign;
sys/dev/raid/vinum/vinumutil.c
212
return size * sign * 512;
sys/dev/raid/vinum/vinumutil.c
216
return size * sign * 1024;
sys/dev/raid/vinum/vinumutil.c
220
return size * sign * 1024 * 1024;
sys/dev/raid/vinum/vinumutil.c
224
return size * sign * 1024 * 1024 * 1024;
sys/kern/subr_prf.c
559
int base, tmp, width, ladjust, sharpflag, spaceflag, neg, sign, dot;
sys/kern/subr_prf.c
610
dot = dwidth = ladjust = neg = sharpflag = sign = upper = 0;
sys/kern/subr_prf.c
626
sign = 1;
sys/kern/subr_prf.c
669
sign = 1;
sys/kern/subr_prf.c
735
sign = 0;
sys/kern/subr_prf.c
787
sign = 0;
sys/kern/subr_prf.c
823
if (sign && (intmax_t)num < 0) {
sys/kern/subr_prf.c
835
if (neg || (sign && spaceflag))
sys/kern/subr_prf.c
847
} else if (sign && spaceflag) {
sys/sys/assym.h
46
char name ## sign[((value) < 0 ? 1 : 0) + ASSYM_BIAS]; \
usr.bin/calendar/parsedata.c
568
char sign = *s++;
usr.bin/calendar/parsedata.c
584
*result = (sign == '+') ? offset : -offset;
usr.bin/calendar/parsedata.c
599
char sign = '+';
usr.bin/calendar/parsedata.c
601
sign = *s++;
usr.bin/calendar/parsedata.c
624
*result = (sign == '+') ? v : -v;
usr.bin/dc/inout.c
186
bool sign = false;
usr.bin/dc/inout.c
200
sign = true;
usr.bin/dc/inout.c
222
if (sign)
usr.bin/find/getdate.y
780
int sign;
usr.bin/find/getdate.y
788
sign = c == '-' ? -1 : 1;
usr.bin/find/getdate.y
794
sign = 0;
usr.bin/find/getdate.y
798
if (sign < 0)
usr.bin/find/getdate.y
800
return sign ? tSNUMBER : tUNUMBER;
usr.bin/jot/jot.c
345
int dot, hash, space, sign, numbers = 0;
usr.bin/jot/jot.c
372
dot = hash = space = sign = numbers = 0;
usr.bin/jot/jot.c
377
} else if ((*p == '#' && !(numbers|dot|sign|space|
usr.bin/jot/jot.c
380
((*p == '+' || *p == '-') && !(numbers|dot|sign++))
usr.bin/sort/coll.c
708
read_number(struct bwstring *s0, int *sign, wchar_t *smain, size_t *main_len, wchar_t *sfrac, size_t *frac_len, unsigned char *si)
usr.bin/sort/coll.c
721
*sign = -1;
usr.bin/sort/coll.c
763
*sign = 0;
usr.sbin/uefisign/uefisign.c
238
PKCS7_set0_type_other(pkcs7->d.sign->contents, nid, t);
usr.sbin/uefisign/uefisign.c
421
sign(cert, key, pipefds[0]);
usr.sbin/zic/zic.c
837
int mm, ss, sign;
usr.sbin/zic/zic.c
842
sign = 1;
usr.sbin/zic/zic.c
844
sign = -1;
usr.sbin/zic/zic.c
846
} else sign = 1;
usr.sbin/zic/zic.c
871
return oadd(sign * hh * SECSPERHOUR,
usr.sbin/zic/zic.c
872
sign * (mm * SECSPERMIN + ss));