Symbol: dec
lib/libm/src/e_sqrtl.c
155
xn = dec(xn); /* xn = xn - ulp. */
libexec/ftpd/ftpcmd.y
1154
int ret, dec, multby, digit;
libexec/ftpd/ftpcmd.y
1160
dec = $1.i;
libexec/ftpd/ftpcmd.y
1163
while (dec) {
libexec/ftpd/ftpcmd.y
1164
digit = dec%10;
libexec/ftpd/ftpcmd.y
1171
dec /= 10;
sys/arch/evbppc/nintendo/dev/hwaes.c
238
hwaes_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
sys/arch/evbppc/nintendo/dev/hwaes.c
241
dec->aesd_aes.aes_rk[0] = be32dec(key + 4*0);
sys/arch/evbppc/nintendo/dev/hwaes.c
242
dec->aesd_aes.aes_rk[1] = be32dec(key + 4*1);
sys/arch/evbppc/nintendo/dev/hwaes.c
243
dec->aesd_aes.aes_rk[2] = be32dec(key + 4*2);
sys/arch/evbppc/nintendo/dev/hwaes.c
244
dec->aesd_aes.aes_rk[3] = be32dec(key + 4*3);
sys/arch/evbppc/nintendo/dev/hwaes.c
246
aes_bear_impl.ai_setdeckey(dec, key, nrounds);
sys/arch/evbppc/nintendo/dev/hwaes.c
321
hwaes_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/arch/evbppc/nintendo/dev/hwaes.c
329
aes_bear_impl.ai_dec(dec, in, out, nrounds);
sys/arch/evbppc/nintendo/dev/hwaes.c
339
WR4(sc, AES_KEY, dec->aesd_aes.aes_rk[n]);
sys/arch/evbppc/nintendo/dev/hwaes.c
353
hwaes_decN(const struct aesdec *dec, const uint8_t in[static 16],
sys/arch/evbppc/nintendo/dev/hwaes.c
357
hwaes_dec(dec, &in[n * HWAES_BLOCK_LEN],
sys/arch/evbppc/nintendo/dev/hwaes.c
421
hwaes_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/arch/evbppc/nintendo/dev/hwaes.c
433
aes_bear_impl.ai_cbc_dec(dec, in, out, nbytes, iv, nrounds);
sys/arch/evbppc/nintendo/dev/hwaes.c
451
WR4(sc, AES_KEY, dec->aesd_aes.aes_rk[n]);
sys/arch/evbppc/nintendo/dev/hwaes.c
551
hwaes_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/arch/evbppc/nintendo/dev/hwaes.c
562
aes_bear_impl.ai_xts_dec(dec, in, out, nbytes, tweak, nrounds);
sys/arch/evbppc/nintendo/dev/hwaes.c
583
hwaes_decN(dec, block, block, 1);
sys/crypto/aes/aes_bear.c
123
aesbear_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear.c
130
br_aes_ct_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/aes_bear.c
217
aesbear_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear.c
232
br_aes_ct_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/aes_bear.c
497
aesbear_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear.c
512
br_aes_ct_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/aes_bear.c
79
aesbear_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
sys/crypto/aes/aes_bear.c
86
aesbear_setkey(dec->aesd_aes.aes_rk, key, nrounds);
sys/crypto/aes/aes_bear64.c
127
aesbear64_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear64.c
135
br_aes_ct64_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk64);
sys/crypto/aes/aes_bear64.c
229
aesbear64_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear64.c
246
br_aes_ct64_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk64);
sys/crypto/aes/aes_bear64.c
552
aesbear64_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_bear64.c
569
br_aes_ct64_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk64);
sys/crypto/aes/aes_bear64.c
79
aesbear64_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
sys/crypto/aes/aes_bear64.c
86
aesbear64_setkey(dec->aesd_aes.aes_rk64, key, nrounds);
sys/crypto/aes/aes_impl.c
221
aes_setdeckey(struct aesdec *dec, const uint8_t key[static 16],
sys/crypto/aes/aes_impl.c
226
aes_impl->ai_setdeckey(dec, key, nrounds);
sys/crypto/aes/aes_impl.c
230
aes_setdeckey128(struct aesdec *dec, const uint8_t key[static 16])
sys/crypto/aes/aes_impl.c
234
aes_setdeckey(dec, key, nrounds);
sys/crypto/aes/aes_impl.c
239
aes_setdeckey192(struct aesdec *dec, const uint8_t key[static 24])
sys/crypto/aes/aes_impl.c
243
aes_setdeckey(dec, key, nrounds);
sys/crypto/aes/aes_impl.c
248
aes_setdeckey256(struct aesdec *dec, const uint8_t key[static 32])
sys/crypto/aes/aes_impl.c
252
aes_setdeckey(dec, key, nrounds);
sys/crypto/aes/aes_impl.c
266
aes_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_impl.c
271
aes_impl->ai_dec(dec, in, out, nrounds);
sys/crypto/aes/aes_impl.c
285
aes_cbc_dec(struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_impl.c
291
aes_impl->ai_cbc_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/aes_impl.c
305
aes_xts_dec(struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/aes_impl.c
311
aes_impl->ai_xts_dec(dec, in, out, nbytes, tweak, nrounds);
sys/crypto/aes/aes_impl.c
460
const uint32_t *enc, *dec;
sys/crypto/aes/aes_impl.c
476
if (memcmp(rk, C[i].dec, 4*(C[i].nr + 1)))
sys/crypto/aes/aes_selftest.c
107
struct aesdec dec;
sys/crypto/aes/aes_selftest.c
120
impl->ai_setdeckey(&dec, key, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
125
impl->ai_dec(&dec, out, out, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
210
struct aesdec dec;
sys/crypto/aes/aes_selftest.c
226
impl->ai_setdeckey(&dec, key, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
236
impl->ai_cbc_dec(&dec, out, out, 144, iv, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
253
impl->ai_cbc_dec(&dec, out, out, j, iv,
sys/crypto/aes/aes_selftest.c
255
impl->ai_cbc_dec(&dec, out + j, out + j, 144 - j, iv,
sys/crypto/aes/aes_selftest.c
340
struct aesdec dec;
sys/crypto/aes/aes_selftest.c
364
impl->ai_setdeckey(&dec, key1, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
374
impl->ai_xts_dec(&dec, out, out, 144, iv, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
389
impl->ai_xts_dec(&dec, out, out, 128, iv, aes_nrounds[i]);
sys/crypto/aes/aes_selftest.c
390
impl->ai_xts_dec(&dec, out + 128, out + 128, 16, iv,
sys/crypto/aes/arch/arm/aes_armv8.c
115
aesarmv8_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_armv8.c
120
aesarmv8_dec(dec, in, out, nrounds);
sys/crypto/aes/arch/arm/aes_armv8.c
138
aesarmv8_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_armv8.c
148
aesarmv8_cbc_dec1(dec, in, out, nbytes % 128, iv, nrounds);
sys/crypto/aes/arch/arm/aes_armv8.c
156
aesarmv8_cbc_dec8(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/arm/aes_armv8.c
186
aesarmv8_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_armv8.c
196
aesarmv8_xts_dec1(dec, in, out, nbytes % 128, tweak, nrounds);
sys/crypto/aes/arch/arm/aes_armv8.c
204
aesarmv8_xts_dec8(dec, in, out, nbytes, tweak, nrounds);
sys/crypto/aes/arch/arm/aes_armv8.c
91
aesarmv8_setdeckey_impl(struct aesdec *dec, const uint8_t key[static 16],
sys/crypto/aes/arch/arm/aes_armv8.c
98
aesarmv8_enctodec(&enc, dec, nrounds);
sys/crypto/aes/arch/arm/aes_neon.c
452
aes_neon_setdeckey(struct aesdec *dec, const uint8_t *key, unsigned nrounds)
sys/crypto/aes/arch/arm/aes_neon.c
454
uint32_t *rk32 = dec->aesd_aes.aes_rk;
sys/crypto/aes/arch/arm/aes_neon.c
648
aes_neon_dec1(const struct aesdec *dec, uint8x16_t x, unsigned nrounds)
sys/crypto/aes/arch/arm/aes_neon.c
650
const uint32_t *rk32 = dec->aesd_aes.aes_rk;
sys/crypto/aes/arch/arm/aes_neon.c
687
aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t x, unsigned nrounds)
sys/crypto/aes/arch/arm/aes_neon.c
689
const uint32_t *rk32 = dec->aesd_aes.aes_rk;
sys/crypto/aes/arch/arm/aes_neon_impl.c
109
aes_neon_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_impl.c
117
aes_neon_cbc_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/arm/aes_neon_impl.c
135
aes_neon_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_impl.c
143
aes_neon_xts_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/arm/aes_neon_impl.c
66
aes_neon_setdeckey_impl(struct aesdec *dec, const uint8_t *key,
sys/crypto/aes/arch/arm/aes_neon_impl.c
71
aes_neon_setdeckey(dec, key, nrounds);
sys/crypto/aes/arch/arm/aes_neon_impl.c
86
aes_neon_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_impl.c
91
aes_neon_dec(dec, in, out, nrounds);
sys/crypto/aes/arch/arm/aes_neon_impl.h
61
aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t b2, unsigned nrounds)
sys/crypto/aes/arch/arm/aes_neon_impl.h
65
[0] = aes_neon_dec1(dec, b2.val[0], nrounds),
sys/crypto/aes/arch/arm/aes_neon_impl.h
66
[1] = aes_neon_dec1(dec, b2.val[1], nrounds),
sys/crypto/aes/arch/arm/aes_neon_subr.c
100
aes_neon_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_subr.c
115
b = aes_neon_dec1(dec, cv, nrounds);
sys/crypto/aes/arch/arm/aes_neon_subr.c
129
b2 = aes_neon_dec2(dec, b2, nrounds);
sys/crypto/aes/arch/arm/aes_neon_subr.c
239
aes_neon_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_subr.c
252
b = aes_neon_dec1(dec, b, nrounds);
sys/crypto/aes/arch/arm/aes_neon_subr.c
266
b2 = aes_neon_dec2(dec, b2, nrounds);
sys/crypto/aes/arch/arm/aes_neon_subr.c
71
aes_neon_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/arm/aes_neon_subr.c
77
block = aes_neon_dec1(dec, block, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
113
aesni_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ni.c
118
aesni_dec(dec, in, out, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
136
aesni_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ni.c
146
aesni_cbc_dec1(dec, in, out, nbytes % 128, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
154
aesni_cbc_dec8(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
184
aesni_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ni.c
194
aesni_xts_dec1(dec, in, out, nbytes % 128, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
202
aesni_xts_dec8(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ni.c
89
aesni_setdeckey_impl(struct aesdec *dec, const uint8_t key[static 16],
sys/crypto/aes/arch/x86/aes_ni.c
96
aesni_enctodec(&enc, dec, nrounds);
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
110
aes_sse2_4x32_cbc_dec_impl(const struct aesdec *dec,
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
118
aes_sse2_4x32_cbc_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
136
aes_sse2_4x32_xts_dec_impl(const struct aesdec *dec,
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
144
aes_sse2_4x32_xts_dec(dec, in, out, nbytes, tweak, nrounds);
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
63
aes_sse2_4x32_setdeckey_impl(struct aesdec *dec, const uint8_t *key,
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
72
aes_sse2_4x32_setkey(dec->aesd_aes.aes_rk, key, nrounds);
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
87
aes_sse2_4x32_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.c
92
aes_sse2_4x32_dec(dec, in, out, nrounds);
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
119
aes_sse2_4x32_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
126
aes_sse2_4x32_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
199
aes_sse2_4x32_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
211
aes_sse2_4x32_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
465
aes_sse2_4x32_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
478
aes_sse2_4x32_skey_expand(sk_exp, nrounds, dec->aesd_aes.aes_rk);
sys/crypto/aes/arch/x86/aes_ssse3.c
395
aes_ssse3_setdeckey(struct aesdec *dec, const uint8_t *key, unsigned nrounds)
sys/crypto/aes/arch/x86/aes_ssse3.c
397
uint32_t *rk32 = dec->aesd_aes.aes_rk;
sys/crypto/aes/arch/x86/aes_ssse3.c
523
aes_ssse3_dec1(const struct aesdec *dec, __m128i x, unsigned nrounds)
sys/crypto/aes/arch/x86/aes_ssse3.c
525
const uint32_t *rk32 = dec->aesd_aes.aes_rk;
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
101
aes_ssse3_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
109
aes_ssse3_cbc_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
127
aes_ssse3_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
135
aes_ssse3_xts_dec(dec, in, out, nbytes, iv, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
58
aes_ssse3_setdeckey_impl(struct aesdec *dec, const uint8_t *key,
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
63
aes_ssse3_setdeckey(dec, key, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
78
aes_ssse3_dec_impl(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ssse3_impl.c
83
aes_ssse3_dec(dec, in, out, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
111
b = aes_ssse3_dec1(dec, cv, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
192
aes_ssse3_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
204
b = aes_ssse3_dec1(dec, b, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
68
aes_ssse3_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
74
block = aes_ssse3_dec1(dec, block, nrounds);
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
97
aes_ssse3_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
138
aesvia_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
sys/crypto/aes/arch/x86/aes_via.c
144
dec->aesd_aes.aes_rk[0] = le32dec(key + 4*0);
sys/crypto/aes/arch/x86/aes_via.c
145
dec->aesd_aes.aes_rk[1] = le32dec(key + 4*1);
sys/crypto/aes/arch/x86/aes_via.c
146
dec->aesd_aes.aes_rk[2] = le32dec(key + 4*2);
sys/crypto/aes/arch/x86/aes_via.c
147
dec->aesd_aes.aes_rk[3] = le32dec(key + 4*3);
sys/crypto/aes/arch/x86/aes_via.c
158
aes_keysched_dec(dec->aesd_aes.aes_rk, key, key_len);
sys/crypto/aes/arch/x86/aes_via.c
183
aesvia_decN(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
193
KASSERT(((uintptr_t)dec & 0xf) == 0);
sys/crypto/aes/arch/x86/aes_via.c
199
: "b"(dec), "d"(cw)
sys/crypto/aes/arch/x86/aes_via.c
252
aesvia_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
262
aesvia_decN(dec, in, out, 1, cw0);
sys/crypto/aes/arch/x86/aes_via.c
276
aesvia_decN(dec, inbuf, outbuf, 1, cw0);
sys/crypto/aes/arch/x86/aes_via.c
315
aesvia_cbc_decN(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
326
KASSERT(((uintptr_t)dec & 0xf) == 0);
sys/crypto/aes/arch/x86/aes_via.c
341
: "a"(iv), "b"(dec), "d"(cw)
sys/crypto/aes/arch/x86/aes_via.c
408
aesvia_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
422
aesvia_cbc_decN(dec, in, out, nbytes/16, iv, cw0);
sys/crypto/aes/arch/x86/aes_via.c
434
aesvia_decN(dec, cv, tmp, 1, cw0);
sys/crypto/aes/arch/x86/aes_via.c
599
aesvia_xts_dec(const struct aesdec *dec, const uint8_t in[static 16],
sys/crypto/aes/arch/x86/aes_via.c
638
aesvia_decN(dec, out, out, 1, cw0);
sys/crypto/aes/arch/x86/aes_via.c
652
aesvia_decN(dec, out, out, 8, cw0);
sys/crypto/aes/arch/x86/aes_via.c
660
aesvia_decN(dec, (const void *)buf, out, 1, cw0);
sys/crypto/aes/arch/x86/aes_via.c
671
aesvia_decN(dec, buf, buf, 1, cw0);
sys/dev/pci/if_iwn.c
4172
#define dec(val, dec, min) \
sys/dev/pci/if_iwn.c
4174
if ((val) > (min) + (dec)) \
sys/dev/pci/if_iwn.c
4175
(val) -= (dec); \
sys/dev/pci/if_iwn.c
4212
dec(calib->ofdm_x1, 1, limits->min_ofdm_x1);
sys/dev/pci/if_iwn.c
4213
dec(calib->ofdm_mrc_x1, 1, limits->min_ofdm_mrc_x1);
sys/dev/pci/if_iwn.c
4214
dec(calib->ofdm_x4, 1, limits->min_ofdm_x4);
sys/dev/pci/if_iwn.c
4215
dec(calib->ofdm_mrc_x4, 1, limits->min_ofdm_mrc_x4);
sys/dev/pci/if_iwn.c
4265
dec(calib->energy_cck, 2, energy_min);
sys/dev/pci/if_iwn.c
4285
dec(calib->cck_x4, 3, limits->min_cck_x4);
sys/dev/pci/if_iwn.c
4286
dec(calib->cck_mrc_x4, 3, limits->min_cck_mrc_x4);
sys/dev/pci/if_iwn.c
4296
dec(calib->energy_cck, 8, energy_min);
sys/dev/sbus/mgx.c
220
mgx_set_dec(struct mgx_softc *sc, uint32_t dec)
sys/dev/sbus/mgx.c
222
if (dec == sc->sc_r_dec) return;
sys/dev/sbus/mgx.c
223
sc->sc_r_dec = dec;
sys/dev/sbus/mgx.c
225
mgx_write_4(sc, ATR_DEC, dec);
sys/dev/sbus/mgx.c
652
uint32_t dec = sc->sc_dec;
sys/dev/sbus/mgx.c
654
dec |= (DEC_COMMAND_BLT << DEC_COMMAND_SHIFT) |
sys/dev/sbus/mgx.c
659
dec |= DEC_DIR_X_REVERSE;
sys/dev/sbus/mgx.c
664
dec |= DEC_DIR_Y_REVERSE;
sys/dev/sbus/mgx.c
666
mgx_set_dec(sc, dec);
sys/dev/sbus/mgx.c
679
uint32_t dec = sc->sc_dec;
sys/dev/sbus/mgx.c
686
dec = sc->sc_dec;
sys/dev/sbus/mgx.c
687
dec |= (DEC_COMMAND_RECT << DEC_COMMAND_SHIFT) |
sys/dev/sbus/mgx.c
689
mgx_set_dec(sc, dec);
sys/net/if_ieee1394subr.c
593
int dec;
sys/net/if_ieee1394subr.c
595
dec = (ifp->if_timer > 0) ? ifp->if_timer : 1;
sys/net/if_ieee1394subr.c
600
if (rp->rp_ttl >= dec)
sys/net/if_ieee1394subr.c
601
rp->rp_ttl -= dec;
sys/opencrypto/cryptosoft_xform.c
606
struct aesdec dec;
sys/opencrypto/cryptosoft_xform.c
623
aes_dec(&ctx->dec, blk, blk, ctx->nr);
sys/opencrypto/cryptosoft_xform.c
640
aes_setdeckey128(&ctx->dec, key);
sys/opencrypto/cryptosoft_xform.c
645
aes_setdeckey192(&ctx->dec, key);
sys/opencrypto/cryptosoft_xform.c
650
aes_setdeckey256(&ctx->dec, key);
sys/sys/endian.h
217
endian ## bits ## dec(const void *_buf) \
tools/compat/compat_defs.h
1213
endian ## bits ## dec(const void *buf) \
usr.bin/mail/mime_codecs.c
666
mime_codec_t dec;
usr.bin/mail/mime_codecs.c
702
return tep->dec;
usr.bin/mail/mime_decode.c
1001
dispmode = cmd || mip->mi_command_hook ? DM_DISPLAY : get_display_mode(mip, dec);
usr.bin/mail/mime_decode.c
1003
if (dec == NULL) /* make sure we have a usable decoder */
usr.bin/mail/mime_decode.c
1004
dec = mime_fio_decoder(MIME_TRANSFER_7BIT);
usr.bin/mail/mime_decode.c
1014
run_decoder(mip, dec);
usr.bin/mail/mime_decode.c
856
get_display_mode(struct mime_info *mip, mime_codec_t dec)
usr.bin/mail/mime_decode.c
944
if (mip->mi_encoding && dec == NULL)
usr.bin/mail/mime_decode.c
976
mime_codec_t dec;
usr.bin/mail/mime_decode.c
995
dec = mime_fio_decoder(mip->mi_encoding);
usr.bin/mail/mime_detach.c
253
mime_codec_t dec;
usr.bin/mail/mime_detach.c
259
if ((dec = mime_fio_decoder(mip->mi_encoding)) == NULL &&
usr.bin/mail/mime_detach.c
260
(dec = mime_fio_decoder(MIME_TRANSFER_7BIT)) == NULL)
usr.bin/mail/mime_detach.c
273
mime_run_function(dec, pipe_end(mip), NULL);
usr.bin/mail/mime_detach.c
275
run_decoder(mip, dec);
usr.bin/rpcgen/rpc_cout.c
622
print_stat(int indent, declaration *dec)
usr.bin/rpcgen/rpc_cout.c
624
const char *prefix = dec->prefix;
usr.bin/rpcgen/rpc_cout.c
625
const char *type = dec->type;
usr.bin/rpcgen/rpc_cout.c
626
const char *amax = dec->array_max;
usr.bin/rpcgen/rpc_cout.c
627
relation rel = dec->rel;
usr.bin/rpcgen/rpc_cout.c
631
s_print(name, "objp->%s", dec->name);
usr.bin/rpcgen/rpc_cout.c
633
s_print(name, "&objp->%s", dec->name);
usr.bin/rpcgen/rpc_cout.c
635
print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
usr.bin/rpcgen/rpc_hout.c
470
pdeclaration(const char *name, declaration *dec, int tab,
usr.bin/rpcgen/rpc_hout.c
477
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
481
if (streq(dec->type, name) && !dec->prefix) {
usr.bin/rpcgen/rpc_hout.c
484
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_hout.c
485
f_print(fout, "char *%s", dec->name);
usr.bin/rpcgen/rpc_hout.c
488
if (streq(dec->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
491
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
494
if (dec->prefix) {
usr.bin/rpcgen/rpc_hout.c
495
s_print(buf, "%s ", dec->prefix);
usr.bin/rpcgen/rpc_hout.c
498
type = dec->type;
usr.bin/rpcgen/rpc_hout.c
500
switch (dec->rel) {
usr.bin/rpcgen/rpc_hout.c
502
f_print(fout, "%s%s %s", prefix, type, dec->name);
usr.bin/rpcgen/rpc_hout.c
505
f_print(fout, "%s%s %s[%s]", prefix, type, dec->name,
usr.bin/rpcgen/rpc_hout.c
506
dec->array_max);
usr.bin/rpcgen/rpc_hout.c
509
f_print(fout, "%s%s *%s", prefix, type, dec->name);
usr.bin/rpcgen/rpc_hout.c
514
f_print(fout, "\tunsigned int %s_len;\n", dec->name);
usr.bin/rpcgen/rpc_hout.c
516
f_print(fout, "\t%s%s *%s_val;\n", prefix, type, dec->name);
usr.bin/rpcgen/rpc_hout.c
518
f_print(fout, "} %s", dec->name);
usr.bin/rpcgen/rpc_parse.c
123
declaration dec;
usr.bin/rpcgen/rpc_parse.c
134
get_declaration(&dec, DEF_STRUCT);
usr.bin/rpcgen/rpc_parse.c
136
decls->decl = dec;
usr.bin/rpcgen/rpc_parse.c
150
declaration dec;
usr.bin/rpcgen/rpc_parse.c
189
get_prog_declaration(&dec, DEF_PROGRAM, num_args);
usr.bin/rpcgen/rpc_parse.c
190
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
194
decls->decl = dec;
usr.bin/rpcgen/rpc_parse.c
199
get_prog_declaration(&dec, DEF_STRUCT,
usr.bin/rpcgen/rpc_parse.c
202
decls->decl = dec;
usr.bin/rpcgen/rpc_parse.c
204
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
296
declaration dec;
usr.bin/rpcgen/rpc_parse.c
305
get_declaration(&dec, DEF_UNION);
usr.bin/rpcgen/rpc_parse.c
306
defp->def.un.enum_decl = dec;
usr.bin/rpcgen/rpc_parse.c
331
get_declaration(&dec, DEF_UNION);
usr.bin/rpcgen/rpc_parse.c
332
cases->case_decl = dec;
usr.bin/rpcgen/rpc_parse.c
343
get_declaration(&dec, DEF_UNION);
usr.bin/rpcgen/rpc_parse.c
345
*defp->def.un.default_decl = dec;
usr.bin/rpcgen/rpc_parse.c
398
declaration dec;
usr.bin/rpcgen/rpc_parse.c
401
get_declaration(&dec, DEF_TYPEDEF);
usr.bin/rpcgen/rpc_parse.c
402
defp->def_name = dec.name;
usr.bin/rpcgen/rpc_parse.c
403
check_type_name(dec.name, 1);
usr.bin/rpcgen/rpc_parse.c
404
defp->def.ty.old_prefix = dec.prefix;
usr.bin/rpcgen/rpc_parse.c
405
defp->def.ty.old_type = dec.type;
usr.bin/rpcgen/rpc_parse.c
406
defp->def.ty.rel = dec.rel;
usr.bin/rpcgen/rpc_parse.c
407
defp->def.ty.array_max = dec.array_max;
usr.bin/rpcgen/rpc_parse.c
411
get_declaration(declaration *dec, defkind dkind)
usr.bin/rpcgen/rpc_parse.c
415
get_type(&dec->prefix, &dec->type, dkind);
usr.bin/rpcgen/rpc_parse.c
416
dec->rel = REL_ALIAS;
usr.bin/rpcgen/rpc_parse.c
417
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
420
check_type_name(dec->type, 0);
usr.bin/rpcgen/rpc_parse.c
424
dec->rel = REL_POINTER;
usr.bin/rpcgen/rpc_parse.c
427
dec->name = tok.str;
usr.bin/rpcgen/rpc_parse.c
429
if (dec->rel == REL_POINTER) {
usr.bin/rpcgen/rpc_parse.c
432
dec->rel = REL_VECTOR;
usr.bin/rpcgen/rpc_parse.c
434
dec->array_max = tok.str;
usr.bin/rpcgen/rpc_parse.c
438
if (dec->rel == REL_POINTER) {
usr.bin/rpcgen/rpc_parse.c
441
dec->rel = REL_ARRAY;
usr.bin/rpcgen/rpc_parse.c
443
dec->array_max = "(unsigned int)~0";
usr.bin/rpcgen/rpc_parse.c
447
dec->array_max = tok.str;
usr.bin/rpcgen/rpc_parse.c
451
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
452
if (dec->rel != REL_ARRAY && dec->rel != REL_VECTOR) {
usr.bin/rpcgen/rpc_parse.c
456
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
457
if (dec->rel != REL_ARRAY) {
usr.bin/rpcgen/rpc_parse.c
464
get_prog_declaration(declaration *dec, defkind dkind, int num /* arg number */)
usr.bin/rpcgen/rpc_parse.c
472
dec->rel = REL_ALIAS;
usr.bin/rpcgen/rpc_parse.c
473
dec->type = "void";
usr.bin/rpcgen/rpc_parse.c
474
dec->prefix = NULL;
usr.bin/rpcgen/rpc_parse.c
475
dec->name = NULL;
usr.bin/rpcgen/rpc_parse.c
479
get_type(&dec->prefix, &dec->type, dkind);
usr.bin/rpcgen/rpc_parse.c
480
dec->rel = REL_ALIAS;
usr.bin/rpcgen/rpc_parse.c
487
dec->name = strdup(name);
usr.bin/rpcgen/rpc_parse.c
489
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
492
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
496
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
499
dec->rel = REL_POINTER;
usr.bin/rpcgen/rpc_parse.c
501
dec->name = strdup(tok.str);
usr.bin/rpcgen/rpc_parse.c
504
if (!streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
507
dec->rel = REL_ARRAY;
usr.bin/rpcgen/rpc_parse.c
509
dec->array_max = "(unsigned int)~0";
usr.bin/rpcgen/rpc_parse.c
513
dec->array_max = tok.str;
usr.bin/rpcgen/rpc_parse.c
517
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
518
if (dec->rel != REL_ARRAY) { /* .x specifies just string as
usr.bin/rpcgen/rpc_parse.c
521
dec->rel = REL_ARRAY;
usr.bin/rpcgen/rpc_parse.c
522
dec->array_max = "(unsigned int)~0";