/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_sysmutex.cpp | 43 } catch (std::system_error & ex) { in SDL_CreateMutex() local 75 } catch (std::system_error & ex) { in SDL_mutexP() local
|
A D | SDL_syscond.cpp | 48 } catch (std::system_error & ex) { in SDL_CreateCond() local 150 } catch (std::system_error & ex) { in SDL_CondWaitTimeout() local
|
A D | SDL_systhread.cpp | 54 } catch (std::system_error & ex) { in SDL_SYS_CreateThread() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | fmodf.c | 12 int ex = ux.i>>23 & 0xff; in fmodf() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | fmod.c | 7 int ex = ux.i>>52 & 0x7ff; in fmod() local
|
A D | __rem_pio2.c | 54 int sign, n, ex, ey, i; in __rem_pio2() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 201 int ex = duk_get_int(ctx, -4); in native_lcd_fill() local
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 405 TCoord ex, ey; member 601 gray_set_cell( RAS_ARG_ TCoord ex, in gray_set_cell() 648 gray_start_cell( RAS_ARG_ TCoord ex, in gray_start_cell() 816 TCoord ex = TRUNC( ras.x ); in gray_render_line() local
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 288 …int x, y, sx, sy, ssx, ssy, *sax, *say, *csax, *csay, *salast, csx, csy, ex, ey, cx, cy, sstep, ss… in _zoomSurfaceRGBA() local 640 int x, y, t1, t2, dx, dy, xd, yd, sdx, sdy, ax, ay, ex, ey, sw, sh; in _transformSurfaceRGBA() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 234 int x, y, t1, t2, dx, dy, xd, yd, sdx, sdy, ax, ay, ex, ey, sw, sh; in _transformSurfaceRGBA() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-x.c | 746 XExposeEvent *ex = (XExposeEvent *)&e; in main() local
|