HomeSort by: relevance | last modified time | path
    Searched refs:Compare (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exmisc.c 457 int Compare;
560 /* Lexicographic compare: compare the data bytes */
562 Compare = memcmp (Operand0->Buffer.Pointer,
573 (Compare == 0))
583 if (Compare > 0)
588 if (Compare < 0)
593 /* Bytes match (to shortest length), compare lengths */
603 if (Compare > 0)
607 if (Compare < 0
    [all...]
  /src/common/dist/zlib/contrib/ada/
mtest.adb 57 procedure Compare (Item : in Stream_Element_Array);
60 -- Compare --
63 procedure Compare (Item : in Stream_Element_Array) is
71 end Compare;
73 procedure Compare_Write is new ZLib.Write (Write => Compare);
test.adb 74 -- It is for compare data before and after compression/decompression.
77 -- Compare files. Based on the Compare_Streams.
139 Ada.Text_IO.Put_Line ("Compare error :"
376 -- Compare reading from original file and from
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 56 if (Mem::Compare((TUint8 *)hdr.elf.e_ident, SELFMAG,
  /src/sys/arch/mac68k/obio/
iwm.s 642 * Add a branch for Verify (compare to buffer)
687 eorb %d1,%d2 | Compare side bits
691 cmpb %a4@(o_track),%d1 | Compare to the header we've read
790 * Compare sector # to what we wanted: If it matches, read directly
796 cmpb %a6@(-5),%d1 | Compare to the sector# we want
872 cmpb %d2,%d5 | Compare first checksum to %D5
884 cmpb %d2,%d6 | Compare second checksum to %D6
895 cmpb %d1,%d7 | Compare third checksum to %D7
930 cmpb %a6@(-5),%d1 | Compare to the sector we want
1001 eorb %d1,%d2 | Compare side bit
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 580 template <class T, class Compare = CompareLess<T>>
581 void Sort(T *v, uptr size, Compare comp = {}) {
618 template <class Container, class Value, class Compare>
620 const Value &val, Compare comp) {
  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 132 # expressions, braces and parentheses. (Compare ':M', ':S', and
  /src/sys/arch/m68k/060sp/dist/
isp.s 1936 bra.w chk2_cmp2_compare # go do the compare emulation
1954 btst &0x7, EXC_EXTWORD(%a6) # address compare?
1957 # operation is a data register compare.
1960 bra.w chk2_cmp2_compare # go emulate compare
1978 btst &0x7, EXC_EXTWORD(%a6) # address compare?
1981 # operation is a data register compare.
2726 # _isp_cas2_finish(): store ccodes, store compare regs #
2752 # Compare operands. Then call the "callout" _real_lock_page() for each #
2866 tst.b %d4 # update compare reg?
2897 tst.b %d4 # update compare reg
    [all...]
pfpsp.s 10176 # fcmp(): fp compare op routine #
10206 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
10211 fcmp.x %fp0,SRC(%a0) # do compare
11321 fabs.x %fp0 # compare absolute values
11774 fabs.x %fp0 # compare absolute values
14122 # Compare abs(YINT) to 10^(LEN-1) and 10^LEN
14126 fcmp.x %fp0,%fp2 # compare abs(YINT) with 10^(LEN-1)
14135 fcmp.x %fp0,%fp2 # compare abs(YINT) with 10^LEN
fpsp.s 8559 fcmp.x %fp0,LTHOLD(%pc) # compare with min threshold
9918 cmp.l %d1,%d4 # compare hi(R) and hi(Y)
9920 cmp.l %d2,%d5 # compare lo(R) and lo(Y)
9927 #..use the borrow of the previous compare
13744 # fcmp(): fp compare op routine #
13774 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
13779 fcmp.x %fp0,SRC(%a0) # do compare
14889 fabs.x %fp0 # compare absolute values
15342 fabs.x %fp0 # compare absolute values
24161 # Compare abs(YINT) to 10^(LEN-1) and 10^LE
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 720 cmp %g1, %g4 ! Compare TLB tags
737 cmp %g1, %g4 ! Compare TLB tags
931 cmp %g1, %g4 ! Compare TLB tags
948 cmp %g1, %g4 ! Compare TLB tags
1466 sub %g7, WSTATE_KERN, %g7; /* Compare & leave in register */ \
1582 subcc %g7, WSTATE_KERN, %g7; /* Compare & leave in register */ \
1651 cmp %g7, WSTATE_KERN; /* Compare & leave in register */ \
1999 cmp %g5, 0x0c0 ! so we mask lower bits & compare to 0b 0000 1100 0000

Completed in 46 milliseconds