Home
last modified time | relevance | path

Searched refs:_u (Results 1 – 25 of 134) sorted by relevance

123456

/external/libopus/celt/
Dcwrs.c568 static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){ in ncwrs_urow() argument
575 _u[0]=0; in ncwrs_urow()
576 _u[1]=um2=1; in ncwrs_urow()
583 do _u[k]=(k<<1)-1; in ncwrs_urow()
585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); in ncwrs_urow()
586 return _u[_k]+_u[_k+1]; in ncwrs_urow()
594 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y,opus_uint32 *_u){ in cwrsi() argument
602 p=_u[_k+1]; in cwrsi()
606 p=_u[_k]; in cwrsi()
607 while(p>_i)p=_u[--_k]; in cwrsi()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.h68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() local
72 *u = _u + 128; in util_format_rgb_float_to_yuv()
82 const int _u = u - 128; in util_format_yuv_to_rgb_float() local
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float()
91 *b = scale * (y_factor * _y + 2.018f * _u ); in util_format_yuv_to_rgb_float()
110 const int _u = u - 128; in util_format_yuv_to_rgb_8unorm() local
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h102 } _u; member
108 #define sa_handler _u._sa_handler
109 #define sa_sigaction _u._sa_sigaction
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h106 } _u; member
112 #define sa_handler _u._sa_handler
113 #define sa_sigaction _u._sa_sigaction
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.hlsl170 float3 _u = normalize((abs(s.x) > abs(s.y)) ? float3(-s.z, 0, s.x) : float3(0, -s.z, s.y));
171 float3 _v = normalize(cross(s, _u));
172 float3 dc_dU = s * dot(dd, _u) + _u * d;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc369 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1) in ExtractResolvFDs()
370 fds[cnt++] = statp->_u._ext.nssocks[i]; in ExtractResolvFDs()
/external/clang/test/SemaObjC/
Dunused-backing-ivar-warning.m38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this prope…
/external/sonivox/jet_tools/JetCreator/
Dimg_Undo.py58 \x01`L\xc0\x05Y0\xb1XF\xd8o\xd5\xd3\x1bX\x1b\x0e[N _u\xf4v\x0fN\x8b\x0c\xd9G\
/external/chromium-trace/trace-viewer/tracing/third_party/d3/
Dd3.min.js2 …n(t){return Math.pow(t,n)}}function Mu(n){return 1-Math.cos(n*Ea)}function _u(n){return Math.pow(2…
4 …ubic:function(){return mu},sin:function(){return Mu},exp:function(){return _u},circle:function(){r…
/external/selinux/policycoreutils/po/
Dcs.po3886 "end in an _u."
Dsi_LK.po3882 "end in an _u."
Dlo.po3882 "end in an _u."
Dtl.po3882 "end in an _u."
Dms_MY.po3882 "end in an _u."
Daln.po3882 "end in an _u."
Daz.po3882 "end in an _u."
Dbr.po3882 "end in an _u."
Dnn.po3881 "end in an _u."
Dkm.po3882 "end in an _u."
Den_US.po3882 "end in an _u."
Dtg.po3882 "end in an _u."
Dhe.po3881 "end in an _u."
Daf.po3882 "end in an _u."
Dlv_LV.po3883 "end in an _u."
Dsl.po3883 "end in an _u."

123456