/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 1088 my $aptr="%rsi"; # const BN_ULONG *aptr, 1148 sub %r11,%rbp # align with $aptr 1212 mov $aptr,$rptr 1321 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2] 1326 mov -32($aptr,$i),$a0 # a[0] 1328 mov -24($aptr,$i),%rax # a[1] 1330 mov -16($aptr,$i),$ai # a[2] 1347 mov -8($aptr,$i),$ai # a[3] 1366 mov ($aptr,$j),$ai # a[4] 1376 mov 8($aptr,$j),$ai # a[5] [all …]
|
H A D | armv4-mont.pl | 309 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5)); 334 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-( 467 vld1.32 {$A0-$A3},[$aptr]! 537 vld1.32 {$A0-$A3},[$aptr]! 605 subeq $aptr,$aptr,$num,lsl#2 @ rewind 609 vld1.32 {$A0-$A3},[$aptr]! 687 subs $aptr,sp,#0 @ clear carry flag 691 ldmia $aptr!, {r4-r7} 697 teq $aptr,$bptr @ preserves carry 701 ldr r10, [$aptr] @ load top-most bit [all …]
|
H A D | x86_64-mont.pl | 824 my $aptr="%rsi"; # const BN_ULONG *aptr, 868 # ensure that stack frame doesn't alias with $aptr modulo 875 sub $aptr,%r11 879 sub %r11,%rbp # align with $aptr 1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1119 mulx 0*8($aptr),$mi,%rax # a[0]*b[0] 1120 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0] 1123 mulx 2*8($aptr),%r12,%r13 # ... 1131 mulx 3*8($aptr),%rax,%r14 1133 lea 4*8($aptr),$aptr [all …]
|
H A D | armv8-mont.pl | 309 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("x$_",(0..5)); 353 ld1 {$A0.4s,$A1.4s},[$aptr],#32 423 ld1 {$A0.4s,$A1.4s},[$aptr],#32 497 sub $aptr,$aptr,$num,lsl#2 // rewind 502 ld1 {$A0.4s,$A1.4s},[$aptr],#32 590 subs $aptr,sp,#0 // clear carry flag 594 ldp w4,w5,[$aptr],#8 595 ldp w6,w7,[$aptr],#8 602 sub x17,$bptr,$aptr 607 ldr w10, [$aptr] // load top-most bit [all …]
|
/freebsd/contrib/bc/src/ |
H A D | library.c | 895 BclNum* aptr; in bcl_binary() local 913 aptr = BCL_NUM(ctxt, a); in bcl_binary() 916 assert(aptr != NULL && bptr != NULL); in bcl_binary() 917 assert(BCL_NUM_ARRAY(aptr) != NULL && BCL_NUM_ARRAY(bptr) != NULL); in bcl_binary() 922 req(BCL_NUM_NUM(aptr), BCL_NUM_NUM(bptr), ctxt->scale)); in bcl_binary() 924 op(BCL_NUM_NUM(aptr), BCL_NUM_NUM(bptr), BCL_NUM_NUM_NP(c), ctxt->scale); in bcl_binary() 931 bcl_num_dtor(ctxt, a, aptr); in bcl_binary() 1041 BclNum* aptr; in bcl_sqrt_helper() local 1057 aptr = BCL_NUM(ctxt, a); in bcl_sqrt_helper() 1059 bc_num_sqrt(BCL_NUM_NUM(aptr), BCL_NUM_NUM_N in bcl_sqrt_helper() 1092 BclNum* aptr; bcl_divmod_helper() local 1180 BclNum* aptr; bcl_modexp_helper() local 1251 BclNum* aptr; bcl_cmp() local 1426 BclNum* aptr; bcl_irand_helper() local 1590 BclNum* aptr; bcl_ifrand_helper() local [all...] |
H A D | lang.c | 73 BcAuto* aptr = bc_vec_item(&f->autos, i); in bc_func_insert() local 76 if (BC_ERR(idx == aptr->idx && type == aptr->type)) in bc_func_insert()
|
/freebsd/contrib/libedit/ |
H A D | readline.c | 793 char *aptr; in replace() local 794 if ((aptr = strrchr(*tmp, c)) == NULL) in replace() 796 aptr = strdup(aptr + 1); // XXX: check in replace() 798 *tmp = aptr; in replace() 815 char *tmp, *search = NULL, *aptr, delim; in _history_expand_command() local 822 aptr = NULL; in _history_expand_command() 843 if ((aptr = el_calloc(offs + 1, sizeof(*aptr))) in _history_expand_command() 846 (void)strlcpy(aptr, command, offs + 1); in _history_expand_command() 858 if (ptr == NULL && aptr == NULL) in _history_expand_command() 862 *result = strdup(aptr ? aptr : ptr); in _history_expand_command() [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_audit.c | 221 struct in6_addr *aptr; in au_assemble() local 255 aptr = (struct in6_addr *)&aia.ai_termid.at_addr[0]; in au_assemble() 257 (IN6_IS_ADDR_UNSPECIFIED(aptr)) ? in au_assemble()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 125 define void @f4a(i128 *%aptr, i64 %base) { 128 %a = load volatile i128 *%aptr 131 store i128 %add, i128 *%aptr
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_htable.c | 1030 ipf_iphmfindgroup(ipf_main_softc_t *softc, void *tptr, void *aptr) in ipf_iphmfindgroup() argument 1039 addr = aptr; in ipf_iphmfindgroup() 1063 ipf_iphmfindip(ipf_main_softc_t *softc, void *tptr, int ipversion, void *aptr, in ipf_iphmfindip() argument 1071 if (tptr == NULL || aptr == NULL) in ipf_iphmfindip() 1075 addr = aptr; in ipf_iphmfindip()
|
/freebsd/contrib/diff/src/ |
H A D | util.c | 612 long int *aptr, long int *bptr) in translate_range() argument 614 *aptr = translate_line_number (file, a - 1) + 1; in translate_range()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 2243 va_list aptr; in printf_color() local 2249 va_start(aptr, format); in printf_color() 2250 rc = vprintf(format, aptr); in printf_color() 2251 va_end(aptr); in printf_color()
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 974 my ($rptr,$aptr,$bptr,$toutptr)=map("r$_",(0..3)); 991 vld1.32 {$A0-$A3}, [$aptr] @ can't specify :32 :-(
|