Alan Modra 33ee81de05 PowerPC LE strnlen
http://sourceware.org/ml/libc-alpha/2013-08/msg00098.html

The existing strnlen code has a number of defects, so this patch is more
than just adding little-endian support.  The changes here are similar to
those for memchr.

	* sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
	little-endian support.  Remove unnecessary "are we done" tests.
	Handle "s" wrapping around zero and extremely large "size".
	Correct main loop count.  Handle single left-over word from main
	loop inline rather than by using small_loop.  Correct comments.
	Delete "zero" tail, use "end_max" instead.
	* sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
2013-10-04 10:39:42 +09:30
..
2013-06-05 20:44:03 +00:00
2013-08-21 19:48:48 +02:00
2013-10-04 10:38:28 +09:30
2013-06-05 20:44:03 +00:00
2013-10-04 10:39:42 +09:30
2013-09-18 14:46:57 +00:00
2013-10-04 10:38:28 +09:30
2013-10-04 10:38:28 +09:30
2012-10-09 15:41:30 -07:00
2012-07-17 23:57:43 +02:00
2013-09-04 15:25:42 +00:00
2013-06-06 20:36:07 +02:00
2013-10-04 10:38:28 +09:30
2013-09-18 14:46:57 +00:00
2013-10-04 10:38:28 +09:30
2013-09-23 00:52:09 -04:00
2013-10-04 10:39:32 +09:30
2013-09-04 15:25:42 +00:00