Home
last modified time | relevance | path

Searched refs:end0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl125 cmp $in0,$end0
458 mov \$0xf80,$end0 # borrow $end0
467 and $end0,$in0
468 and %rsp,$end0
469 sub $in0,$end0
471 cmp \$768,$end0
686 mov \$0xf80,$end0 # borrow $end0
692 and $end0,$in0
693 and %rsp,$end0
694 sub $in0,$end0
[all …]
/freebsd/contrib/diff/src/
H A Dio.c574 char const *end0, *beg0; in find_identical_ends() local
660 end0 = p0; /* Addr of last char in file 0. */ in find_identical_ends()
683 while (i-- && p0 != end0) in find_identical_ends()
734 end0 = filevec[0].prefix_end; in find_identical_ends()
735 while (p0 != end0) in find_identical_ends()
H A Difdef.c99 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) in format_ifdef() argument
105 groups[0].upto = end0; in format_ifdef()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp735 uptr end0 = addr0 + size0; in ReportRace() local
738 uptr addr_max = max(end0, end1); in ReportRace()