Searched refs:all_ones (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | strcpy.h | 52 const vec_uchar16 all_ones = { 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, in _strncpy() local 91 mask1 = spu_rlmaskqwbyte(all_ones, -doffset); in _strncpy() 127 maskzero = spu_slqwbyte(all_ones, shift); in _strncpy() 169 maskzero = spu_slqwbyte(all_ones, shift); in _strncpy()
|