Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 170) sorted by relevance

1234567

/minix3/external/bsd/libevent/dist/sample/
H A Dtime-test.c46 struct timeval newtime, difference; in timeout_cb() local
51 evutil_timersub(&newtime, &lasttime, &difference); in timeout_cb()
52 elapsed = difference.tv_sec + in timeout_cb()
53 (difference.tv_usec / 1.0e6); in timeout_cb()
/minix3/minix/usr.bin/ministat/
H A DREADME25 No difference proven at 95.0% confidence
48 Here we have a clearcut difference, not very big, but clear and unambiguous.
/minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DMachO_ARM_PIC_relocations.s9 # Check lower 16-bits of section difference relocation
13 # Check upper 16-bits of section difference relocation
/minix3/common/lib/libc/arch/vax/gen/
H A Durem.S62 jcc Ldifference # if divisor goes in once, return difference
87 movl %r0,(%r3) # if divisor goes in once, store difference
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DTimeValue.h378 TimeValue difference (tv1.seconds_ - tv2.seconds_, tv1.nanos_ - tv2.nanos_ );
379 difference.normalize ();
380 return difference;
/minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-06-20-.NET-Differences.txt6 One significant difference between .NET CLR and our VM is that the CLR
13 This is an important difference because I think there are some significant
/minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s27 # the PC-relative page (4 KiB) difference between the adrp instruction and the
42 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s8 # assembler, looking at the difference between the x32 ABI and default x86-64
/minix3/external/bsd/kyua-cli/dist/engine/
H A Dfilters.hpp101 std::set< test_filter > difference(const std::set< test_filter >&) const;
H A Dfilters.cpp281 engine::test_filters::difference(const std::set< test_filter >& matched) const in difference() function in engine::test_filters
370 return _filters.difference(_used_filters); in unused()
/minix3/crypto/external/bsd/openssl/dist/times/
H A Dreadme4 make upto a %10 speed difference when running benchmarks on things like
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantRangeTest.cpp303 EXPECT_EQ(Full.difference(Empty), Full); in TEST_F()
304 EXPECT_EQ(Full.difference(Full), Empty); in TEST_F()
305 EXPECT_EQ(Empty.difference(Empty), Empty); in TEST_F()
306 EXPECT_EQ(Empty.difference(Full), Empty); in TEST_F()
314 EXPECT_EQ(A.difference(B), C); in TEST_F()
315 EXPECT_EQ(B.difference(A), D); in TEST_F()
316 EXPECT_EQ(E.difference(A), F); in TEST_F()
/minix3/crypto/external/bsd/openssl/dist/crypto/des/times/
H A Dusparc.cc5 I believe the difference is tied up in optimisation that the compiler
/minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_i386_DynNoPIC_relocations.s11 # Test section difference relocation to non-lazy ptr section.
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dhilo-addressing.s24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dadd.ll99 define i32 @test14(i32 %offset, i32 %difference) {
100 %tmp.2 = and i32 %difference, 3 ; <i32> [#uses=1]
102 %tmp.5.mask = and i32 %difference, -4 ; <i32> [#uses=1]
103 ; == add %offset, %difference
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h157 ConstantRange difference(const ConstantRange &CR) const;
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dbreak-anti-dependencies.ll1 ; Without list-burr scheduling we may not see the difference in codegen here.
H A Dtls-addr-non-leaf-function.ll19 ; function, and the difference in the options does not affect codegen: both
/minix3/crypto/external/bsd/openssl/lib/libdes/
H A DKERBEROS13 The primarily difference is that it should compile under kerberos :-).
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A DKERBEROS13 The primarily difference is that it should compile under kerberos :-).
/minix3/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Dreadme17 the 'ks' key schedules. The only difference between the 4 functions is that
21 make a big difference to have them located near the des_encrypt2 function
116 difference on some boxes to have the functions code located close to
/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/AlignedBundling/
H A Dlabeloffset.s30 # The difference between the labels should be 0x20 (0x40-0x20) not 0x1b
/minix3/crypto/external/bsd/openssl/dist/test/
H A Dtest.cnf31 # A few difference way of specifying how similar the request should look
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DREADME.txt30 primary difference is to use the `man` makefile target, instead of the

1234567