Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kgssapi/krb5/
HDkcrypto_aes.c185 } last2; in aes_encrypt() local
216 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt()
217 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
218 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt()
239 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt()
241 last2.cn[i] = 0; in aes_encrypt()
242 aes_encrypt_1(ks, 0, last2.cn, 0, blocklen, last2.cn_1, in aes_encrypt()
244 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
245 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
256 } last2; in aes_decrypt() local
[all …]
/freebsd-11-stable/tools/tools/find-sb/
HDfind-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-11-stable/contrib/gcc/
HDcfgcleanup.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 …]
HDcfgexpand.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-11-stable/usr.bin/fetch/
HDfetch.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-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_report.cpp79 const char *last2 = last_frame2->info.function; in StackStripMain() local
81 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain()
93 } else if (last || last2) { in StackStripMain()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDalgorithm56 ForwardIterator2 first2, ForwardIterator2 last2);
61 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
66 ForwardIterator2 first2, ForwardIterator2 last2);
71 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
96 InputIterator2 first2, InputIterator2 last2); // **C++14**
106 InputIterator2 first2, InputIterator2 last2,
116 InputIterator2 first2, InputIterator2 last2); // **C++14**
126 InputIterator2 first2, InputIterator2 last2,
137 ForwardIterator2 first2, ForwardIterator2 last2); // **C++14**
147 ForwardIterator2 first2, ForwardIterator2 last2,
[all …]
/freebsd-11-stable/crypto/openssl/apps/
HDca.c1778 int last2; in do_body() local
1787 last2 = -1; in do_body()
1790 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body()
1791 if ((j < 0) && (last2 == -1)) { in do_body()
1801 last2 = j; in do_body()
/freebsd-11-stable/contrib/libstdc++/include/ext/
Dalgorithm191 * @param last2 An input iterator.
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.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()