Searched refs:processing (Results 51 - 75 of 126) sorted by relevance

123456

/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dghash-armv4.S388 veor d28,d26,d27 @ Karatsuba pre-processing
406 veor d28,d26,d27 @ Karatsuba pre-processing
453 veor d6,d6,d7 @ Karatsuba pre-processing
528 veor q1,q1,q0 @ Karatsuba post-processing
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dudp.c456 REQUIRE(!sock->processing);
457 sock->processing = true;
459 sock->processing = false;
H A Dtcpdns.c825 * called while we are still processing the buffer.
827 REQUIRE(sock->processing == false);
828 sock->processing = true;
830 sock->processing = false;
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dudp.c651 REQUIRE(!sock->processing);
652 sock->processing = true;
654 sock->processing = false;
H A Dtcpdns.c847 * processing the buffer.
849 REQUIRE(sock->processing == false);
850 sock->processing = true;
852 sock->processing = false;
H A Dtlsdns.c1055 * processing the buffer.
1057 REQUIRE(sock->processing == false);
1058 sock->processing = true;
1060 sock->processing = false;
1906 * processing the subsequent write request. We can achieve that by
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql124 -- The code that performs the processing of the actions is the component in
251 -- directly on the database without doing text processing; for example,
H A Dschema_v2.sql126 -- The code that performs the processing of the actions is the component in
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in170 Skip the rest of processing if a mismatch on portion of the 'cvsacl' line
550 print("$$ \@ARGV after shift processing contains:",join("\, ",@ARGV),".\n") if $debug;
705 print "$$ ==== End of processing for \'cvsacl\' line: $_.\n" if $debug;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d348 $(TD Generic algorithms for processing sequences.)
394 $(TD Generic algorithms for processing sequences.)
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm706 For instance one may want to disable a warning while processing a
750 list for later processing.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp813 errs() << Twine("while processing ") + Context + ":\n";
/netbsd-current/sys/arch/m68k/m68k/
H A Dbusaddrerr.s169 movw %sp@(FR_HW+10),%d0 | grab SSW for fault processing
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvs.h883 extern const char *processing;
/netbsd-current/sys/arch/mips/mips/
H A Dlocore_mips1.S692 beqz v0, MIPSX(user_return) # if no, skip ast processing
866 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing
982 beqz v0, MIPSX(user_return) # no, skip ast processing
1028 beqz k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
H A DmipsX_subr.S1444 beqz v0, MIPSX(user_return) # if no, skip ast processing
1623 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing
1758 beqz v0, MIPSX(user_return) # no, skip ast processing
1855 bnez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
1861 bnez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
1868 blez k1, _C_LABEL(MIPSX(kern_gen_exception)) # full trap processing
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c135 int processing; member in struct:mtree_writer::__anon216
449 if (mtree->set.processing) {
562 mtree->set.processing = 1;
963 } else if (mtree->set.processing &&
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dformat.txt9 for text processing.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc324 // Parent process: Break out of the switch to do our processing.
/netbsd-current/external/mit/libuv/dist/
H A DMakefile.am293 test/test-tty-escape-sequence-processing.c \
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2dvi336 -p, --pdf use pdftex or pdflatex for processing
1300 ## TeX processing auxiliary tools. ##
1548 # Run the full compilation chain, from pre-processing to installation
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2dvi139 -p, --pdf use pdftex or pdflatex for processing
1189 # TeX processing auxiliary tools.
1445 # compile - Run the full compilation chain, from pre-processing to
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dlocore.S283 movw %a1@(12),%d0 | grab SSW for fault processing
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm344 return $fi_res; # Undefined means abort processing
672 for details about the way backslashes work. Backslash processing is
1088 immediately abort processing the template and return the text that it
1703 probably more convenient. See the section on backslash processing,
1756 Starting with C<Text::Template> version 1.20, backslash processing is
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm420 return $fi_r; # Undefined means abort processing
796 for details about the way backslashes work. Backslash processing is
1227 immediately abort processing the template and return the text that it
1891 probably more convenient. See the section on backslash processing,
1943 Starting with C<Text::Template> version 1.20, backslash processing is

Completed in 281 milliseconds

123456