Searched refs:outputs (Results 1 - 25 of 77) sorted by relevance

1234

/macosx-10.9.5/ntp-88/scripts/
H A Dgenver8 outputs=
14 outputs="version.m4 $outputs"
17 outputs="include/version.def $outputs"
20 outputs="include/version.texi $outputs"
28 case "$outputs" in
29 '') outputs="version.m4 include/version.def include/version.texi" ;;
40 case "$outputs" i
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/lib/Test/Builder/
H A DNoOutput.pm43 all all outputs
55 my %outputs = (
61 $self->{_outputs} = \%outputs;
63 tie *OUT, "Test::Builder::NoOutput::Tee", \$outputs{all}, \$outputs{out};
64 tie *ERR, "Test::Builder::NoOutput::Tee", \$outputs{all}, \$outputs{err};
65 tie *TODO, "Test::Builder::NoOutput::Tee", \$outputs{all}, \$outputs{todo};
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/sha/
H A DMakefile20 @cat sha.good.outputs
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DCodeExtractor.h39 /// 1) Find both the inputs and outputs for the extracted region.
42 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
112 const ValueSet &outputs,
122 ValueSet &outputs);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkFilterIIR.c77 double *outputs; /* output history for denominator */ member in struct:iirFilter
258 iir->outputs = (double *) ckalloc(si->outWidth *
259 iir->nOutTaps * sizeof(iir->outputs[0]));
261 iir->outputs[i] = 0;
400 delayed outputs and all current and delayed inputs
416 outsmp -= iir->otaps[j] * iir->outputs[k*si->outWidth+wi];
423 iir->outputs[iir_out*si->outWidth+wi] = outsmp;
454 if (iir->outputs != NULL) ckfree((void *) iir->outputs);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCodeExtractor.cpp286 /// constructFunction - make a function based on inputs and outputs, as follows:
290 const ValueSet &outputs,
297 DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
299 // This function returns unsigned, outputs will go back by reference.
318 for (ValueSet::const_iterator I = outputs.begin(), E = outputs.end();
333 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
384 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++AI)
385 AI->setName(outputs[
289 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
421 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, ValueSet &inputs, ValueSet &outputs) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dmixer.tcl44 if {[llength [snack::mixer outputs]] > 0} {
46 foreach jack [snack::mixer outputs] {
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm62 outputs => { type => ARRAYREF, optional => 1 },
73 if ( my $outputs = $p{outputs} ) {
74 if ( ref $outputs->[1] eq 'HASH' ) {
77 # outputs => [
81 while ( my ( $class, $params ) = splice @$outputs, 0, 2 ) {
88 # outputs => [
92 foreach my $arr (@$outputs) {
122 if ( exists $self->{outputs}{ $object->name } && $^W ) {
129 $self->{outputs}{
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm49 outputs => [
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DNull.pm46 my $null = Log::Dispatch->new( outputs => [ ['Null'] ] );
H A DApacheLog.pm79 outputs => [
H A DHandle.pm59 outputs => [
H A DScreen.pm70 outputs => [
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dlibpng-config.in46 --static revise subsequent outputs for static linking
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/Email/
H A DMIMELite.pm55 outputs => [
H A DMailSender.pm82 outputs => [
H A DMailSendmail.pm55 outputs => [
H A DMailSend.pm63 outputs => [
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/lib/Unix/
H A DGetrusage.pm62 which outputs something like this:
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/lib/Unix/
H A DGetrusage.pm62 which outputs something like this:
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm47 if (exists $self->{outputs}{$object->name} && $^W)
52 $self->{outputs}{$object->name} = $object;
60 return delete $self->{outputs}{$name};
92 foreach (keys %{ $self->{outputs} })
147 if (exists $self->{outputs}{$name})
149 $self->{outputs}{$name}->log(@_);
162 return unless exists $self->{outputs}{$name};
164 return $self->{outputs}{$name};
180 foreach ( values %{ $self->{outputs} } )
195 Log::Dispatch - Dispatches messages to one or more outputs
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dtags.pm28 HTTP::Proxy::BodyFilter::tags - A filter that outputs only complete tags
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dtags.pm28 HTTP::Proxy::BodyFilter::tags - A filter that outputs only complete tags
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-33-keychain-backup.c307 uint64_t outputs[] = {0}; local
309 uint32_t num_outputs = array_size(outputs);
322 outputs, &num_outputs, NULL, 0);
330 inputs[0]=outputs[0];
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A DFILES15 /* General stuff */ COPYRIGHT - Copyright info. MODES.DES - A description of the features of the different modes of DES. FILES - This file. INSTALL - How to make things compile. Imakefile - For use with kerberos. README - What this package is. VERSION - Which version this is and what was changed. KERBEROS - Kerberos version 4 notes. Makefile.PL - An old makefile to build with perl5, not current. Makefile.ssl - The SSLeay makefile Makefile.uni - The normal unix makefile. GNUmakefile - The makefile for use with glibc. makefile.bc - A Borland C makefile times - Some outputs from 'speed' on some machines. vms.com - For use when compiling under VMS /* My SunOS des(1) rep (…)

Completed in 323 milliseconds

1234