Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dstrcmp.c43 unsigned int offset1, offset2; in strcmp() local
54 offset1 = (unsigned int)(ptr1) & 15; in strcmp()
57 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-3.5.0-3.4.0/newlib/libc/time/
Dtzset.c124 long offset0, offset1; in _tzset_unlocked() local
257 offset1 = offset0 - 3600; in _tzset_unlocked()
259 offset1 = sign * (ss + SECSPERMIN * mm + SECSPERHOUR * hh); in _tzset_unlocked()
344 tz->__tzrule[1].offset = offset1; in _tzset_unlocked()