Searched refs:zero (Results 1 - 25 of 595) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dbench.sh98 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
99 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
300 close $OPTS -N "close_zero" -B 64 -f /dev/zero
429 open $OPTS -N "open_zero" -B 256 -f /dev/zero
513 read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
514 read $OPTS -N "read_z10k" -s 10k -B 30 -f /dev/zero
515 read $OPTS -N "read_z100k" -s 100k -B 4 -f /dev/zero
516 read $OPTS -N "read_zw100k" -s 100k -B 4 -w -f /dev/zero
528 lmbench_read $OPTS -N "read_z1b - Default" -s 1 -B 100 -f /dev/zero
529 lmbench_read $OPTS -N "read_z1k" -s 1k -B 100 -f /dev/zero
[all...]
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
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...]
/macosx-10.10/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp223 OSNumber * zero = 0; local
238 zero = OSNumber::withNumber((UInt64) 0, 32);
239 if ( zero == 0 ) break;
251 dict->setObject( "IOInterfaceUnit", zero );
258 if ( zero ) zero->release();
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c185 * well-known, zero-filled memory. While this variable is not documented,
188 const char dtrace_zero[256] = { 0 }; /* zero-filled memory */
454 * range. Allocations of size zero are allowed.
837 * that the counter is never zero when we have seen
2095 int i, zero = DTRACE_QUANTIZE_ZEROBUCKET; local
2099 for (i = 0; i < zero; i++) {
2106 for (i = zero + 1; i < DTRACE_QUANTIZE_NBUCKETS; i++) {
2452 * We didn't find it. We need to allocate some zero-filled space,
2454 * to the (zero-filled) value.
2631 * buffer offset is non-zero, w
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dipsec_manager.c849 int i, zero = 0, one = 1; local
850 CFNumberRef zeroRef = CFNumberCreate(NULL, kCFNumberIntType, &zero);
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPIntTest.cpp86 APInt zero(128, 0, true);
87 EXPECT_EQ(128u, zero.countLeadingZeros());
88 EXPECT_EQ(0u, zero.countLeadingOnes());
89 EXPECT_EQ(0u, zero.getActiveBits());
90 EXPECT_EQ(128u, zero.countTrailingZeros());
91 EXPECT_EQ(0u, zero.countTrailingOnes());
92 EXPECT_EQ(0u, zero.countPopulation());
93 EXPECT_EQ(0u, zero.getSExtValue());
94 EXPECT_EQ(0u, zero.getZExtValue());
110 const APInt zero(
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
6 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
7969 static struct point const zero = {0,0};
8006 return !x[0] && !zero.x;
20311 { echo "$as_me:$LINENO: checking if /dev/zero is needed for mmap" >&5
20312 echo $ECHO_N "checking if /dev/zero is needed for mmap... $ECHO_C" >&6; }
21314 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp128 // If the PHI node is dead, because it has zero entries, nuke it now.
1845 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1847 zero, Op,
1853 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1855 zero, Op,
1861 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1862 return BinaryOperator::CreateNSWSub(zero, Op, Name, InsertBefore);
1867 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1868 return BinaryOperator::CreateNSWSub(zero, Op, Name, InsertAtEnd);
1873 Value *zero local
1879 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1885 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1892 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp327 // look for the first zero bit after the run of ones
329 // look for the first non-zero bit
405 /// contain any number of one bits and zero bits.
441 // if C is zero, then both A and B qualify as mask
650 // we can't use C as zero, because we might actually handle
653 Value* zero = Constant::getNullValue(A->getType()); local
654 return Builder->CreateICmp(NEWCC, newAnd, zero);
755 // iff the lower bits of C2 and CA are zero.
778 // Check that the low bits are zero.
1260 /// of a bswap if it is proven that each of the non-zero byte
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc137 // A zero return value indicates a failure other than insufficient space.
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h983 Value *zero = ConstantInt::get(Type::getInt32Ty(Context), 0); local
984 Value *Args[] = { zero, zero };
1005 assert(isa<IntegerType>(V->getType()) && "Can only zero extend integers!");
/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/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml70 let zero = const_float double_type 0.0 in var
71 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
164 let zero = const_float double_type 0.0 in var
165 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
/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/llvmCore-3425.0.34/
H A Dconfigure519 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
7974 static struct point const zero = {0,0};
8011 return !x[0] && !zero.x;
20508 { echo "$as_me:$LINENO: checking if /dev/zero is needed for mmap" >&5
20509 echo $ECHO_N "checking if /dev/zero is needed for mmap... $ECHO_C" >&6; }
21547 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
/macosx-10.10/llvmCore-3425.0.34/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
6 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli644 (** [const_null ty] returns the constant null (zero) of the type [ty].
652 (** [const_pointer_null ty] returns the constant null (zero) pointer of the type
660 (** [is_null v] returns [true] if the value [v] is the null (zero) value.
945 constant integer [c2] with zero extension.
975 (** [const_zext c ty] returns the constant zero extension of integer constant
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1684 static uint32_t zero = 0; local
1685 outputCnt = &zero;
1774 static uint32_t zero = 0; local
1775 outputCnt = &zero;
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp2048 if (throttlingDelay == std::chrono::milliseconds::zero()) {
3779 // pointless (since those frames will have set a zero timer to layout anyway), but
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm2917 // Any non-zero value will do, but using something recognizable might help us debug some day.
3961 drawingArea->waitForPossibleGeometryUpdate(std::chrono::milliseconds::zero());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DServicesOverlayController.mm419 return std::chrono::milliseconds::zero();
712 if (remainingTimeUntilHighlightShouldBeShown > std::chrono::steady_clock::duration::zero()) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp244 CGContextClipToRect(context.get(), FloatRect(FloatPoint::zero(), logicalSize()));
246 CGContextDrawImage(context.get(), FloatRect(FloatPoint::zero(), imageSizeInUserSpace), image.get());

Completed in 455 milliseconds

1234567891011>>