Searched refs:pbase (Results 1 – 6 of 6) sorted by relevance
/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() argument 170 *pbase = (void*) in _tiffMapProc() 172 if (*pbase != (void*) -1) { in _tiffMapProc() 188 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() argument 190 (void) fd; (void) pbase; (void) psize; in _tiffMapProc()
|
A D | tif_win32.c | 162 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() argument 165 (void) pbase; in _tiffDummyMapProc() 182 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() argument 198 *pbase = MapViewOfFile(hMapFile, FILE_MAP_READ, 0, 0, 0); in _tiffMapProc() 200 if (*pbase == NULL) in _tiffMapProc()
|
A D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() argument 38 (void) fd; (void) pbase; (void) psize; in _tiffDummyMapProc()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | zfstream.cc | 217 if (this->pbase()) in overflow() 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow() 229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow() 353 if (!this->pbase()) in disable_buffer()
|
/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() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.cpp | 223 q = pbase(); in flushbuf()
|
Completed in 11 milliseconds