Searched refs:zero (Results 101 - 125 of 595) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_sqr.c88 max = 2 * al; /* Non-zero (from above) */
142 /* If the most-significant half of the top word of 'a' is zero, then
209 int zero,c1; local
240 zero=0;
246 zero=1;
248 /* The result will always be negative unless it is zero */
251 if (!zero)
258 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S35 call .PIC.zero.up
36 mov .zero-(.-4),%o0
130 .zero: .long 0x0,0x0
131 .PIC.zero.up:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_sqr.c221 int zero,c1; local
252 zero=0;
258 zero=1;
260 /* The result will always be negative unless it is zero */
263 if (!zero)
270 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAnalyserNode.cpp55 outputBus->zero();
H A DAudioBuffer.h60 void zero();
H A DChannelSplitterNode.cpp77 destination->zero();
H A DGainNode.cpp62 outputBus->zero();
H A DOscillatorNode.cpp225 outputBus->zero();
237 outputBus->zero();
243 outputBus->zero();
253 outputBus->zero();
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioDSPKernelProcessor.cpp80 destination->zero();
H A DBiquad.h42 // A basic biquad (two-zero / two-pole digital filter)
65 // Set the biquad coefficients given a single zero (other zero will be conjugate)
67 void setZeroPolePairs(std::complex<double> zero, std::complex<double> pole);
H A DHRTFPanner.cpp133 outputBus->zero();
141 outputBus->zero();
151 outputBus->zero();
225 outputBus->zero();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.h54 inline FloatRect rect() const { return FloatRect(FloatPoint::zero(), m_size); }
/macosx-10.10/ruby-106/ruby/lib/
H A Dtimeout.rb52 return yield(sec) if sec == nil or sec.zero?
/macosx-10.10/vim-55/runtime/indent/
H A Dishd.vim25 " labels and preprocessor get zero indent immediately
44 " Hit the start of the file, use zero indent.
H A Dvb.vim25 " labels and preprocessor get zero indent immediately
43 " Hit the start of the file, use zero indent.
/macosx-10.10/vim-55/runtime/macros/hanoi/
H A Dhanoi.vim34 " T insert two lines containing a zero
65 "insert two lines containing a zero
/macosx-10.10/xnu-2782.1.97/tools/tests/
H A DMakefile33 zero-to-n \
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_auto.c101 u_int32_t zero, uinttmp, rectype, txn_num; local
189 zero = 0;
190 LOGCOPY_32(env, bp, &zero);
200 zero = 0;
201 LOGCOPY_32(env, bp, &zero);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dget_mic.c55 DES_cblock zero; local
91 memset (&zero, 0, sizeof(zero));
96 &schedule, &zero);
98 CCDesCBCCksum(hash, hash, sizeof(hash), deskey, sizeof(deskey), &zero);
H A Dverify_mic.c55 DES_cblock zero; local
84 memset (&zero, 0, sizeof(zero));
90 &schedule, &zero);
92 CCDesCBCCksum(hash, hash, sizeof(hash), deskey, sizeof(deskey), &zero);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl44 zero => 0,
228 2) [% zero.defined ? 'okay' : 'fail' %]
303 process/block: [% BLOCK testproc %]one=[% one %]zero=[% zero %]foo=[% foo %][% END %]
330 5) [% IF zero && one %] fail [% ELSE %] okay [% END %]
331 6) [% " okay" UNLESS zero %]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dprint.c73 int zero; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
128 zero = 0;
140 zero = 1;
209 zero = 0;
374 else if (length < width && zero)
/macosx-10.10/ntp-92/lib/isc/
H A Dprint.c73 int zero; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
128 zero = 0;
140 zero = 1;
209 zero = 0;
374 else if (length < width && zero)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dcoreos_bench.sh106 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
107 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
326 close $OPTS -N "close_zero" -B 64 -f /dev/zero
455 open $OPTS -N "open_zero" -B 256 -f /dev/zero
539 read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
540 read $OPTS -N "read_z10k" -s 10k -B 30 -f /dev/zero
541 read $OPTS -N "read_z100k" -s 100k -B 4 -f /dev/zero
542 read $OPTS -N "read_zw100k" -s 100k -B 4 -w -f /dev/zero
554 lmbench_read $OPTS -N "read_z1b - Default" -s 1 -B 100 -f /dev/zero
555 lmbench_read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
[all...]
H A Dembd_bench.sh105 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
106 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
306 close $OPTS -N "close_zero" -B 64 -f /dev/zero
440 open $OPTS -N "open_zero" -B 256 -f /dev/zero
524 read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
525 read $OPTS -N "read_z10k" -s 10k -B 30 -f /dev/zero
526 read $OPTS -N "read_z100k" -s 100k -B 4 -f /dev/zero
527 read $OPTS -N "read_zw100k" -s 100k -B 4 -w -f /dev/zero
539 lmbench_read $OPTS -N "read_z1b - Default" -s 1 -B 100 -f /dev/zero
540 lmbench_read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
[all...]

Completed in 369 milliseconds

1234567891011>>