/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiocvt.c | 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) 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->len_cvt/4; i; --i ) [all...] |
/external/llvm/test/CodeGen/X86/ |
isint.ll | 5 ; CHECK: cvt 7 ; CHECK-NEXT: cvt 20 ; CHECK: cvt 22 ; CHECK-NEXT: cvt
|
/external/clang/test/Sema/ |
deref.c | 37 typedef const void CVT; 38 extern CVT cv3;
|
/external/llvm/test/CodeGen/PTX/ |
cvt.ll | 71 ; CHECK: cvt.u16.u32 rh{{[0-9]+}}, r{{[0-9]+}}; 78 ; CHECK: cvt.u16.u64 rh{{[0-9]+}}, rd{{[0-9]+}}; 85 ; CHECK: cvt.rzi.u16.f32 rh{{[0-9]+}}, r{{[0-9]+}}; 92 ; CHECK: cvt.rzi.u16.f64 rh{{[0-9]+}}, rd{{[0-9]+}}; 108 ; CHECK: cvt.u32.u16 r{{[0-9]+}}, rh{{[0-9]+}}; 115 ; CHECK: cvt.u32.u64 r{{[0-9]+}}, rd{{[0-9]+}}; 122 ; CHECK: cvt.rzi.u32.f32 r{{[0-9]+}}, r{{[0-9]+}}; 129 ; CHECK: cvt.rzi.u32.f64 r{{[0-9]+}}, rd{{[0-9]+}}; 145 ; CHECK: cvt.u64.u16 rd{{[0-9]+}}, rh{{[0-9]+}}; 152 ; CHECK: cvt.u64.u32 rd{{[0-9]+}}, r{{[0-9]+}} [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 147 /* - the CVT Program */ 205 /* The CVT is a one-dimensional array containing values that control */ 210 /* to pixel coordinates before being used by the CVT and glyph programs. */ 222 /* - All CVT values are scaled to the maximum ppem size. */ 224 /* - When performing a read or write in the CVT, a ratio factor is used */ 230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */ 247 /* Reading a cvt value returns */ 248 /* ratio * cvt[index] */ 250 /* Writing a cvt value in pixels: * 317 FT_Long* cvt; member in struct:TT_SizeRec_ [all...] |
ttobjs.c | 257 { 0x05bcf058, 0x000002e4 }, /* cvt */ 262 { 0x05bcf058, 0x000002e4 }, /* cvt */ 267 { 0x11e5ead4, 0x00000350 }, /* cvt */ 272 { 0xfffbfffc, 0x00000008 }, /* cvt */ 277 { 0xfffbfffc, 0x00000008 }, /* cvt */ 282 { 0x00000000, 0x00000000 }, /* cvt */ 287 { 0x00000000, 0x00000000 }, /* cvt */ 292 { 0x00000000, 0x00000000 }, /* cvt */ 297 { 0x00000000, 0x00000000 }, /* cvt */ 302 { 0x00000000, 0x00000000 }, /* cvt */ [all...] |
ttinterp.h | 84 /* 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 */ 154 FT_Long* cvt; member in struct:TT_ExecContextRec_ 214 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */ 215 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */ 216 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
|
ttgxvar.c | 207 /* cvt table, it will only be called once.) */ [all...] |
ttpload.c | 290 FT_TRACE2(( "CVT " )); 298 face->cvt = NULL; 306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) ) 313 FT_Short* cur = face->cvt; 411 /* Load the cvt program. */
|
/external/opencv/cv/src/ |
cvsamplers.cpp | 601 worktype, cast_macro, cvt ) \ 634 worktype p0 = cvt(ptr[0])*a1 + cvt(ptr[1])*a; \ 635 worktype p1 = cvt(ptr[src_step])*a1 + cvt(ptr[src_step+1])*a;\ [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_audio.h | 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 203 * and rate, and initializes the 'cvt' structure with information needed 208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(), 213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of 217 * cvt->buf should be allocated after the cvt structure is initialized by 218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 203 * and rate, and initializes the 'cvt' structure with information needed 208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(), 213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of 217 * cvt->buf should be allocated after the cvt structure is initialized by 218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 203 * and rate, and initializes the 'cvt' structure with information needed 208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(), 213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of 217 * cvt->buf should be allocated after the cvt structure is initialized by 218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_audio.h | 97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 209 * and rate, and initializes the 'cvt' structure with information needed 214 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 218 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(), 219 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of 223 * cvt->buf should be allocated after the cvt structure is initialized by 224 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_audio.h | 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 203 * and rate, and initializes the 'cvt' structure with information needed 208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(), 213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of 217 * cvt->buf should be allocated after the cvt structure is initialized by 218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long [all...] |
/external/clang/test/SemaObjC/ |
arc-type-conversion.m | 3 void * cvt(id arg) 14 cvt((void*)arg); // expected-error {{cast of Objective-C pointer type 'id' to C pointer type 'void *' requires a bridged cast}} \ 18 cvt(0);
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 18 void cv_test(const volatile T* cvt) { 19 cvt->T::~T(); // no-warning
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 512 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.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok ); 523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok ); 532 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t)); 546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next, 557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next, 572 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t)); 586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next [all...] |
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok ); 523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok ); 532 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t)); 546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next, 557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next, 572 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local 581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t)); 586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next [all...] |
/external/llvm/lib/Target/PTX/ |
PTXInstrInfo.td | [all...] |
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of incomplete type 'void *' to '__strong id'}} 15 cvt((void*)arg); // expected-error {{cast of Objective-C pointer type 'id' to C pointer type 'void *' requires a bridged cast}} \ 16 // expected-error {{no matching function for call to 'cvt'}} \ 19 cvt(0);
|
/external/llvm/lib/Target/Mips/ |
MipsInstrFPU.td | 127 defm CVTW : FFR1_1<0b100100, "cvt.w">; 134 def CVTS_W32 : FFR1_3<0b100000, 0x2, FGR32, FGR32, "cvt.s.w">; 154 def CVTL_S : FFR1_3<0b100101, 0x0, FGR32, FGR32, "cvt.l">; 155 def CVTL_D : FFR1_3<0b100101, 0x1, AFGR64, AFGR64, "cvt.l">; 158 def CVTD_S32 : FFR1_3<0b100001, 0x0, AFGR64, FGR32, "cvt.d.s">; 159 def CVTD_W32 : FFR1_3<0b100001, 0x2, AFGR64, FGR32, "cvt.d.w">; 160 def CVTD_L32 : FFR1_3<0b100001, 0x3, AFGR64, AFGR64, "cvt.d.l">; 163 def CVTS_D32 : FFR1_3<0b100000, 0x1, FGR32, AFGR64, "cvt.s.d">; 164 def CVTS_L32 : FFR1_3<0b100000, 0x3, FGR32, AFGR64, "cvt.s.l">;
|
/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 146 EVT CVT = Count.getValueType(); 147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, 148 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT)); 149 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 245 char *cvt = SDL_malloc(len + 1); 246 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL); 247 SetWindowText(SDL_Window, cvt); 248 SDL_free(cvt);
|