Home
last modified time | relevance | path

Searched refs:cvt2 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_surface.c338 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; in surface_testCompleteSurfaceConversion() local
364 cvt2 = SDL_ConvertSurface(cvt1, fmt2, 0); in surface_testCompleteSurfaceConversion()
365 SDL_assert(cvt2 != NULL); in surface_testCompleteSurfaceConversion()
371 final = SDL_ConvertSurface( cvt2, face->format, 0 ); in surface_testCompleteSurfaceConversion()
382 SDL_FreeSurface(cvt2); in surface_testCompleteSurfaceConversion()
/AliOS-Things-master/components/fatfs/src/
A Dffunicode.c5672 static const WCHAR cvt2[] = { /* U+1000 - U+FFFF */ in ff_wtoupper() local
5704 p = uni < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dffunicode.c551 static const WORD cvt2[] = { /* Compressed up conversion table for U+1000 - U+FFFF */ in ff_wtoupper() local
599 p = uc < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()

Completed in 21 milliseconds