/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
findfp.c | 155 fp->_bf._size = 0;
160 _UB(fp)._size = 0;
162 fp->_lb._size = 0;
|
freopen.c | 138 fp->_bf._size = 0;
143 _UB(fp)._size = 0;
146 fp->_lb._size = 0;
|
fgetstr.c | 81 if ((size_t)fp->_lb._size >= newsize)
86 fp->_lb._size = (int)newsize;
|
/external/python/cpython2/Lib/multiprocessing/ |
heap.py | 97 self._size = size 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 118 self._size *= 2
|
/external/python/cpython3/Lib/multiprocessing/ |
heap.py | 105 self._size = size 125 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 126 self._size *= 2
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
heap.py | 97 self._size = size 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 118 self._size *= 2
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
heap.py | 97 self._size = size 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 118 self._size *= 2
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 97 self._size = size 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 118 self._size *= 2
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 97 self._size = size 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 118 self._size *= 2
|
/bionic/libc/stdio/ |
local.h | 55 size_t _size; member in struct:__sbuf 57 int _size; member in struct:__sbuf 73 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 99 int _blksize; /* stat.st_blksize (may be != _bf._size) */
|
stdio_ext.cpp | 39 return fp->_bf._size;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fpurge.c | 58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
|
vdprintf.c | 65 f._bf._size = sizeof(buf);
|
vsscanf.c | 54 f._bf._size = f._r = strlen(str);
|
fgetln.c | 47 if (fp->_lb._size >= newsize) 52 fp->_lb._size = newsize;
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsMiscellaneousTests.cpp | 283 context->contextPeekMessage([&](MessageToClientType _type, Size _size, uint32_t _subID){ 284 messageType = _type; size = (uint32_t)_size; subID = _subID; }); 287 [&](MessageToClientType _type, Size _size){ 288 messageType = _type; size = (uint32_t)_size; });
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
base.h | 100 template<typename _Size> 101 inline _Size 102 __rd_log2(_Size __n) 104 _Size __k;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
base.h | 100 template<typename _Size> 101 inline _Size 102 __rd_log2(_Size __n) 104 _Size __k;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
io.h | 181 _CRTIMP int __cdecl _chsize(int _FileHandle,long _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 182 _CRTIMP errno_t __cdecl _chsize_s (int _FileHandle,__int64 _Size); 198 _CRTIMP errno_t __cdecl _mktemp_s (char *_TemplateName,size_t _Size); 318 int __cdecl chsize(int _FileHandle,long _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
/external/arm-neon-tests/ |
compute_ref.gccarm-rvct | |
/bionic/libc/malloc_hooks/ |
README.md | 59 There is no hook for malloc\_usable\_size as of now. 71 it runs the risk of crashing whenever a malloc\_usable\_size call is made.
|
/device/linaro/hikey/gralloc960/ |
gralloc_priv.h | 224 private_handle_t(int _flags, int _usage, int _size, void *_base, int lock_state, int fb_file, off_t fb_offset): 231 size(_size),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
os.h | 60 static inline void *AlignedMalloc(size_t _Size, size_t _Alignment) 62 return _aligned_malloc(_Size, _Alignment);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
memory.cpp | 32 _size(size), _host_ptr(host_ptr) { 61 return _size;
|
/external/parameter-framework/upstream/parameter/ |
ParameterType.cpp | 56 _size = size; 61 return _size;
|