Searched refs:dec (Results 26 - 50 of 159) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dsub.pl65 &dec($num) if ($i != 6);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h31 #define DECIMAL std::dec << std::setfill(' ')
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c91 struct doall_enc_ciphers *dec = (struct doall_enc_ciphers *)arg; local
104 BIO_printf(dec->bio, "-%-25s", name->name);
105 if (++dec->n == 3) {
106 BIO_printf(dec->bio, "\n");
107 dec->n = 0;
109 BIO_printf(dec->bio, " ");
145 struct doall_enc_ciphers dec; local
327 dec.n = 0;
328 dec.bio = bio_err;
330 show_ciphers, &dec);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl197 &dec("ecx") if ($i != 7-1);
312 &dec($num) if ($i != 7-1);
401 &dec($num) if ($i != 7-1);
484 &dec($num) if ($i != 6);
556 &dec($num) if ($i != 6);
632 &dec($num) if ($i != 6);
690 &dec($num) if ($i != 6);
732 &dec($num) if ($i != 6);
761 &dec($num) if ($i != 6);
/freebsd-11-stable/sys/i386/xbox/
H A Dpic16l.s89 dec %ecx
176 dec %ecx
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_cout.c620 print_stat(int indent, declaration *dec) argument
622 const char *prefix = dec->prefix;
623 const char *type = dec->type;
624 const char *amax = dec->array_max;
625 relation rel = dec->rel;
629 s_print(name, "objp->%s", dec->name);
631 s_print(name, "&objp->%s", dec->name);
633 print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
H A Drpc_util.h195 void pdeclaration(const char *name, declaration *dec, int tab, const char *separator);
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.c663 struct fsm_decode *dec)
678 fsm_ack(dec, &opt);
680 fsm_nak(dec, &opt);
685 struct fsm_decode *dec)
712 ipv6cp_ValidateInterfaceID(ipv6cp, ifid, dec);
764 fsm_rej(dec, opt);
772 if (dec->rejend == dec->rej && dec->nakend == dec
662 ipv6cp_ValidateInterfaceID(struct ipv6cp *ipv6cp, u_char *ifid, struct fsm_decode *dec) argument
684 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
H A Dccp.c569 struct fsm_decode *dec)
599 fsm_rej(dec, opt);
612 fsm_rej(dec, &ccp->in.opt);
615 fsm_nak(dec, &ccp->in.opt);
618 fsm_ack(dec, &ccp->in.opt);
624 fsm_rej(dec, opt);
665 fsm_opt_normalise(dec);
666 if (dec->rejend != dec->rej || dec
568 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpr.h142 tree dec = (DEC); \
143 if (host_integerp (dec, 0)) \
144 (TO).constant -= tree_low_cst (dec, 0); \
147 fold_convert (ssizetype, dec)); \
150 fold_convert (ssizetype, dec)); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S105 dec %g2
114 ! dec %g2
141 dec %o2
156 dec %o4
322 dec %o2
H A Dmodsi3.S105 dec %g2
114 ! dec %g2
141 dec %o2
156 dec %o4
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp125 const struct ModRMDecision *dec; local
129 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
132 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
135 dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
138 dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
141 dec = &XOP8_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
144 dec = &XOP9_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
147 dec = &XOPA_MAP_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
150 dec =
155 switch (dec
[all...]
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.am7 debug-output-lfp-dec \
61 data/debug-input-lfp-dec \
80 data/debug-output-lfp-dec \
/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h213 CK_PR_UNARY(dec, ptr, void, void *, "sub %0, %0, #1", "", "")
216 CK_PR_UNARY(dec, 64, uint64_t, uint64_t, "sub %0, %0, #1", "", "")
221 CK_PR_UNARY(dec, S, T, T, "sub %w0, %w0, #1", W, "w") \
H A Dck_pr_lse.h181 CK_PR_UNARY(dec, ptr, void, void *, "mov x0, -1", "", "x", "add")
184 CK_PR_UNARY(dec, 64, uint64_t, uint64_t, "mov x0, -1", "", "x", "add")
189 CK_PR_UNARY(dec, S, T, T, "mov w0, -1", W, "w", "add") \
/freebsd-11-stable/lib/libc/amd64/string/
H A Dstpcpy.S43 dec %rax
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S82 dec %cx # Do two
126 dec %si # Set %ds:%si to point at the
148 dec %bx
160 seta20.1: dec %cx # Timeout?
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp154 L.dec();
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h128 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base
144 __f._M_base == 10 ? ios_base::dec :
155 __f._M_base == 10 ? ios_base::dec :
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c215 size_t dec[] = { 0, 3, 2, 3, 0, 0, 0, 0 }; local
292 ref -= dec[op - ref];
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h237 CK_PR_UNARY(dec, ptr, void, void *, "addic %0, %0, -1", "w")
243 CK_PR_UNARY(dec, S, T, T, "addic %0, %0, -1", W) \
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess289 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
301 echo alpha-dec-winnt3.5
442 echo mips-dec-mach_bsd4.3
445 echo mips-dec-ultrix${UNAME_RELEASE}
448 echo vax-dec-ultrix${UNAME_RELEASE}
1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1323 echo pdp10-dec-tops20
1343 A*) echo alpha-dec-vms ; exit ;;
1344 I*) echo ia64-dec-vms ; exit ;;
1345 V*) echo vax-dec
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess271 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
280 echo alpha-dec-winnt3.5
402 echo mips-dec-mach_bsd4.3
405 echo mips-dec-ultrix${UNAME_RELEASE}
408 echo vax-dec-ultrix${UNAME_RELEASE}
952 echo ${UNAME_MACHINE}-dec-linux-gnu
1284 echo pdp10-dec-tops20
1304 A*) echo alpha-dec-vms ; exit ;;
1305 I*) echo ia64-dec-vms ; exit ;;
1306 V*) echo vax-dec
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess289 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
301 echo alpha-dec-winnt3.5
442 echo mips-dec-mach_bsd4.3
445 echo mips-dec-ultrix${UNAME_RELEASE}
448 echo vax-dec-ultrix${UNAME_RELEASE}
1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1323 echo pdp10-dec-tops20
1343 A*) echo alpha-dec-vms ; exit ;;
1344 I*) echo ia64-dec-vms ; exit ;;
1345 V*) echo vax-dec
[all...]

Completed in 319 milliseconds

1234567