Searched defs:psize (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxTexture.c | 64 int psize = NUM_POINTS; in Draw() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_unix.c | 163 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() 188 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
|
A D | tif_win32.c | 162 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() 182 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
|
A D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc()
|
A D | tiffiop.h | 228 #define TIFFMapFileContents(tif, paddr, psize) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | tiffstream.cpp | 155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 112 static int tiff_map(thandle_t fd, tdata_t* pbase, toff_t* psize) in tiff_map()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 3297 size_t psize = mmsize - offset - MMAP_FOOT_PAD; in mmap_alloc() local 3337 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; in mmap_resize() local 3358 init_top(mstate m, mchunkptr p, size_t psize) in init_top() 3412 size_t psize = (char *) oldfirst - (char *) p; in prepend_alloc() local 3494 size_t psize = csp - old_top; in add_segment() local 3718 size_t psize = chunksize(p); in release_unused_segments() local 4373 size_t psize = chunksize(p); in dlfree() local 4807 size_t psize = chunksize(p); in mspace_free() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.c | 217 size_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); in ParsePartitions() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | webpinfo.c | 406 const size_t psize = in ParseLossyHeader() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | unicode_gen.c | 102 void add_char(int **pbuf, int *psize, int *plen, int c) in add_char()
|
A D | quickjs.c | 1404 int elem_size, int* psize, int req_size) in js_realloc_array() 1422 int* psize, int req_size) in js_resize_array() 20447 static __exception int ident_realloc(JSContext* ctx, char** pbuf, size_t* psize, in ident_realloc() 34090 uint8_t* JS_WriteObject2(JSContext* ctx, size_t* psize, JSValueConst obj, in JS_WriteObject2() 34136 uint8_t* JS_WriteObject(JSContext* ctx, size_t* psize, JSValueConst obj, in JS_WriteObject() 50618 uint8_t* JS_GetArrayBuffer(JSContext* ctx, size_t* psize, JSValueConst obj) in JS_GetArrayBuffer()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 2981 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc) in SWIG_AsCharPtrAndSize()
|
Completed in 138 milliseconds