Searched refs:_r (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-input-vmmouse/dist/shared/
H A Dvmmouse_proto.h69 #define DECLARE_REG32_STRUCT(_r) \
74 } vE##_r##_; \
75 uint32_t vE##_r; \
80 #define DECLARE_REG64_STRUCT(_r) \
82 DECLARE_REG32_STRUCT(_r); \
86 } vR##_r##_; \
87 uint64_t vR##_r; \
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_yuv.h61 const float _r = SATURATE(r); local in function:util_format_rgb_float_to_yuv
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; local in function:util_format_yuv_to_rgb_8unorm
117 *r = CLAMP(_r, 0, 255);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_yuv.h61 const float _r = CLAMP(r, 0.0f, 1.0f); local in function:util_format_rgb_float_to_yuv
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; local in function:util_format_yuv_to_rgb_8unorm
117 *r = CLAMP(_r, 0, 255);
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_pthread.m4306 # More AIX lossage: compile with *_r variant
315 [AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])],
316 [AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])])
/xsrc/external/mit/xorg-server/dist/m4/
H A Dax_pthread.m4306 # More AIX lossage: compile with *_r variant
315 [AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])],
316 [AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])])
/xsrc/external/mit/editres/dist/
H A DeditresP.h65 #define _XEditResGetBoolean(_s, _r) _XEditResGet8((_s), (unsigned char *)(_r))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c564 driver_sort(const void *_l, const void *_r) argument
567 const char *r = *(const char **)_r;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c388 long b ## _r = c ? (long)( FT_ULONG_MAX >> PIXEL_BITS ) / ( b ) \
391 (TCoord)( ( (unsigned long)( a ) * (unsigned long)( b ## _r ) ) >> \
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c14972 int *_n, xRectangle **_r,
14984 __FUNCTION__, (*_r)->x, (*_r)->y, (*_r)->width, (*_r)->height));
14987 while (*_n && ((*_r)->width == 0 || (*_r)->height == 0))
14988 --*_n, ++*_r;
14994 r = *_r;
14971 sna_poly_fill_rect_extents(DrawablePtr drawable,GCPtr gc,int * _n,xRectangle ** _r,BoxPtr out) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c14748 int *_n, xRectangle **_r,
14760 __FUNCTION__, (*_r)->x, (*_r)->y, (*_r)->width, (*_r)->height));
14763 while (*_n && ((*_r)->width == 0 || (*_r)->height == 0))
14764 --*_n, ++*_r;
14770 r = *_r;
14747 sna_poly_fill_rect_extents(DrawablePtr drawable,GCPtr gc,int * _n,xRectangle ** _r,BoxPtr out) argument
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mmx.c598 r = _mm_and_si64 (p, MC (565_r));
/xsrc/external/mit/fontconfig/dist/
H A Dconfigure20146 # More AIX lossage: compile with *_r variant
20155 if as_fn_executable_p ${CC}_r
20157 PTHREAD_CC="${CC}_r"
20160 for ac_prog in ${CC}_r
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure28347 # More AIX lossage: compile with *_r variant
28356 if as_fn_executable_p ${CC}_r
28358 PTHREAD_CC="${CC}_r"
28361 for ac_prog in ${CC}_r
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2953 - spirv: Implement vload[a]_half[n\] and vstore[a]_half[n][_r\]

Completed in 99 milliseconds