Searched refs:vs (Results 1 – 5 of 5) sorted by relevance
42 vec_uchar16 *vs; in memset() local45 vs = (vec_uchar16 *)(s); in memset()60 *vs = spu_sel(*vs, vc, mask); in memset()61 vs++; in memset()67 vs[0] = vc; in memset()68 vs[1] = vc; in memset()69 vs[2] = vc; in memset()70 vs[3] = vc; in memset()71 vs[4] = vc; in memset()72 vs[5] = vc; in memset()[all …]
89 struct vax_single vs, *vsp; in xdr_float() local96 vs = *((struct vax_single *) fp); in xdr_float()100 if ((vs.mantissa2 == lim->s.mantissa2) && in xdr_float()101 (vs.exp == lim->s.exp) && (vs.mantissa1 == lim->s.mantissa1)) in xdr_float()107 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; in xdr_float()108 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2; in xdr_float()110 is.sign = vs.sign; in xdr_float()
41 @cindex @code{errno} global vs macro
544 # --picolibc-buildtype options, system-root vs absolute paths and
10263 for some cases, now store the result in an int vs int*.10620 * libc/machine/spu/clearerr.c: Call __send_to_ppe vs send_to_ppe.11245 telling fixincludes that we handle C vs. C++ issue.12299 * libc/include/stdint.h: Cleanup #if vs. #ifdef.12759 * libm/common/s_lrint.c (lrint): Fix signed-vs-unsigned comparison19452 _strtoll_r vs. __strtoll_r.20390 * Makefile.am: Fix space vs. tab problem in install-data-local.