Searched refs:dec (Results 126 - 150 of 195) sorted by relevance

12345678

/freebsd-current/libexec/ftpd/
H A Dftpcmd.y980 int ret, dec, multby, digit;
986 dec = $1.i;
989 while (dec) {
990 digit = dec%10;
997 dec /= 10;
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl330 &dec ("%ebp");
421 dec %rbp
544 &dec ($counter);
591 dec $len
718 &dec ($counter);
1037 dec %eax
1337 dec $len
1551 dec %eax
1792 dec $len
2061 dec
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl323 dec $j # doesn't affect CF!
753 dec $j # doesn't affect CF!
792 dec $j
1197 dec $bptr # of=0, pass cf
1305 dec $bptr # of=0, pass cf
1344 dec $num # preserves %cf
H A Drsaz-avx2.pl417 dec $i
663 dec $i
796 dec $rep
1317 dec $i
1597 dec %eax
1732 dec $power
H A Dx86_64-mont5.pl424 dec $j # doesn't affect CF!
1035 dec %r12 # so that after 'not' we get -n[0]
1881 dec %ecx
1973 dec %ecx
2062 dec %r12 # so that after 'not' we get -n[0]
2415 dec $bptr # of=0, pass cf
2545 dec $bptr # of=0, pass cf
2575 dec %r12 # so that after 'not' we get -n[0]
3400 dec %r12 # so that after 'not' we get -n[0]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl194 dec $TX[1]
446 dec $len
H A Drc4-586.pl302 &dec (&LB($xx));
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl272 dec %eax
356 dec %eax
H A Dsha1-mb-x86_64.pl495 dec $num
501 dec $num
744 dec $num
767 dec $num
1157 dec $num
1163 dec $num
1329 dec $num
1335 #dec $num
/freebsd-current/lib/libc/amd64/string/
H A Dstrcspn.S108 4: dec %rdi
389 4: dec %rdi
H A Dstrspn.S104 4: dec %rdi
351 4: dec %rdi
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dlinear_congruential_engine.h301 __os.flags(_Ostream::dec | _Ostream::left);
311 __is.flags(_Istream::dec | _Istream::skipws);
H A Dpiecewise_linear_distribution.h264 __os.flags(_OStream::dec | _OStream::left | _OStream::fixed | _OStream::scientific);
289 __is.flags(_Istream::dec | _Istream::skipws);
H A Dsubtract_with_carry_engine.h242 __os.flags(_Ostream::dec | _Ostream::left);
259 __is.flags(_Istream::dec | _Istream::skipws);
/freebsd-current/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S233 dec ebx
/freebsd-current/stand/i386/libi386/
H A Drelocater_tramp.S149 dec %al
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h76 void dec() { function in class:llvm::parallel::detail::Latch
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c126 const struct pt_packet *dec)
132 ptu_ptr(dec);
135 rdec = (const uint8_t *) dec;
125 ptu_pkt_eq(const struct pt_packet *enc, const struct pt_packet *dec) argument
/freebsd-current/sys/tests/fib_lookup/
H A Dfib_lookup.c604 dec_prefix6(struct in6_addr *addr, int dec) argument
608 bool ret = safe_dec(&v, dec);
612 dec = 1;
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c703 EVP_CIPHER_CTX *dec; member in struct:crypto_cipher
775 if (!(ctx->dec = EVP_CIPHER_CTX_new()) ||
776 !EVP_DecryptInit_ex(ctx->dec, cipher, NULL, NULL, NULL) ||
777 !EVP_CIPHER_CTX_set_padding(ctx->dec, 0) ||
778 !EVP_CIPHER_CTX_set_key_length(ctx->dec, key_len) ||
779 !EVP_DecryptInit_ex(ctx->dec, NULL, NULL, key, iv)) {
781 if (ctx->dec)
782 EVP_CIPHER_CTX_free(ctx->dec);
806 if (!EVP_DecryptUpdate(ctx->dec, plain, &outl, crypt, len))
815 EVP_CIPHER_CTX_free(ctx->dec);
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl340 dec $num
358 dec $num
622 dec $num
630 dec $num
929 dec $num
936 #dec $num
1259 dec $num
1266 #dec $num
H A Dvpaes-x86_64.pl346 dec %rsi
382 dec %rsi
410 dec %rsi
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl679 &dec ("ecx");
1140 &dec ("ebp");
1192 &dec ("ebp");
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S266 dec %ax # Switch to
571 dec %al # protected
615 popfl # string ops dec
/freebsd-current/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h260 CK_PR_GENERATE(dec)

Completed in 412 milliseconds

12345678