Searched refs:vobj (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | params_test.c | 88 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/ |
| H A D | emutls.c | 140 __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.old/dist/libgcc/ |
| H A D | emutls.c | 140 __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/ |
| H A D | extend.texi | 9718 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 …]
|
| H A D | gcc.info | 40943 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/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 9155 volatile int vobj; 9157 vobj = 1; 9161 Unless @var{*ptr} and @var{vobj} can be aliased, it is not guaranteed 9163 of @var{vobj} happens. If you need this guarantee, you must use 9168 volatile int vobj; 9171 vobj = 1; 9188 to the volatile object. For instance, there is no read of @var{vobj} 9193 volatile int vobj; 9194 vobj = @var{something}; 9195 obj = vobj = @var{something}; [all …]
|
| H A D | gcc.info | 37343 volatile int vobj; 37345 vobj = 1; 37352 volatile int vobj; 37355 vobj = 1; 37373 volatile int vobj; 37374 vobj = SOMETHING; 37375 obj = vobj = SOMETHING; 37376 obj ? vobj = ONETHING : vobj = ANOTHERTHING; 37377 obj = (SOMETHING, vobj = ANOTHERTHING); 53711 volatile int vobj; [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/ |
| H A D | fnchange.lst | 274 @V@/gdb/gdbtk/generic/gdbtk-varobj.c @V@/gdb/gdbtk/generic/gdbtk-vobj.c
|