Home
last modified time | relevance | path

Searched +defs:obj2 +defs:o (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h76 #define val_(o) ((o)->value_) argument
77 #define valraw(o) (val_(o)) argument
81 #define rawtt(o) ((o)->tt_) argument
88 #define ttypetag(o) withvariant(rawtt(o)) argument
91 #define ttype(o) (novariant(rawtt(o))) argument
95 #define checktag(o,t) (rawtt(o) == (t)) argument
96 #define checktype(o,t) (ttype(o) == (t)) argument
118 #define settt_(o,t) ((o)->tt_=(t)) argument
122 #define setobj(L,obj1,obj2) \ argument
176 #define s2v(o) (&(o)->val) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d154 int opCmp(Object o) in opCmp()
208 bool opEquals(Object o) in opEquals()
338 bool opEquals(const F o) const @safe nothrow pure in opEquals()
367 bool opEquals(const Base o) @safe in opEquals()
378 bool opEquals(const Base o) @safe in opEquals()
502 const Object obj2 = new Object; variable
590 override bool opEquals(Object o) in opEquals()
816 override bool opEquals(Object o) in opEquals()
818 if (this is o) in opEquals() local
979 override bool opEquals(Object o) in opEquals()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d325 …override bool opEquals(const Object o) const @safe nothrow { return TypeInfo.opEquals(cast(const T… in opEquals()
679 Bacon obj2 = new Bacon; variable
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c2242 PyModule_AddObject(PyObject *m, char *name, PyObject *o) in PyModule_AddObject()
3420 PyObject * obj2 = 0 ; in _wrap_netpgp_list_packets() local
3472 PyObject * obj2 = 0 ; in _wrap_netpgp_setvar() local
3551 PyObject * obj2 = 0 ; in _wrap_netpgp_incvar() local
3632 PyObject * obj2 = 0 ; in _wrap_netpgp_set_homedir() local
3749 PyObject * obj2 = 0 ; in _wrap_netpgp_get_key() local
3862 PyObject * obj2 = 0 ; in _wrap_netpgp_generate_key() local
3913 PyObject * obj2 = 0 ; in _wrap_netpgp_encrypt_file() local
3976 PyObject * obj2 = 0 ; in _wrap_netpgp_decrypt_file() local
4041 PyObject * obj2 = 0 ; in _wrap_netpgp_sign_file() local
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_input.c2870 struct isl_obj obj1, struct isl_obj obj2) in obj_add()
3011 struct isl_obj o; in obj_read_disjuncts() local