Home
last modified time | relevance | path

Searched refs:last2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c182 } last2; in aes_encrypt() local
214 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
238 last2.cn[i] = 0; in aes_encrypt()
240 last2.cn_1, true); in aes_encrypt()
241 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
242 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
253 } last2; in aes_decrypt() local
281 m_copyback(inout, off, blocklen, last2.cn); in aes_decrypt()
303 t = last2.cn[i]; in aes_decrypt()
304 last2.cn[i] ^= last2.cn_1[i]; in aes_decrypt()
[all …]
/freebsd/tools/tools/find-sb/
H A Dfind-sb.c31 off_t end, last1, last2; in main() local
73 last1 = last2 = -1; in main()
116 if (last2 >= 0) { in main()
118 fsbegin / DEV_BSIZE - last2); in main()
120 last2 = fsbegin / DEV_BSIZE; in main()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm182 transform(I1 first1, S1 last1, I2 first2, S2 last2, O result,
759 merge(I1 first1, S1 last1, I2 first2, S2 last2, O result,
1193 ForwardIterator2 first2, ForwardIterator2 last2);
1203 ForwardIterator2 first2, ForwardIterator2 last2);
1233 InputIterator2 first2, InputIterator2 last2); // **C++14**
1243 InputIterator2 first2, InputIterator2 last2,
1253 InputIterator2 first2, InputIterator2 last2); // **C++14**
1263 InputIterator2 first2, InputIterator2 last2,
1284 ForwardIterator2 first2, ForwardIterator2 last2,
1290 ForwardIterator2 first2, ForwardIterator2 last2);
[all …]
/freebsd/usr.bin/fetch/
H A Dfetch.c192 struct timeval last2; /* time of previous last update */ member
266 - ((double)xs->last2.tv_sec + (xs->last2.tv_usec / 1.e6)); in stat_bps()
295 xs->last2 = xs->last; in stat_display()
314 xs->last2 = xs->start; in stat_display()
337 xs->last2 = xs->last = xs->start; in stat_start()
/freebsd/sys/contrib/zlib/
H A Dcrc32.c581 z_size_t last, last2, i; in crc32_z() local
630 last2 = last << 1; in crc32_z()
636 val2 = word[i + last2]; in crc32_z()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp62 const char *last2 = last_frame2->info.function; in StackStripMain() local
64 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain()
78 } else if (last || last2) { in StackStripMain()
/freebsd/crypto/openssl/apps/
H A Dca.c1633 int last2; in do_body() local
1642 last2 = -1; in do_body()
1645 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body()
1646 if ((j < 0) && (last2 == -1)) { in do_body()
1656 last2 = j; in do_body()