Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dstrcpy.h44 int adjust, offset, soffset, doffset, shift; in _strncpy() local
58 doffset = (int) dest & 15; in _strncpy()
69 curlen = spu_splats((unsigned int) (maxlen + doffset)); in _strncpy()
76 vtmp = spu_cmpgt(spu_promote(doffset, 0), spu_promote(soffset, 0)); in _strncpy()
78 offset = soffset - doffset; in _strncpy()
91 mask1 = spu_rlmaskqwbyte(all_ones, -doffset); in _strncpy()