Home
last modified time | relevance | path

Searched refs:do_bytes (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/arch-mips/string/
Dstrlen.c40 do_bytes (const char *base, const char *p, op_t inval) in do_bytes() function
65 return do_bytes(str, (const char *)(w + cnt), val); \
69 do_bytes (const char *base, const char *p) in do_bytes() function
77 return do_bytes(str, (const char *)(w + cnt)); \
Dstrnlen.c40 do_bytes (const char *base, const char *p, op_t inval) in do_bytes() function
65 return do_bytes(str, (const char *)(in), tmp); \
69 do_bytes (const char *base, const char *p) in do_bytes() function
77 return do_bytes(str, (const char *)(in)); \
Dmemchr.c46 do_bytes (const op_t* w, op_t inval) in do_bytes() function
72 return do_bytes(in, tmp); \
76 do_bytes (const op_t* w, unsigned char ch) in do_bytes() function
86 return do_bytes(in, ch); \
Dstrchr.c67 return do_bytes(w + cnt, ch); \
72 do_bytes (const op_t* w, unsigned char ch) in do_bytes() function
Dmemcmp.c112 do_bytes (const void *a, const void *b, unsigned long len) in do_bytes() function
212 return do_bytes (a, b, bytes); in unaligned_words()
219 return do_bytes (a, b, (sizeof (reg_t) * words) + bytes); in unaligned_words()
309 return do_bytes (a, b, bytes); in aligned_words()
318 return do_bytes (a, b, len); in memcmp()
330 res = do_bytes (a, b, bytes); in memcmp()
Dmemcpy.c90 do_bytes (void *a, const void *b, unsigned long len, void *ret) in do_bytes() function
296 return do_bytes (a, b, len, a); in memcpy()
307 do_bytes (a, b, bytes, ret); in memcpy()
Dmemmove.c90 do_bytes (void *a, const void *b, unsigned long len, void *ret) in do_bytes() function
398 return do_bytes (dst0, src0, length, ret); in memmove()
409 do_bytes (dst0, src0, bytes, ret); in memmove()