Searched refs:zero (Results 201 - 225 of 595) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml52 let zero = const_float double_type 0.0 in var
53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
146 let zero = const_float double_type 0.0 in var
147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtic.c1297 check_sgr(TERMTYPE *tp, char *zero, int num, char *cap, const char *name) argument
1320 } else if (_nc_capcmp(test, zero)) {
1331 #define CHECK_SGR(num,name) check_sgr(tp, zero, num, name, #name)
1436 char *zero = 0; local
1440 zero = strdup(CHECK_SGR(0, exit_attribute_mode));
1442 zero = strdup(TPARM_9(set_attributes, 0, 0, 0, 0, 0, 0, 0, 0, 0));
1447 if (zero != 0) {
1457 free(zero);
/macosx-10.10/postfix-255/postfix/examples/chroot-setup/
H A DSolaris266 for device in zero tcp udp ticotsord ticlts; do
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dmath.rb151 zero = BigDecimal("0")
158 pi = zero
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dcd_timer.rb55 if t.zero?
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-rpki-rtr.c64 u_char zero; member in struct:rpki_rtr_pdu_ipv4_prefix_
77 u_char zero; member in struct:rpki_rtr_pdu_ipv6_prefix_
167 * Trailing zero.
287 * Extract, trail-zero and print the Error message.
/macosx-10.10/vim-55/runtime/indent/
H A Dcmake.vim35 " Hit the start of the file, use zero indent.
H A Dhamster.vim46 " Use zero indent at the top of the file
H A Didlang.vim25 " v:lnum is the first non-empty line -- zero indent.
H A Dlogtalk.vim27 " Hit the start of the file, use zero indent.
H A Dlua.vim30 " Hit the start of the file, use zero indent.
H A Dmatlab.vim36 " This is the first non-empty line, use zero indent.
H A Dprolog.vim30 " Hit the start of the file, use zero indent.
H A Drpl.vim54 " Use zero indent at the top of the file
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Modules/
H A D_Foundation_NSDecimal.m805 NSDecimal zero;
807 DecimalFromComponents(&zero, 0, 0, 0);
809 return NSDecimalCompare(&zero, &Decimal_Value(self)) == NSOrderedSame;
822 NSDecimal zero;
823 DecimalFromComponents(&zero, 0, 0, 0);
826 &zero,
845 NSDecimal zero;
846 DecimalFromComponents(&zero, 0, 0, 0);
849 switch (NSDecimalCompare(&zero, &Decimal_Value(self))) {
861 &zero,
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Drubycomplete.vim304 return nil if loading_allowed.to_i.zero?
371 return [] if allow_aggressive_load.to_i.zero? || loading_allowed.to_i.zero?
404 return if allow_rails.to_i.zero?
464 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero?
514 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero?
537 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero
[all...]
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_auto.c112 u_int32_t zero, uinttmp, rectype, txn_num; local
220 zero = 0;
221 LOGCOPY_32(env, bp, &zero);
231 zero = 0;
232 LOGCOPY_32(env, bp, &zero);
401 u_int32_t zero, uinttmp, rectype, txn_num; local
512 zero = 0;
513 LOGCOPY_32(env, bp, &zero);
985 u_int32_t zero, uinttmp, rectype, txn_num; local
1065 zero
1885 u_int32_t zero, uinttmp, rectype, txn_num; local
2417 u_int32_t zero, uinttmp, rectype, txn_num; local
2700 u_int32_t zero, uinttmp, rectype, txn_num; local
2961 u_int32_t zero, uinttmp, rectype, txn_num; local
[all...]
/macosx-10.10/ruby-106/ruby/test/matrix/
H A Dtest_matrix.rb199 assert_equal(Matrix[[0,0,0],[0,0,0],[0,0,0]], Matrix.zero(3))
200 assert_equal(Matrix[[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0]], Matrix.zero(4))
201 assert_equal(Matrix[[0]], Matrix.zero(1))
/macosx-10.10/dyld-353.2.1/src/
H A DthreadLocalHelpers.s117 # xsave requires buffer to be zero'ed out
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dmut_tas.c119 tsl_t zero = 0; local
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecCmsBase.h499 @param zero If this is true the arena's memory will be zero filled before it is freed.
504 void SecArenaPoolFree(SecArenaPoolRef arena, Boolean zero);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCmsBase.h499 @param zero If this is true the arena's memory will be zero filled before it is freed.
504 void SecArenaPoolFree(SecArenaPoolRef arena, Boolean zero);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDecimal.h155 static Decimal zero(Sign);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DReverbConvolverStage.cpp110 // Deal with pre-delay stream : note special handling of zero delay.
177 m_preDelayBuffer.zero();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp46 , m_rect(FloatPoint::zero(), size)

Completed in 615 milliseconds

1234567891011>>