/external/clang/test/CodeGen/ |
asm-inout.c | 23 void test3(int *vout, int vin) 26 asm ("opr %[vout],%[vin]" 27 : [vout] "=r,=m,=r" (*vout)
|
/frameworks/rs/ |
rsAnimation.cpp | 63 float *vout = (float *)malloc(valueCount * sizeof(float)); 65 a->mValuesOutput = vout; 78 memcpy(vout, outValues, valueCount * sizeof(float)); 102 t = vout[ct-1]; 103 vout[ct-1] = vout[ct]; 104 vout[ct] = t;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 133 float *vOut = (float *) output; 136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert]; 137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert]; 138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert]; 139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert]; 143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]); 145 vOut += output_stride / 4 [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 133 float *vOut = (float *) output; 136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert]; 137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert]; 138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert]; 139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert]; 143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]); 145 vOut += output_stride / 4 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
alisp.h | 29 snd_output_t *vout; /* verbose output */ member in struct:alisp_cfg
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
alisp.h | 29 snd_output_t *vout; /* verbose output */ member in struct:alisp_cfg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
alisp.h | 29 snd_output_t *vout; /* verbose output */ member in struct:alisp_cfg
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
InputController.java | 50 * MCP9701/9701A, respectively. VOUT = TC?TA+V0degC
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex.h | 103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib,
|
t_vertex.c | 246 void _tnl_set_attr( struct gl_context *ctx, void *vout, 256 a[j].insert[4-1]( &a[j], (GLubyte *)vout + a[j].vertoffset, src );
|
t_vertex_generic.c | 1020 const GLubyte *vout = vtx->vertex_buf + eout * vtx->vertex_size; local 1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.h | 103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib,
|
t_vertex.c | 246 void _tnl_set_attr( struct gl_context *ctx, void *vout, 256 a[j].insert[4-1]( &a[j], (GLubyte *)vout + a[j].vertoffset, src );
|
t_vertex_generic.c | 1020 const GLubyte *vout = vtx->vertex_buf + eout * vtx->vertex_size; local 1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.cpp | 712 VideoEncFrameIO vin, vout; local 714 memset(&vout, 0, sizeof(vout)); 725 if (!PVEncodeVideoFrame(mHandle, &vin, &vout,
|
/external/speex/libspeex/ |
filters.c | 102 spx_word32_t vout = ADD32(MULT16_16(num[0], x[i]),mem[0]); local 103 yi = EXTRACT16(SATURATE(PSHR32(vout,14),32767)); 104 mem[0] = ADD32(MAC16_16(mem[1], num[1],x[i]), SHL32(MULT16_32_Q15(-den[1],vout),1)); 105 mem[1] = ADD32(MULT16_16(num[2],x[i]), SHL32(MULT16_32_Q15(-den[2],vout),1));
|
mdf.c | 206 spx_word32_t vout = mem[0] + SHL32(EXTEND32(vin),15); local 208 mem[0] = mem[1] + SHL32(SHL32(-EXTEND32(vin),15) + MULT16_32_Q15(radius,vout),1); 210 mem[0] = mem[1] + 2*(-vin + radius*vout); 212 mem[1] = SHL32(EXTEND32(vin),15) - MULT16_32_Q15(den2,vout); 213 out[i] = SATURATE32(PSHR32(MULT16_32_Q15(radius,vout),15),32767); [all...] |
sb_celp.c | 89 int sb_decode(void *state, SpeexBits *bits, void *vout) 873 int sb_decode(void *state, SpeexBits *bits, void *vout) 887 spx_word16_t *out = (spx_word16_t*)vout; [all...] |
nb_celp.c | [all...] |
/external/opencv/cv/src/ |
cvfilter.cpp | [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_encoder.c | 330 opus_val32 vout; local 345 vout = S[ 0 ] + B[0]*inval; 347 S[ 0 ] = S[1] - vout*A[0] + B[1]*inval; 349 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL; 352 out[ k*stride ] = vout; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
QuickTime.py | [all...] |