Home
last modified time | relevance | path

Searched refs:this_length (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c751 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
756 this_length); in __copy_to_user_swizzled()
760 cpu_offset += this_length; in __copy_to_user_swizzled()
761 gpu_offset += this_length; in __copy_to_user_swizzled()
762 length -= this_length; in __copy_to_user_swizzled()
777 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local
782 this_length); in __copy_from_user_swizzled()
786 cpu_offset += this_length; in __copy_from_user_swizzled()
787 gpu_offset += this_length; in __copy_from_user_swizzled()
788 length -= this_length; in __copy_from_user_swizzled()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c8946 size_t this_length = 0; in display_debug_names() local
8957 ++this_length; in display_debug_names()
8958 longest_clash = MAX (longest_clash, this_length); in display_debug_names()
8961 this_length = 0; in display_debug_names()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi1431 malloc (sizeof (struct line) + this_length);
1432 thisline->length = this_length;