Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dstrcmp.c45 unsigned int offset1, offset2; in strcmp() local
56 offset1 = (unsigned int)(ptr1) & 15; in strcmp()
59 shuffle1 = (vec_uchar16)spu_add((vec_uint4)spu_splats((unsigned char)offset1), in strcmp()
Dstrncmp.h50 unsigned int offset1, offset2; in _strncmp_internal() local
64 offset1 = (unsigned int)(ptr1) & 15; in _strncmp_internal()
68 spu_add((vec_uint4)spu_splats((unsigned char)offset1), in _strncmp_internal()
/picolibc-latest/newlib/libc/time/
Dtzset.c122 long offset0, offset1; in _tzset_unlocked() local
245 offset1 = offset0 - 3600; in _tzset_unlocked()
247 offset1 = sign * (ss + SECSPERMIN * mm + SECSPERHOUR * hh); in _tzset_unlocked()
332 tz->__tzrule[1].offset = offset1; in _tzset_unlocked()