Searched refs:dec (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-11-stable/contrib/ntp/libntp/
H A Ddolfptoa.c22 int dec; local
43 for (dec = (int)(cp - cbuf); dec > 0 && fpi != 0; dec--) {
57 dec = ndec;
58 if (dec < 0)
59 dec = 0;
61 dec += 3;
64 if ((size_t)dec > sizeof(cbuf) - (cpend - cbuf))
65 dec
[all...]
H A Ddofptoa.c22 register short dec; local
66 dec = (short)(ndec + 3);
67 if (dec < 3)
68 dec = 3;
71 dec = ndec;
75 if (dec > 6)
76 dec = 6;
78 if (dec > 0) {
83 } while (--dec > 0);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Duniuni.cpp1984 unicode_decompose *dec = new unicode_decompose[1]; local
1985 dec->value = (char *)unicode_decompose_list[i].value;
1986 unicode_decompose_table.define(unicode_decompose_list[i].key, dec);
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.c115 declaration dec; local
126 get_declaration(&dec, DEF_STRUCT);
128 decls->decl = dec;
142 declaration dec; local
183 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
184 if (streq(dec.type, "void"))
188 decls->decl = dec;
193 get_prog_declaration(&dec, DEF_STRUCT,
196 decls->decl = dec;
198 if (streq(dec
290 declaration dec; local
405 declaration dec; local
418 get_declaration(declaration *dec, defkind dkind) argument
469 get_prog_declaration(declaration *dec, defkind dkind, int num) argument
[all...]
H A Drpc_hout.c452 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) argument
458 if (streq(dec->type, "void")) {
462 if (streq(dec->type, name) && !dec->prefix) {
465 if (streq(dec->type, "string")) {
466 f_print(fout, "char *%s", dec->name);
469 if (streq(dec->type, "bool")) {
471 } else if (streq(dec->type, "opaque")) {
474 if (dec->prefix) {
475 s_print(buf, "%s ", dec
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c199 enum { dec, hex, str } flavor = hex; enumerator in enum:__anon1488
207 TAG (AT_EXECFD, "File descriptor of program", dec);
209 TAG (AT_PHENT, "Size of program header entry", dec);
210 TAG (AT_PHNUM, "Number of program headers", dec);
211 TAG (AT_PAGESZ, "System page size", dec);
215 TAG (AT_NOTELF, "Program is not ELF", dec);
216 TAG (AT_UID, "Real user ID", dec);
217 TAG (AT_EUID, "Effective user ID", dec);
218 TAG (AT_GID, "Real group ID", dec);
219 TAG (AT_EGID, "Effective group ID", dec);
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dios_locale.cc47 _M_flags = skipws | dec;
/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.c471 struct fsm_decode dec; local
492 dec.ackend = dec.ack;
493 dec.nakend = dec.nak;
494 dec.rejend = dec.rej;
496 (*fp->fn->DecodeConfig)(fp, cp, cp + flen, MODE_REQ, &dec);
500 if (dec.nakend == dec
614 struct fsm_decode dec; local
677 struct fsm_decode dec; local
807 struct fsm_decode dec; local
1182 fsm_rej(struct fsm_decode *dec, const struct fsm_opt *o) argument
1190 fsm_ack(struct fsm_decode *dec, const struct fsm_opt *o) argument
1198 fsm_nak(struct fsm_decode *dec, const struct fsm_opt *o) argument
1206 fsm_opt_normalise(struct fsm_decode *dec) argument
[all...]
H A Dlcp.c623 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) argument
633 fsm_nak(dec, &nak);
643 fsm_nak(dec, &nak);
648 fsm_nak(dec, &nak);
651 fsm_nak(dec, &nak);
662 struct fsm_decode *dec)
705 fsm_nak(dec, &nak);
712 fsm_nak(dec, &nak);
715 fsm_ack(dec, opt);
719 fsm_rej(dec, op
661 LcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
H A Dipcp.c980 ipcp_ValidateReq(struct ipcp *ipcp, struct in_addr ip, struct fsm_decode *dec) argument
1014 *dec->rejend++ = TY_IPADDR;
1015 *dec->rejend++ = 6;
1016 memcpy(dec->rejend, &ip.s_addr, 4);
1017 dec->rejend += 4;
1019 *dec->nakend++ = TY_IPADDR;
1020 *dec->nakend++ = 6;
1021 memcpy(dec->nakend, &ipcp->peer_ip.s_addr, 4);
1022 dec->nakend += 4;
1032 *dec
1056 IpcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
/freebsd-11-stable/usr.bin/calendar/
H A Dsunpos.c195 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \
197 y, m, d, hh, mm, pdec, dec)
198 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \
200 y, m, d, hh, mm, pdec, dec, pang, ang)
216 double dec, prevdec, L; local
228 * It happens when the returned value "dec" goes from
267 * It happens when the returned value "dec" goes from
307 * It happens when the returned value "dec" peaks
316 0.0, 0.0, &L, &dec);
317 angle = ANGLE(prevdec, dec);
372 double dec; local
[all...]
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_pr.h666 CK_PR_UNARY_S(dec, sub, char, char)
671 CK_PR_UNARY_Z_S(dec, char, char, -, 1)
673 CK_PR_UNARY_Z_STUB(dec, char, char)
694 CK_PR_UNARY_S(dec, sub, int, int)
699 CK_PR_UNARY_Z_S(dec, int, int, -, 1)
701 CK_PR_UNARY_Z_STUB(dec, int, int)
716 CK_PR_UNARY_S(dec, sub, double, double)
737 CK_PR_UNARY_S(dec, sub, uint, unsigned int)
742 CK_PR_UNARY_Z_S(dec, uint, unsigned int, -, 1)
744 CK_PR_UNARY_Z_STUB(dec, uin
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h51 using std::dec;
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/scalars/
H A DMakefile14 err.D_OP_INCOMPAT.dec.err.d \
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl51 &dec($num) if ($i != 7-1);
H A Dadd.pl65 &dec($num) if ($i != 6);
H A Dmul.pl68 &dec($num) if ($i != 7-1);
H A Dmul_add.pl74 &dec("ecx") if ($i != 7-1);
/freebsd-11-stable/usr.bin/m4/
H A Dtokenizer.l43 dec [1-9][0-9]*
50 {hex}|{oct}|{dec} { yylval = number(); return(NUMBER); }
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py428 dec = c.decrypt(ct, iv)
430 print 'dec:', dec.encode('hex')
433 assert pt == dec
449 dec = c.decrypt(ct, iv)
451 print 'dec:', dec.encode('hex')
454 assert pt == dec
469 dec = c.decrypt(ct, iv)
471 print 'dec
[all...]
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S81 dec %si # Set %ds:%si to point at the
103 dec %bx
113 dec %si
114 dec %di
123 seta20.1: dec %cx # Timeout?
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_gnutls.c398 gcry_cipher_hd_t dec; member in struct:crypto_cipher
420 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
430 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
435 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
440 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
448 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
461 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
463 gcry_cipher_close(ctx->dec);
470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
472 gcry_cipher_close(ctx->dec);
[all...]
/freebsd-11-stable/lib/msun/src/
H A De_sqrtl.c54 dec(long double x) function
146 xn = dec(xn); /* xn = xn - ulp. */
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp207 dec(integral_constant<int,Is_Forward_Iterator>());
222 { dec(true_type()); }
254 dec(false_type) function in class:pb_ds::detail::bin_search_tree_const_it_
258 dec(true_type) function in class:pb_ds::detail::bin_search_tree_const_it_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpoint_iterators.hpp226 dec(integral_constant<int,Is_Forward_Iterator>());
241 { dec(true_type()); }
269 dec(false_type) function in class:pb_ds::detail::pat_trie_const_it_
273 dec(true_type) function in class:pb_ds::detail::pat_trie_const_it_

Completed in 149 milliseconds

1234567