Searched defs:cvt (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/none/tests/arm/
H A Dneon128.c37 } cvt; local
38 cvt.f = x;
39 return cvt.u;
3291 } cvt; local
3292 cvt.f = x;
3293 return cvt.u;
H A Dneon64.c38 } cvt; local
39 cvt.f = x;
40 return cvt.u;
4575 } cvt; local
4576 cvt.f = x;
4577 return cvt.u;
H A Dvfp.c30 } cvt; local
31 cvt.f = x;
32 return cvt.u;
39 } cvt; local
40 cvt.f = x;
41 return cvt.u[0];
48 } cvt; local
49 cvt.f = x;
50 return cvt.u[1];
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp18 void cv_test(const volatile T* cvt) { argument
19 cvt->T::~T(); // no-warning
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiocvt.c30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) argument
43 src = cvt->buf;
44 dst = cvt->buf;
45 for ( i=cvt->len_cvt/2; i; --i ) {
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
59 for ( i=cvt->len_cvt/2; i; --i ) {
71 src = cvt->buf;
72 dst = cvt->buf;
74 for ( i=cvt
137 SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format) argument
253 SDL_ConvertStrip_2(SDL_AudioCVT *cvt, Uint16 format) argument
368 SDL_ConvertStereo(SDL_AudioCVT *cvt, Uint16 format) argument
406 SDL_ConvertSurround(SDL_AudioCVT *cvt, Uint16 format) argument
583 SDL_ConvertSurround_4(SDL_AudioCVT *cvt, Uint16 format) argument
736 SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) argument
759 SDL_Convert16MSB(SDL_AudioCVT *cvt, Uint16 format) argument
783 SDL_Convert8(SDL_AudioCVT *cvt, Uint16 format) argument
809 SDL_ConvertSign(SDL_AudioCVT *cvt, Uint16 format) argument
838 SDL_ConvertEndian(SDL_AudioCVT *cvt, Uint16 format) argument
860 SDL_RateMUL2(SDL_AudioCVT *cvt, Uint16 format) argument
898 SDL_RateMUL2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
941 SDL_RateMUL2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
997 SDL_RateMUL2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1064 SDL_RateDIV2(SDL_AudioCVT *cvt, Uint16 format) argument
1099 SDL_RateDIV2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
1137 SDL_RateDIV2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
1180 SDL_RateDIV2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1229 SDL_RateSLOW(SDL_AudioCVT *cvt, Uint16 format) argument
1303 SDL_ConvertAudio(SDL_AudioCVT *cvt) argument
1327 SDL_BuildAudioCVT(SDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate) argument
[all...]
/external/stlport/test/unit/
H A Dcodecvt_test.cpp512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
530 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
539 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
570 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
584 res = cvt
[all...]
/external/freetype/src/truetype/
H A Dttinterp.h84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
155 FT_Long* cvt; member in struct:TT_ExecContextRec_
215 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
216 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
217 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
H A Dttobjs.h231 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
248 /* Reading a cvt value returns */
249 /* ratio * cvt[index] */
251 /* Writing a cvt value in pixels: */
252 /* cvt[index] / ratio */
318 FT_Long* cvt; member in struct:TT_SizeRec_
/external/stlport/src/
H A Dlocale_impl.cpp164 locale::facet* cvt = 0; local
184 cvt = new codecvt_byname<char, char, mbstate_t>(name);
209 _STLP_UNWIND(delete cvt; delete ct);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
/external/freetype/include/freetype/internal/
H A Dtttypes.h1213 /* cvt_program_size :: The size in bytecodes of the face's cvt */
1216 /* cvt_program :: The face's cvt program (bytecode stream) */
1224 /* cvt :: The face's original control value table. */
1226 /* units. Comes from the `cvt ' table. */
1351 /* the cvt program, if any */
1357 FT_Short* cvt; member in struct:TT_FaceRec_
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c4808 IROp cvt, cvt2, cmp, op, op2, sh, add; local
4818 cvt = U ? Iop_Widen8Uto16x8 : Iop_Widen8Sto16x8;
4822 cvt = U ? Iop_Widen16Uto32x4 : Iop_Widen16Sto32x4;
4826 cvt = U ? Iop_Widen32Uto64x2 : Iop_Widen32Sto64x2;
4842 assign(arg_n, unop(cvt, getDRegI64(nreg)));
4844 assign(arg_m, unop(cvt, getDRegI64(mreg)));
4863 cvt = Iop_NarrowUn16to8x8;
4871 cvt = Iop_NarrowUn32to16x4;
4878 cvt = Iop_NarrowUn64to32x2;
4897 putDRegI64(dreg, unop(cvt, bino
5897 IROp op, cvt, add = Iop_INVALID, cvt2, op_rev; local
7430 IROp op, cvt; local
[all...]

Completed in 826 milliseconds