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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1067 __mf_uncache_object (__mf_object_t *old_obj) argument
1072 if (LIKELY (old_obj->read_count + old_obj->write_count))
1076 uintptr_t low = old_obj->low;
1077 uintptr_t high = old_obj->high;
1240 __mf_object_t *old_obj = NULL; local
1258 old_obj = objs[0];
1260 || ((sz == 0) ? 0 : (sz != (old_obj->high - old_obj->low + 1))) /* size mismatch */
1261 || ((uintptr_t) ptr != old_obj
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c946 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1040 old_obj = __DECONST (ucl_object_t *, ucl_hash_search (container,
1043 if (strcasecmp (params->target, "array") == 0 && old_obj == NULL) {
1045 old_obj = ucl_object_new_full (UCL_ARRAY, params->priority);
1046 old_obj->key = params->prefix;
1047 old_obj->keylen = strlen (params->prefix);
1048 ucl_copy_key_trash(old_obj);
1049 old_obj->prev = old_obj;
1050 old_obj
1567 ucl_object_t *obj, *old_obj; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c426 struct drm_i915_gem_object *obj, *old_obj; local
438 old_obj = intel_plane->obj;
532 if (old_obj) {
539 if (old_obj != obj) {
544 intel_unpin_fb_obj(old_obj);

Completed in 162 milliseconds