Searched refs:zero (Results 251 - 275 of 595) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm60 xor ax,ax ; return zero for OK
92 xor ax,ax ; return zero for OK
126 xor ax,ax ; return zero for OK
164 read_ok: xor ax,ax ; return zero for OK
202 write_ok: xor ax,ax ; return zero for OK
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dmips.rb62 MIPS_ZERO_REG = SpecialRegister.new("$zero")
72 $asm.puts "add #{register.mipsOperand}, $zero, $zero"
225 # blt $t0, $zero, no overflow
227 # blt $t0, $zero, overflow
244 # bge $t0, $zero, no overflow
246 # blt $t0, $zero, overflow
766 $asm.puts "nor #{operands[0].mipsOperand}, #{operands[0].mipsOperand}, $zero"
837 $asm.puts "beq #{operands[1].mipsOperand}, $zero, #{operands[2].asmLabel}"
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp480 zero = 0.0, member in namespace:JSC
553 /* y==zero: x**0 = 1 */
587 return (hy>=0)? y: zero;
589 return (hy<0)?-y: zero;
665 t_h = zero;
723 t = zero;
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c557 // read username (if length not zero)
575 // read password (if length not zero)
593 // read proxy username (if length not zero)
611 // read proxy password (if length not zero)
619 /* zero contents of file and close it if
629 int zero; local
631 zero = 0;
637 if (bytes_to_overwrite > (off_t)sizeof(zero))
638 bytes_to_write = sizeof(zero);
641 if (write(fd, &zero, bytes_to_writ
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dchangepw.c422 krb5_data zero, zero2; local
426 krb5_data_zero(&zero);
458 ret = krb5_sendto_context(context, ctx, &zero, realm, &zero2);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDataSource.c449 CFNumberRef zero = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &value); local
457 kSecAttrTombstone, is_tomb ? one : zero,
467 CFRelease(zero);
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbtree_auto.c129 u_int32_t zero, uinttmp, rectype, txn_num; local
282 zero = 0;
283 LOGCOPY_32(env, bp, &zero);
447 u_int32_t zero, uinttmp, rectype, txn_num; local
545 zero = 0;
546 LOGCOPY_32(env, bp, &zero);
568 zero = 0;
569 LOGCOPY_32(env, bp, &zero);
1460 u_int32_t zero, uinttmp, rectype, txn_num; local
1578 zero
2898 u_int32_t zero, uinttmp, rectype, txn_num; local
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpcirange.cpp18 IOPCIScalar zero; member in struct:IOPCIRange
52 range->zero = 0;
/macosx-10.10/libxml2-26/libxml2/
H A Dtrionan.c153 /* Bit-pattern for negative zero */
236 Generate negative zero.
238 @return Floating-point representation of negative zero.
246 TRIO_VOLATILE double zero = 0.0;
248 return -zero;
690 * In IEEE 754 the sign of zero is ignored in comparisons, so we
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml100 let zero = const_float double_type 0.0 in var
101 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
221 let zero = const_float double_type 0.0 in var
222 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dread.c156 int zero = 0; local
158 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
/macosx-10.10/ppp-786.1.1/Dialogs/
H A DDialogs.c361 int i, zero = 0, one = 1; local
362 CFNumberRef zeroRef = CFNumberCreate(NULL, kCFNumberIntType, &zero);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtrionan.c153 /* Bit-pattern for negative zero */
236 Generate negative zero.
238 @return Floating-point representation of negative zero.
246 TRIO_VOLATILE double zero = 0.0;
248 return -zero;
690 * In IEEE 754 the sign of zero is ignored in comparisons, so we
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb206 unless lst.size.zero?
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_table.rb229 @table.select { |row| (row["B"] % 2).zero? } )
340 assert_equal(@table, @table.delete_if { |row| (row["B"] % 2).zero? })
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsl.vim13 \ 'decimal-format' : [[], {'name' : [], 'decimal-separator' : [], 'grouping-separator' : [], 'infinity' : [], 'minus-sign' : [], 'NaN' : [], 'percent' : [], 'per-mille' : [], 'zero-digit' : [], 'digit' : [], 'pattern-separator' : []}],
/macosx-10.10/vim-55/runtime/indent/
H A Dperl6.vim88 " Hit the start of the file, use zero indent.
H A Dpov.vim55 " Start indenting from zero
/macosx-10.10/vim-55/runtime/syntax/
H A Dslice.vim39 " Flag the first zero of an octal number as something special
/macosx-10.10/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c114 vm_offset_t zero = 0; local
150 &zero, // address (map into 1st page in submap)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DbenchDS.sh93 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
94 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c243 Under Unix, this is normally zero except when using X;
368 int zero = 0;
369 ioctl (input_fd, TIOCFLUSH, &zero);
621 int zero = 0;
625 ioctl (channel, TIOCFLUSH, &zero);
740 int zero = 0;
741 ioctl (out, FIOASYNC, &zero);
1188 Return zero if all's well, or -1 if we ran into an error we
1245 *SETTINGS. If FLUSHP is non-zero, we discard input.
2009 because input_chain is no longer zero
736 int zero = 0; local
2171 static int zero = 0; local
2203 static int zero = 0; local
5288 short zero = 0; local
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld_stub_binder.s182 # xsave requires buffer to be zero'ed out
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_auto.c109 u_int32_t zero, uinttmp, rectype, txn_num; local
225 zero = 0;
226 LOGCOPY_32(env, bp, &zero);
236 zero = 0;
237 LOGCOPY_32(env, bp, &zero);
665 u_int32_t zero, uinttmp, rectype, txn_num; local
764 zero = 0;
765 LOGCOPY_32(env, bp, &zero);
935 u_int32_t zero, uinttmp, rectype, txn_num; local
1053 zero
1226 u_int32_t zero, uinttmp, rectype, txn_num; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp1203 // few digits of the integer part, and whether the fraction part is zero or not.
1208 // don't truncate the fraction value to zero.
1223 // More than 18 digits integer digits, but the least significant 18 are all zero.
1224 // We don't want to return zero as the int part, but want to keep zeros
1424 // output the first digit (or the leading zero)
1676 * Note: sign is important for zero as well as non-zero numbers.
1809 // char zero = '0';
1880 digits.reduce(); // Removes trailing zero digits.
1900 // is zero, sinc
[all...]

Completed in 347 milliseconds

<<11121314151617181920>>