Searched refs:rets (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c606 unsigned long ret, rets = 0; local in function:mapVidMemSparse
659 rets = (unsigned long)mmap((caddr_t)(SPARSE_BASE + (Base << 5)),
674 if (rets == (unsigned long)MAP_FAILED ||
675 rets != (SPARSE_BASE + (Base << 5)))
683 if (rets)
686 Base, Size, ret, rets);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fp16_conv.c220 nir_ssa_def *rets[NIR_MAX_VEC_COMPONENTS] = { NULL }; local in function:lower_fp16_cast_impl
224 rets[i] = float_to_half_impl(b, comp, mode);
227 return nir_vec(b, rets, dst->num_components);

Completed in 4 milliseconds