Home
last modified time | relevance | path

Searched refs:aop (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/objects/
Dobj_dat.c233 ADDED_OBJ *ao[4]={NULL,NULL,NULL,NULL},*aop; in OBJ_add_object() local
253 aop=(ADDED_OBJ *)lh_insert(added,ao[i]); in OBJ_add_object()
255 if (aop != NULL) in OBJ_add_object()
256 OPENSSL_free(aop); in OBJ_add_object()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c7964 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
7965 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
7966 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
7967 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
7974 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
7975 TxC3(mnem, aop, 0x##top, nops, ops, ae, te)
7976 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
7977 TxC3(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
8006 #define TCM(m1,m2, aop, top, nops, ops, ae, te) \ argument
8007 TxCM(m1,m2, aop, 0x##top, nops, ops, ae, te)
[all …]