Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dstrcmp.c45 unsigned int offset1, offset2; in strcmp() local
57 offset2 = (unsigned int)(ptr2) & 15; in strcmp()
61 shuffle2 = (vec_uchar16)spu_add((vec_uint4)spu_splats((unsigned char)offset2), in strcmp()
Dstrncmp.h50 unsigned int offset1, offset2; in _strncmp_internal() local
65 offset2 = (unsigned int)(ptr2) & 15; in _strncmp_internal()
71 spu_add((vec_uint4)spu_splats((unsigned char)offset2), in _strncmp_internal()