Home
last modified time | relevance | path

Searched refs:SDL_memmove (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_copy.c114 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 DSDL_joystick.c1569 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 DSDL_stdinc.h456 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 Dcontrollermap.c578 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 Dtestime.c179 SDL_memmove(hexBuffer, hexBuffer + codepointHexSize + 1, bytesOverread); in unifont_init()
/AliOS-Things-master/components/SDL2/src/sensor/windows/
A DSDL_windowssensor.c332SDL_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 DSDL_string.c368 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 DSDL_qsort.c59 #define memmove SDL_memmove
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c782SDL_memmove(&SDL_event_watchers[i], &SDL_event_watchers[i+1], (SDL_event_watchers_count - i) * siz… in SDL_PushEvent()
882SDL_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 DSDL_windows_gaming_input.c315SDL_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 DSDL_cpuinfo.c1004 SDL_memmove(retval, oldmem, len); in SDL_SIMDRealloc()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h388 #define SDL_memmove SDL_memmove_REAL macro
A DSDL_dynapi_procs.h419 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 DSDL_hidapijoystick.c644 SDL_memmove(&device->joysticks[i], &device->joysticks[i+1], size); in HIDAPI_JoystickDisconnected()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c416SDL_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 DSDL_audiocvt.c743SDL_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 DSDL_coreaudio.m701SDL_memmove(&open_devices[i], &open_devices[i+1], sizeof(open_devices[i])*(num_open_devices - i));

Completed in 36 milliseconds