Searched refs:zero (Results 126 - 150 of 595) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_mul.c398 unsigned int neg,zero; local
433 zero=neg=0;
441 zero=1;
451 zero=1;
459 zero=1;
471 if (!zero)
483 if (!zero)
495 if (!zero)
600 /* The zero case isn't yet implemented here. The speedup
762 int neg,oneg,zero; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-template.c75 i[0].zero = 0;
76 i[1].zero = 1;
/macosx-10.10/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp118 // Fill all-zero entries between ranges.
120 uint16_t zero=bitHash->map(0); local
122 index[prevIndex++]=zero;
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.cpp67 const uint32_t zero = 0; local
68 memcpy(mBuffer->at<void>(mPC - usedSize + size), &zero, usedSize - size);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.cpp67 const uint32_t zero = 0; local
68 memcpy(mBuffer->at<void>(mPC - usedSize + size), &zero, usedSize - size);
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioNodeInput.cpp197 summingBus->zero();
229 internalSummingBus->zero();
H A DAudioScheduledSourceNode.cpp85 outputBus->zero();
103 outputBus->zero();
115 // If the end time is somewhere in the middle of this time quantum, then zero out the
H A DBiquadProcessor.cpp103 destination->zero();
H A DChannelMergerNode.cpp74 output->bus()->zero();
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dformatter.rb201 return if attr_mask.zero?
216 return if attr_mask.zero?
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_entity.rb38 zero = '<!ENTITY open-hatch SYSTEM "http://www.textuality.com/boilerplate/OpenHatch.xml" >'
47 assert REXML::Entity::matches?(zero)
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Darrayproc.test28 set testArray(0) zero
/macosx-10.10/vim-55/runtime/indent/
H A Dchaiscript.vim23 " Hit the start of the file, use zero indent.
H A Dtcsh.vim27 " Hit the start of the file, use zero indent.
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm50 L<http://creativecommons.org/publicdomain/zero/1.0>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c65 static unsigned char zero[6]; local
75 if (memcmp(eaddr, zero, sizeof(eaddr))) {
124 if (memcmp(eaddr, zero, sizeof(eaddr))) {
171 if (memcmp(eaddr, zero, sizeof(eaddr)) == 0) {
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDownSampler.cpp63 // Compute only the odd terms because the even ones are zero, except
138 m_inputBuffer.zero();
H A DFFTConvolver.cpp114 m_lastOverlapBuffer.zero();
H A DReverbAccumulationBuffer.cpp112 m_buffer.zero();
H A DUpSampler.cpp121 m_inputBuffer.zero();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.h75 FloatRect rect() const { return FloatRect(FloatPoint::zero(), m_size); }
H A DUpdateAtlas.cpp46 context->fillRect(IntRect(IntPoint::zero(), m_size), Color::transparent, ColorSpaceDeviceRGB);
/macosx-10.10/apache-793/httpd/test/
H A Dtime-sem.c305 fd = open ("/dev/zero", O_RDWR);
307 perror ("open(/dev/zero)");
386 if ((us = usinit("/dev/zero")) == NULL) {
501 #define YIELD do { struct timeval zero; zero.tv_sec = zero.tv_usec = 0; select(0,0,0,0,&zero); } while(0)
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dlgamma.c95 static double zero = 0.0, one = 1.0; variable
279 double y, z, one = 1.0, zero = 0.0; local
287 return(one/zero);
298 return (one/zero);
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp15 greater than zero.
40 for setting the delay on the timers to zero. This will allow other

Completed in 434 milliseconds

1234567891011>>