Searched refs:ao (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h81 inline const char *toIRString(AtomicOrdering ao) { argument
85 return names[static_cast<size_t>(ao)];
88 /// Returns true if ao is stronger than other as defined by the AtomicOrdering
90 inline bool isStrongerThan(AtomicOrdering ao, AtomicOrdering other) { argument
102 return lookup[static_cast<size_t>(ao)][static_cast<size_t>(other)];
105 inline bool isAtLeastOrStrongerThan(AtomicOrdering ao, AtomicOrdering other) { argument
117 return lookup[static_cast<size_t>(ao)][static_cast<size_t>(other)];
120 inline bool isStrongerThanUnordered(AtomicOrdering ao) { argument
121 return isStrongerThan(ao, AtomicOrdering::Unordered);
124 inline bool isStrongerThanMonotonic(AtomicOrdering ao) { argument
128 isAcquireOrStronger(AtomicOrdering ao) argument
132 isReleaseOrStronger(AtomicOrdering ao) argument
136 toCABI(AtomicOrdering ao) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.c177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; local
185 if ((ao[ADDED_NID] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL)
188 if ((ao[ADDED_DATA] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL)
191 if ((ao[ADDED_SNAME] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL)
194 if ((ao[ADDED_LNAME] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL)
198 if (ao[
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am46 alias.c ao-strs.c ao-strs.h \
H A DMakefile.in467 ag-char-map.h alias.c ao-strs.c ao-strs.h autoopts/project.h \
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dest.c347 AttrOrOID *ao = sk_value( local
350 switch (ao->type) {
352 add_csrattrs_oid(ctx, ao->d.oid, exts);
355 add_csrattrs_attr(ctx, ao->d.attribute, exts);
367 AttrOrOID *ao = sk_AttrOrOID_value(csrattrs->attrs, i);
369 AttrOrOID *ao = SKM_sk_value(AttrOrOID, csrattrs->attrs, i);
371 switch (ao->type) {
373 add_csrattrs_oid(ctx, ao->d.oid, exts);
376 add_csrattrs_attr(ctx, ao->d.attribute, exts);
/freebsd-13-stable/tools/tools/vop_table/
H A Dvop_table.pl65 @ao = split //,$avops;
67 foreach $aoz (@ao) {
/freebsd-13-stable/contrib/gdtoa/
H A Dmakefile87 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c2198 struct pf_addr ao; local
2201 PF_ACPY(&ao, a, af);
2213 ao.addr16[0], an->addr16[0], 0),
2214 ao.addr16[1], an->addr16[1], 0);
2218 ao.addr16[0], an->addr16[0], u),
2219 ao.addr16[1], an->addr16[1], u);
2229 ao.addr16[0], an->addr16[0], u),
2230 ao.addr16[1], an->addr16[1], u),
2231 ao.addr16[2], an->addr16[2], u),
2232 ao
2255 u_int32_t ao; local
2266 u_int32_t ao; local
2280 struct pf_addr ao; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFile.h152 [offsetInSect](const SectionOffsetAndAtom &ao,
157 uint64_t atomsEndOffset = ao.offset+ao.atom->rawContent().size();
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_lib.c627 const BIGNUM *ao, *bo, *ac, *bc; local
629 ao = EC_GROUP_get0_order(a);
633 if (ao == NULL || bo == NULL) {
638 if (BN_cmp(ao, bo) || BN_cmp(ac, bc))
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Drpc.c288 ret_auth_opaque(krb5_storage *msg, struct opaque_auth *ao) argument
291 ret = krb5_ret_uint32(msg, &ao->flavor);
293 ret = ret_data_xdr(msg, &ao->data);

Completed in 110 milliseconds