Searched defs:mv (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | memoryview_slice_assign.py | 67 mv = memoryview(b) variable 73 mv = memoryview(b) variable 79 mv = memoryview(a) variable 85 mv = memoryview(a) variable
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 63 #define realloc_ext(ptr, n, mv) gc_realloc(ptr, n, mv) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_ojpeg.c | 994 uint8 mv; in OJPEGSubsamplingCorrect() local
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 1459 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv)) argument 1461 #define CALL_MREMAP(addr, osz, nsz, mv) MFAIL argument
|
Completed in 18 milliseconds