Searched refs:end0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | aesni-gcm-x86_64.pl | 87 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15"); 125 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 473 sub $end0,%rsp # avoid aliasing with key 479 lea -0xc0($inp,$len),$end0 686 mov \$0xf80,$end0 # borrow $end0 [all …]
|
/freebsd/contrib/diff/src/ |
H A D | io.c | 574 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 D | ifdef.c | 99 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 D | tsan_rtl_report.cpp | 735 uptr end0 = addr0 + size0; in ReportRace() local 738 uptr addr_max = max(end0, end1); in ReportRace()
|