Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kgssapi/krb5/
Dkcrypto_aes.c179 } last2; in aes_encrypt() local
210 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt()
211 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
212 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt()
233 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt()
235 last2.cn[i] = 0; in aes_encrypt()
236 aes_encrypt_1(ks, 0, last2.cn, 0, blocklen, last2.cn_1, in aes_encrypt()
238 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
239 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
250 } last2; in aes_decrypt() local
[all …]
/freebsd-9-stable/tools/tools/find-sb/
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-9-stable/contrib/llvm/include/llvm/ADT/
Dilist.h621 iterator first2 = right.begin(), last2 = right.end();
622 while (first1 != last1 && first2 != last2)
630 if (first2 != last2) transfer(last1, right, first2, last2);
688 iterator first2 = this->begin(), last2 = this->end();
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
691 if (first2 == last2)
694 insert(last1, first2, last2);
/freebsd-9-stable/contrib/gcc/
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 …]
Dcfgexpand.c1114 rtx last2, last; in expand_gimple_cond_expr() local
1116 last2 = last = get_last_insn (); in expand_gimple_cond_expr()
1175 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_cond_expr()
1196 rtx last2, last; in expand_gimple_tailcall() local
1202 last2 = last = get_last_insn (); in expand_gimple_tailcall()
1210 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_tailcall()
1285 maybe_dump_rtl_for_tree_stmt (stmt, last2); in expand_gimple_tailcall()
/freebsd-9-stable/usr.bin/fetch/
Dfetch.c192 struct timeval last2; /* time of previous last update */ member
253 - (xs->last2.tv_sec + (xs->last2.tv_usec / 1.e6)); in stat_bps()
281 xs->last2 = xs->last; in stat_display()
298 xs->last2 = xs->start; in stat_display()
/freebsd-9-stable/contrib/libc++/include/
Dalgorithm53 ForwardIterator2 first2, ForwardIterator2 last2);
58 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
63 ForwardIterator2 first2, ForwardIterator2 last2);
68 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
93 InputIterator2 first2, InputIterator2 last2); // **C++14**
103 InputIterator2 first2, InputIterator2 last2,
113 InputIterator2 first2, InputIterator2 last2); // **C++14**
123 InputIterator2 first2, InputIterator2 last2,
134 ForwardIterator2 first2, ForwardIterator2 last2); // **C++14**
144 ForwardIterator2 first2, ForwardIterator2 last2,
[all …]
/freebsd-9-stable/crypto/openssl/apps/
Dca.c1739 int last2; in do_body() local
1748 last2 = -1; in do_body()
1751 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body()
1752 if ((j < 0) && (last2 == -1)) { in do_body()
1762 last2 = j; in do_body()
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dalgorithm191 * @param last2 An input iterator.
/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.c8832 rtx insn, subinsn, last, last2, next; in vr4130_align_insns() local
8840 last2 = 0; in vr4130_align_insns()
8892 emit_insn_after (gen_nop (), last2); in vr4130_align_insns()
8926 last2 = last; in vr4130_align_insns()