Searched refs:a1 (Results 151 - 175 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/lib/msun/src/
H A De_lgammaf_r.c35 a1 = 3.22467119e-01, /* 0x3ea51a69 */ variable
175 p2 = z*(a1+z*(a3+z*a5));
H A De_lgamma_r.c96 a1 = 3.22467033424113591611e-01, /* 0x3FD4A34C, 0xC4A60FAD */ variable
254 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-tuple-test.cc148 tuple<int> a1, b1; local
149 b1 = a1;
/freebsd-13-stable/sys/kern/
H A Dsubr_acl_nfs4.c366 *a1, *a2, *a3, *a4, *a5, *a6; local
616 a1 = &(aclp->acl_entry[aclp->acl_cnt - 6]);
618 if (!_acl_entry_matches(a1, ACL_USER_OBJ, 0,
645 a1 = _acl_append(aclp, ACL_USER_OBJ, 0, ACL_ENTRY_TYPE_DENY);
658 KASSERT(a1 != NULL && a2 != NULL && a3 != NULL && a4 != NULL &&
668 a1->ae_perm |= ACL_READ_DATA;
672 a1->ae_perm |= (ACL_WRITE_DATA | ACL_APPEND_DATA);
676 a1->ae_perm |= ACL_EXECUTE;
/freebsd-13-stable/sys/mips/beri/
H A Dberi_machdep.c170 platform_start(__register_t a0, __register_t a1, __register_t a2, argument
177 char **argv = (char **)a1;
/freebsd-13-stable/sys/mips/malta/
H A Dmalta_machdep.c285 platform_start(__register_t a0, __register_t a1, __register_t a2, argument
291 int32_t *argv = (int32_t*)a1;
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_machdep.c210 platform_start(__register_t a0 __unused, __register_t a1 __unused,
216 char **argv = (char **)MIPS_PHYS_TO_KSEG0(a1);
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.exp13 fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2
/freebsd-13-stable/usr.sbin/rmt/
H A Drmt.c73 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl154 ($T1,$a0,$a1,$a2,$a3)=("%r12","%r13","%r14","%r15","%rdi");
166 ($T1,$a0,$a1,$a2,$a3)=("%r12d","%r13d","%r14d","%r15d","%edi");
195 ror \$`$Sigma0[2]-$Sigma0[1]`,$a1
199 xor $a,$a1
206 ror \$`$Sigma0[1]-$Sigma0[0]`,$a1
212 xor $a,$a1
219 ror \$$Sigma0[0],$a1 # Sigma0(a)
229 add $a1,$h # h+=Sigma0(a)
243 add $a1,$a # modulo-scheduled h+=Sigma0(a)
244 mov $a2,$a1
[all...]
/freebsd-13-stable/sys/sys/
H A Dsysctl.h281 #define SYSCTL_OID_RAW(id, parent_child_head, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
287 .oid_arg1 = (a1), \
299 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
300 SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, \
303 #define SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
306 nbr, #name, kind, a1, a2, handler, fmt, descr, label)
309 #define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
312 nbr, #name, kind, a1, a2, handler, fmt, descr, label)
314 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
317 sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h768 // Creates an action that does actions a1, a2, ..., sequentially in
772 DoAll(Action1 a1, Action2 a2) { argument
773 return internal::DoBothAction<Action1, Action2>(a1, a2);
779 DoAll(Action1 a1, Action2 a2, Action3 a3) { argument
780 return DoAll(a1, DoAll(a2, a3));
787 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) { argument
788 return DoAll(a1, DoAll(a2, a3, a4));
796 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) { argument
797 return DoAll(a1, DoAll(a2, a3, a4, a5));
805 DoAll(Action1 a1, Action argument
815 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7) argument
827 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8) argument
840 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9) argument
853 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9, Action10 a10) argument
2331 InvokeArgumentAdl(AdlTag, F f, A1 a1) argument
2335 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2) argument
2339 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3) argument
2344 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4) argument
2349 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) argument
2354 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) argument
2359 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) argument
2365 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) argument
2372 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) argument
2379 InvokeArgumentAdl(AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dparseaddr.c2854 register ADDRESS *SM_NONVOLATILE a1 = NULL; local
2893 a1 = buildaddr(pvp, NULL, 0, e); local
2906 if (a1 == NULL || sameaddr(a, a1))
2914 a1->q_flags &= ~Q_COPYFLAGS;
2915 a1->q_flags |= a->q_flags & Q_COPYFLAGS;
2916 a1->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_paddr);
2917 a1->q_finalrcpt = a->q_finalrcpt;
2918 a1->q_orcpt = a->q_orcpt;
2927 a1
3234 auto ADDRESS a1; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl34 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
50 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
66 ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3);
349 my ($ctx,$mac,$nonce) = ($a0,$a1,$a2);
/freebsd-13-stable/sys/mips/mips/
H A Dpm_machdep.c144 regs->a1 = (register_t)(intptr_t)&sfp->sf_si;
152 regs->a1 = ksi->ksi_code;
460 * a1 rtld cleanup (filled in by dynamic loader)
465 td->td_frame->a1 = 0;
/freebsd-13-stable/lib/libc/riscv/gen/
H A D_setjmp.S133 mv a0, a1
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c689 const void *a1,
693 const struct key_tok *p1 = a1;
708 const void *a1,
712 const struct key_tok *p1 = a1;
688 compare_key_tok_id( const void *a1, const void *a2 ) argument
707 compare_key_tok_text( const void *a1, const void *a2 ) argument
/freebsd-13-stable/sys/dev/cfe/
H A Dcfe_api.h177 int cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1);
/freebsd-13-stable/sys/cddl/dev/fbt/mips/
H A Dfbt_isa.c61 frame->a1, frame->a2,
/freebsd-13-stable/usr.bin/sed/
H A Dprocess.c305 if (cp->a1 == NULL && cp->a2 == NULL)
335 } else if (cp->a1 && MATCH(cp->a1)) {
354 r = MATCH(cp->a1);
/freebsd-13-stable/lib/libc/mips/string/
H A Dbcopy.S60 * a1 dst address
70 #define SRCREG a1
75 #define DSTREG a1
/freebsd-13-stable/sbin/dump/
H A Doptr.c421 datesort(const void *a1, const void *a2) argument
423 struct dumpdates *d1 = *(struct dumpdates **)a1;
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc98 MockBar(char a1, char a2, std::string a3, std::string a4, int a5, int a6, argument
100 str_ = std::string() + a1 + a2 + a3 + a4 + static_cast<char>(a5) +
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_nist.c311 #define nist_set_192(to, from, a1, a2, a3) \
315 bn_cp_64(to, 2, from, (a1) - 3) \
448 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
456 bn_cp_32(to, 6, from, (a1) - 7) \
628 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
637 bn_cp_32(to, 7, from, (a1) - 8) \
870 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \
883 bn_cp_32(to, 11, from, (a1) - 12) \
H A Dbn_srp.c20 # define bn_pack4(a1,a2,a3,a4) ((a1##UI64<<48)|(a2##UI64<<32)|(a3##UI64<<16)|a4##UI64)
22 # define bn_pack4(a1,a2,a3,a4) ((a1##UL<<48)|(a2##UL<<32)|(a3##UL<<16)|a4##UL)
24 # define bn_pack4(a1,a2,a3,a4) ((a1##ULL<<48)|(a2##ULL<<32)|(a3##ULL<<16)|a4##ULL)
27 # define bn_pack4(a1,a2,a3,a4) ((a3##UL<<16)|a4##UL), ((a1##UL<<16)|a2##UL)

Completed in 292 milliseconds

1234567891011