Searched refs:this_object (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_base_object.h127 #define sci_base_object_get_logger(this_object) \
128 (((SCI_BASE_OBJECT_T *)(this_object))->logger)
132 #define sci_base_object_get_logger(this_object) NULL
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcov.c229 struct gcov_summary this_object; local
241 memset (&this_object, 0, sizeof (this_object));
273 cs_ptr = &this_object.ctrs[t_ix];
430 cs_tobj = &this_object.ctrs[t_ix];
H A Dggc-common.c436 char *this_object = NULL;
513 this_object = xrealloc (this_object, this_object_size);
515 memcpy (this_object, state.ptrs[i]->obj, state.ptrs[i]->size);
527 memcpy (state.ptrs[i]->obj, this_object, state.ptrs[i]->size);
435 char *this_object = NULL; local

Completed in 94 milliseconds