Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kgssapi/krb5/
H A Dkcrypto_aes.c187 } last2; in aes_encrypt() local
219 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
243 last2.cn[i] = 0; in aes_encrypt()
244 aes_encrypt_1(ks, 0, last2.cn, 0, blocklen, last2.cn_1, in aes_encrypt()
246 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
247 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
258 } last2; in aes_decrypt() local
285 m_copyback(inout, off, blocklen, last2.cn); in aes_decrypt()
306 t = last2.cn[i]; in aes_decrypt()
307 last2.cn[i] ^= last2.cn_1[i]; in aes_decrypt()
[all …]
/freebsd-12.1/tools/tools/find-sb/
H A Dfind-sb.c33 off_t end, last1, last2; in main() local
75 last1 = last2 = -1; in main()
118 if (last2 >= 0) { in main()
120 fsbegin / DEV_BSIZE - last2); in main()
122 last2 = fsbegin / DEV_BSIZE; in main()
/freebsd-12.1/contrib/gcc/
H A Dcfgcleanup.c1061 rtx i1, i2, last1, last2, afterlast1, afterlast2; in flow_find_cross_jump() local
1068 last1 = afterlast1 = last2 = afterlast2 = NULL_RTX; in flow_find_cross_jump()
1080 last2 = i2; in flow_find_cross_jump()
1123 afterlast1 = last1, afterlast2 = last2; in flow_find_cross_jump()
1124 last1 = i1, last2 = i2; in flow_find_cross_jump()
1136 last1 = afterlast1, last2 = afterlast2, ninsns--; in flow_find_cross_jump()
1150 while (last2 != BB_HEAD (bb2) && !INSN_P (PREV_INSN (last2))) in flow_find_cross_jump()
1151 last2 = PREV_INSN (last2); in flow_find_cross_jump()
1153 if (last2 != BB_HEAD (bb2) && LABEL_P (PREV_INSN (last2))) in flow_find_cross_jump()
1154 last2 = PREV_INSN (last2); in flow_find_cross_jump()
[all …]
H A Dcfgexpand.c1182 rtx last2, last; in expand_gimple_cond_expr() local
1184 last2 = last = get_last_insn (); in expand_gimple_cond_expr()
1243 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_cond_expr()
1264 rtx last2, last; in expand_gimple_tailcall() local
1270 last2 = last = get_last_insn (); in expand_gimple_tailcall()
1278 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_tailcall()
1353 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_tailcall()
/freebsd-12.1/usr.bin/fetch/
H A Dfetch.c195 struct timeval last2; /* time of previous last update */ member
269 - ((double)xs->last2.tv_sec + (xs->last2.tv_usec / 1.e6)); in stat_bps()
298 xs->last2 = xs->last; in stat_display()
317 xs->last2 = xs->start; in stat_display()
340 xs->last2 = xs->last = xs->start; in stat_start()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc80 const char *last2 = last_frame2->info.function; in StackStripMain() local
82 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain()
94 } else if (last || last2) { in StackStripMain()
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm57 ForwardIterator2 first2, ForwardIterator2 last2);
62 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
67 ForwardIterator2 first2, ForwardIterator2 last2);
97 InputIterator2 first2, InputIterator2 last2); // **C++14**
107 InputIterator2 first2, InputIterator2 last2,
117 InputIterator2 first2, InputIterator2 last2); // **C++14**
127 InputIterator2 first2, InputIterator2 last2,
138 ForwardIterator2 first2, ForwardIterator2 last2); // **C++14**
148 ForwardIterator2 first2, ForwardIterator2 last2,
154 ForwardIterator2 first2, ForwardIterator2 last2);
[all …]
/freebsd-12.1/crypto/openssl/apps/
H A Dca.c1526 int last2; in do_body() local
1535 last2 = -1; in do_body()
1538 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body()
1539 if ((j < 0) && (last2 == -1)) { in do_body()
1549 last2 = j; in do_body()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dalgorithm191 * @param last2 An input iterator.
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c8857 rtx insn, subinsn, last, last2, next; in vr4130_align_insns() local
8865 last2 = 0; in vr4130_align_insns()
8917 emit_insn_after (gen_nop (), last2); in vr4130_align_insns()
8951 last2 = last; in vr4130_align_insns()