Searched refs:performed (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/test/
H A Dtests.com3 $! P1 tests to be performed. Empty means all.
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp236 // controller properties. No I/O will be performed until the subclass
247 // Tasks that are usually performed by a typical network driver in start
394 // This method should release resources and undo actions performed by start().
1353 mbuf_csum_performed_flags_t performed; local
1361 performed = value = 0;
1372 performed |= MBUF_CSUM_DID_IP;
1374 performed |= MBUF_CSUM_IP_GOOD;
1384 performed |= ( MBUF_CSUM_DID_DATA | MBUF_CSUM_PSEUDO_HDR );
1394 performed |= MBUF_CSUM_DID_DATA;
1404 performed |
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkpi_mbuf.c748 mbuf_csum_performed_flags_t performed,
751 performed &= mbuf_valid_csum_performed_flags;
752 mbuf->m_pkthdr.csum_flags = (mbuf->m_pkthdr.csum_flags & 0xffff0000) | performed;
761 mbuf_csum_performed_flags_t *performed,
764 *performed = mbuf->m_pkthdr.csum_flags & mbuf_valid_csum_performed_flags;
746 mbuf_set_csum_performed( mbuf_t mbuf, mbuf_csum_performed_flags_t performed, u_int32_t value) argument
759 mbuf_get_csum_performed( mbuf_t mbuf, mbuf_csum_performed_flags_t *performed, u_int32_t *value) argument
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtext.tcl69 insertion cursor. Control-z undoes the last editing action performed,
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtext.tcl69 insertion cursor. Control-z undoes the last editing action performed,
/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3558 returned on success, the error mode action is performed on failure -
3745 failures, the error mode action is performed. See C<errmode()>.
3753 failures, the error mode action is performed. See C<errmode()>.
3843 opened for writing, the error mode action is performed.
3865 =item B<errmode> - define action to be performed on error
3958 The value C<1> is returned success, the error mode action is performed
3981 the error mode action is performed. To distinguish between eof or an
4009 the error mode action is performed. To distinguish between eof or an
4044 other failures, the error mode action is performed. Use C<eof()> to
4099 can't be opened for writing, the error mode action is performed
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program
292 be performed with as little as 8KB of ram for data (again depending on build options).
786 Comparisons in LibTomMath are always performed in a ``left to right'' fashion. There are three possible return codes
972 Logical operations are operations that can be performed either with simple shifts or boolean operators such as
977 Multiplications and divisions by any power of two can be performed with quick logical shifts either left or
1118 Simple integer negation can be performed with the following.
1128 Simple integer absolutes can be performed with the following.
1152 A full signed integer multiplication can be performed with the following.
1217 Since squaring can be performed faster than multiplication it is performed i
[all...]
H A Dtommath.tex726 would occur when operations are performed on the integers. There is a tradeoff between how many default digits to allocate
798 Here we see (line 24) the memory allocation is performed first. This allows us to exit cleanly and quickly
874 that are to be performed on mp\_int structures (such as addition and multiplication) the dependent algorithms must be
910 It is ideal to prevent re-allocations from being performed if they are not required (step one). This is useful to
931 When a re-allocation is performed it is turned into an optimal request to save time in the future. The requested digit count is
1499 Comparing a multiple precision integer is performed with the exact same algorithm used to compare two decimal numbers. For example,
1559 performed before all of the digits are compared since it is a very cheap test to perform and can potentially save
1603 negative then the unsigned comparison is performed in the opposite direction (line 34). Otherwise, the signs are assumed to
1604 be both positive and a forward direction unsigned comparison is performed.
1639 As a result subtraction can be performed wit
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm256 are being performed (however, you pay the price of not knowing about
/macosx-10.10/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm32 performed on floating-point representations of UNIX time. This class provides
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm162 This method accepts a CODE reference as its C<$sort_function> argument and throws an exception if it is not a code reference. This function is used to sort the individual levels of the directory tree right before it is added to the tree being built. The function is passed the the current path, followed by the two items being sorted. The reason for passing the path in is so that sorting operations can be performed on the entire path if desired.
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm260 ; These are loaded, the XMS call is performed, and the new values of the
341 ; These are loaded, the EMS trap is performed, and the new values of the
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DTest.pm616 this is test 1 (not performed)
618 this is test 1 (not performed)
H A DContext.pm1307 context, with no localisation of variables performed. Errors are thrown
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSynchronized.pm174 protected resource globally, slowing down actions otherwise performed in
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dcollatevfs.tcl20 become available, the action is performed, allowing offline directories to "catch up."
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A Dconfigure.in919 dnl performed by autoconf 2.53 and later. It's not correct for us.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm423 of I<preprocess> is performed B<after> any length
642 performed, and is given a copy of the output from the
/macosx-10.10/libdispatch-442.1.4/src/
H A Dqueue.c2179 int performed = dispatch_atomic_load2o(dbpd, dbpd_performed, relaxed); local
2180 if (slowpath(performed > 1 || (boost_th && boost_dq))) {
2214 int performed = dispatch_atomic_load2o(dbpd, dbpd_performed, relaxed); local
2215 if (slowpath(performed > 1)) {
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm701 Insert a file without any processing performed on the contents.
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm347 should be performed on it;
1140 $me->{'msg'}="Related handle was closed (while reading was performed).";
1290 warn "[Info] IPC is performed by IPC::LDT ", IPC::LDT::version, ".\n";
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2143 expensive. For this reason it is only performed every 30 seconds. To
2146 check should be performed before every write, it can even be set to 0:
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim7263 " performed any shell command. The idea is to cause all local-browsing

Completed in 287 milliseconds