Home
last modified time | relevance | path

Searched refs:vobj (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dparams_test.c88 static void cleanup_object(void *vobj) in cleanup_object() argument
90 struct object_st *obj = vobj; in cleanup_object()
130 static int raw_set_params(void *vobj, const OSSL_PARAM *params) in raw_set_params() argument
132 struct object_st *obj = vobj; in raw_set_params()
171 static int raw_get_params(void *vobj, OSSL_PARAM *params) in raw_get_params() argument
173 struct object_st *obj = vobj; in raw_get_params()
209 static int api_set_params(void *vobj, const OSSL_PARAM *params) in api_set_params() argument
211 struct object_st *obj = vobj; in api_set_params()
245 static int api_get_params(void *vobj, OSSL_PARAM *params) in api_get_params() argument
247 struct object_st *obj = vobj; in api_get_params()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Demutls.c140 __emutls_get_address (void *vobj) in __emutls_get_address() argument
142 struct __emutls_object *obj = vobj; in __emutls_get_address()
206 __emutls_register_common (void *vobj, in __emutls_register_common() argument
209 struct __emutls_object *obj = vobj; in __emutls_register_common()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi9718 volatile int vobj;
9720 vobj = 1;
9724 Unless @var{*ptr} and @var{vobj} can be aliased, it is not guaranteed
9726 of @var{vobj} happens. If you need this guarantee, you must use
9731 volatile int vobj;
9734 vobj = 1;
9751 to the volatile object. For instance, there is no read of @var{vobj}
9756 volatile int vobj;
9757 vobj = @var{something};
9758 obj = vobj = @var{something};
[all …]
Dgcc.info40943 volatile int vobj;
40945 vobj = 1;
40952 volatile int vobj;
40955 vobj = 1;
40973 volatile int vobj;
40974 vobj = SOMETHING;
40975 obj = vobj = SOMETHING;
40976 obj ? vobj = ONETHING : vobj = ANOTHERTHING;
40977 obj = (SOMETHING, vobj = ANOTHERTHING);
56696 volatile int vobj;
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/config/djgpp/
Dfnchange.lst274 @V@/gdb/gdbtk/generic/gdbtk-varobj.c @V@/gdb/gdbtk/generic/gdbtk-vobj.c