/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_copy.c | 114 SDL_memmove(dst, src, w); in SDL_BlitCopy() 122 SDL_memmove(dst, src, w); in SDL_BlitCopy()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1569 SDL_memmove(&name[i], &name[i+1], (len - i)); in SDL_CreateJoystickName() 1580 SDL_memmove(name, name+matchlen, len-matchlen+1); in SDL_CreateJoystickName() 1584 SDL_memmove(name, name+matchlen+1, len-matchlen); in SDL_CreateJoystickName() 1596 SDL_memmove(name+replacementlen, name+prefixlen, (len-prefixlen+1)); in SDL_CreateJoystickName()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 456 extern DECLSPEC void *SDLCALL SDL_memmove(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const… 598 #define SDL_memmove memmove macro
|
/AliOS-Things-master/components/SDL2/test/ |
A D | controllermap.c | 578 SDL_memmove(&trimmed_name[0], &trimmed_name[1], SDL_strlen(trimmed_name)); in WatchJoystick() 584 SDL_memmove(spot, spot + 1, SDL_strlen(spot)); in WatchJoystick()
|
A D | testime.c | 179 SDL_memmove(hexBuffer, hexBuffer + codepointHexSize + 1, bytesOverread); in unifont_init()
|
/AliOS-Things-master/components/SDL2/src/sensor/windows/ |
A D | SDL_windowssensor.c | 332 … SDL_memmove(&SDL_sensors[i], &SDL_sensors[i + 1], (SDL_num_sensors - i) * sizeof(SDL_sensors[i])); in DisconnectSensor()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 368 SDL_memmove(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const void *src, size_t len) in SDL_memmove() function 1475 SDL_memmove(num + pad, num, sz + 1); in SDL_IntPrecisionAdjust() 1487 SDL_memmove(num + pad, num, sz + 1); in SDL_IntPrecisionAdjust()
|
A D | SDL_qsort.c | 59 #define memmove SDL_memmove
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 782 …SDL_memmove(&SDL_event_watchers[i], &SDL_event_watchers[i+1], (SDL_event_watchers_count - i) * siz… in SDL_PushEvent() 882 …SDL_memmove(&SDL_event_watchers[i], &SDL_event_watchers[i+1], (SDL_event_watchers_count - i) * siz… in SDL_DelEventWatch()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windows_gaming_input.c | 315 …SDL_memmove(&wgi.controllers[i], &wgi.controllers[i + 1], (wgi.controller_count - i) * sizeof(wgi.… in IEventHandler_CRawGameControllerVtbl_InvokeRemoved()
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 1004 SDL_memmove(retval, oldmem, len); in SDL_SIMDRealloc()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 388 #define SDL_memmove SDL_memmove_REAL macro
|
A D | SDL_dynapi_procs.h | 419 SDL_DYNAPI_PROC(void*,SDL_memmove,(SDL_OUT_BYTECAP(c) void *a, SDL_IN_BYTECAP(c) const void *b, siz…
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 644 SDL_memmove(&device->joysticks[i], &device->joysticks[i+1], size); in HIDAPI_JoystickDisconnected()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 416 …SDL_memmove(&window->outputs[i], &window->outputs[i+1], sizeof (output) * ((window->num_outputs - … in handle_surface_leave()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiocvt.c | 743 …SDL_memmove(cvt->buf, dst, cvt->len_cvt); /* !!! FIXME: remove this if we can get the resampler t… in SDL_ResampleCVT()
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 701 … SDL_memmove(&open_devices[i], &open_devices[i+1], sizeof(open_devices[i])*(num_open_devices - i));
|