Home
last modified time | relevance | path

Searched +defs:obj1 +defs:o (Results 1 – 4 of 4) sorted by relevance

/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()
501 const Object obj1 = new Object; variable
517 shared Object obj1 = 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
[all …]
/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()
2833 PyObject * obj1 = 0 ; in _wrap_netpgp_t_c_set() local
2886 PyObject * obj1 = 0 ; in _wrap_netpgp_t_size_set() local
2939 PyObject * obj1 = 0 ; in _wrap_netpgp_t_name_set() local
2992 PyObject * obj1 = 0 ; in _wrap_netpgp_t_value_set() local
3044 PyObject * obj1 = 0 ; in _wrap_netpgp_t_pubring_set() local
3095 PyObject * obj1 = 0 ; in _wrap_netpgp_t_secring_set() local
3146 PyObject * obj1 = 0 ; in _wrap_netpgp_t_io_set() local
3197 PyObject * obj1 = 0 ; in _wrap_netpgp_t_passfp_set() local
3419 PyObject * obj1 = 0 ; in _wrap_netpgp_list_packets() local
[all …]
/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/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