Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dstrcmp.c43 unsigned int offset1, offset2; in strcmp() local
55 offset2 = (unsigned int)(ptr2) & 15; in strcmp()
59 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()