Searched
full:size_t (Results
601 -
625 of
10511) sorted by null
<<21222324252627282930>>
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
FixedBuffer.h | 21 FixedBuffer(size_t initialSize = 0) { 32 void * alloc(size_t size) { 44 size_t len() { return m_bufferLen; } 47 size_t m_bufferLen;
|
/external/chromium/android/ext/ |
fake_hash.h | 16 std::size_t operator()(_type val) const { \
|
/external/chromium/base/ |
string_util_posix.h | 28 inline int strncasecmp(const char* string1, const char* string2, size_t count) { 32 inline int vsnprintf(char* buffer, size_t size, 37 inline int strncmp16(const char16* s1, const char16* s2, size_t count) { 45 inline int vswprintf(wchar_t* buffer, size_t size,
|
string_util_win.h | 28 inline int strncasecmp(const char* s1, const char* s2, size_t count) { 32 inline int strncmp16(const char16* s1, const char16* s2, size_t count) { 36 inline int vsnprintf(char* buffer, size_t size, 44 inline int vswprintf(wchar_t* buffer, size_t size,
|
sys_string_conversions_linux.cc | 45 size_t num_out_chars = 0; 47 for (size_t i = 0; i < wide.size(); ++i) { 53 size_t res = src ? wcrtomb(buf, src, &ps) : 0; 56 case static_cast<size_t>(-1): 78 for (size_t i = 0, j = 0; i < wide.size(); ++i) { 81 size_t res = src ? wcrtomb(&out[j], src, &ps) : 0; 84 case static_cast<size_t>(-1): 105 size_t num_out_chars = 0; 107 for (size_t i = 0; i < native_mb.size(); ) { 109 size_t res = mbrtowc(NULL, src, native_mb.size() - i, &ps) [all...] |
/external/chromium/base/win/ |
scoped_bstr.cc | 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { 56 void ScopedBstr::SetByteLen(size_t bytes) { 62 size_t ScopedBstr::Length() const { 66 size_t ScopedBstr::ByteLength() const {
|
/external/clang/test/CodeGenCXX/ |
new-operator-phi.cpp | 5 struct X {static void * operator new(size_t size) throw(); X(int); };
|
/external/collada/src/dae/ |
daeMetaCMPolicy.cpp | 13 for( size_t i = 0; i < _children.getCount(); i++ ) {
|
/external/dropbear/ |
compat.h | 31 size_t strlcpy(char *dst, const char *src, size_t size); 35 size_t strlcat(char *dst, const char *src, size_t siz);
|
/external/elfutils/ |
config-compat-freebsd.h | 44 static inline size_t strnlen (const char *__string, size_t __maxlen) 52 static inline void *mempcpy (void * __dest, const void * __src, size_t __n) 60 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t __n)
|
/external/elfutils/libebl/ |
libebl_ia64.h | 21 extern int ia64_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen); 28 extern const char *ia64_reloc_type_name (int type, char *buf, size_t len); 34 extern const char *ia64_segment_type_name (int segment, char *buf, size_t len); 37 extern const char *ia64_dynamic_tag_name (int64_t tag, char *buf, size_t len);
|
/external/icu4c/tools/tzcode/ |
ialloc.c | 22 return malloc((size_t) nonzero(n)); 32 return calloc((size_t) nelem, (size_t) elsize); 42 return realloc((void *) pointer, (size_t) nonzero(size));
|
/external/kernel-headers/original/linux/ |
seq_file.h | 17 size_t size; 18 size_t from; 19 size_t count; 35 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
|
stddef.h | 17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
/external/libnl-headers/netlink/ |
utils.h | 55 extern char * nl_msec2str(uint64_t, char *, size_t); 58 extern char * nl_llproto2str(int, char *, size_t); 62 extern char * nl_ether_proto2str(int, char *, size_t); 66 extern char * nl_ip_proto2str(int, char *, size_t);
|
/external/libvpx/ |
y4minput.h | 44 size_t dst_buf_sz; 46 size_t dst_buf_read_sz; 48 size_t aux_buf_sz; 50 size_t aux_buf_read_sz;
|
/external/oprofile/libutil++/tests/ |
utility_tests.cpp | 24 void* operator new(size_t size) throw(bad_alloc) 30 void* operator new[](size_t size) throw(bad_alloc) 54 cerr << "new(size_t) leak\n"; 59 cerr << "new[](size_t) leak\n";
|
/external/qemu/android/ |
resource.c | 19 size_t size; 25 size_t *psize ) 43 size_t *psize ) 54 size_t *psize )
|
/external/qemu/android/utils/ |
setenv.c | 10 size_t length = strlen(name) + strlen(value) + 2;
|
/external/qemu/ |
envlist.h | 16 char **envlist_to_environ(const envlist_t *, size_t *);
|
/external/skia/gpu/include/ |
GrAllocPool.h | 25 GrAllocPool(size_t blockSize = 0); 38 void* alloc(size_t bytes); 43 void release(size_t bytes); 49 size_t fMinBlockSize;
|
GrGLIndexBuffer.h | 39 virtual bool updateData(const void* src, size_t srcSizeInBytes); 41 size_t srcSizeInBytes, 42 size_t offset); 46 size_t sizeInBytes,
|
GrGLVertexBuffer.h | 35 virtual bool updateData(const void* src, size_t srcSizeInBytes); 37 size_t srcSizeInBytes, 38 size_t offset); 44 size_t sizeInBytes,
|
/external/skia/src/core/ |
SkMMapStream.cpp | 28 // to avoid a 64bit->32bit warning, I explicitly create a size_t size 29 size_t size = static_cast<size_t>(offset); 51 void SkMMAPStream::setMemory(const void* data, size_t length, bool copyData)
|
/external/skia/src/images/ |
SkImageRef_GlobalPool.cpp | 59 size_t SkImageRef_GlobalPool::GetRAMBudget() { 64 void SkImageRef_GlobalPool::SetRAMBudget(size_t size) { 69 size_t SkImageRef_GlobalPool::GetRAMUsed() { 74 void SkImageRef_GlobalPool::SetRAMUsed(size_t usage) {
|
Completed in 632 milliseconds
<<21222324252627282930>>