HomeSort by relevance Sort by last modified time
    Searched full:size_t (Results 751 - 775 of 10511) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 33 void* fastMalloc(size_t n);
34 void* fastCalloc(size_t n_elements, size_t element_size);
36 void* fastRealloc(void* p, size_t n);
37 void* fastZeroedMalloc(size_t n);
39 void* tryFastMalloc(size_t n);
40 void* tryFastZeroedMalloc(size_t n);
41 void* tryFastCalloc(size_t n_elements, size_t element_size);
42 void* tryFastRealloc(void* p, size_t n)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h 74 typedef void *(*htab_alloc) (size_t, size_t);
81 typedef void *(*htab_alloc_with_arg) (void *, size_t, size_t);
114 size_t size;
117 size_t n_elements;
120 size_t n_deleted;
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h 74 typedef void *(*htab_alloc) (size_t, size_t);
81 typedef void *(*htab_alloc_with_arg) (void *, size_t, size_t);
114 size_t size;
117 size_t n_elements;
120 size_t n_deleted;
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
hashtab.h 74 typedef void *(*htab_alloc) (size_t, size_t);
81 typedef void *(*htab_alloc_with_arg) (void *, size_t, size_t);
114 size_t size;
117 size_t n_elements;
120 size_t n_deleted;
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del)
    [all...]
  /bionic/libc/stdlib/
wchar.c 62 int swprintf(wchar_t *s, size_t n, const wchar_t *format, ...)
84 int vswprintf(wchar_t *s, size_t n, const wchar_t *format, va_list arg)
186 size_t mbrlen(const char *s, size_t n, mbstate_t *ps)
191 size_t mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
208 size_t mbsrtowcs(wchar_t *dst, const char **src, size_t len, mbstate_t *ps)
214 len = (size_t)(s2 - s) + 1U;
223 size_t mbstowcs(wchar_t *dst, const char *src, size_t len
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 32 void* fastMalloc(size_t);
33 void* fastZeroedMalloc(size_t);
34 void* fastCalloc(size_t numElements, size_t elementSize);
35 void* fastRealloc(void*, size_t);
37 size_t fastMallocSize(const void*);
71 TryMallocReturnValue tryFastMalloc(size_t n);
72 TryMallocReturnValue tryFastZeroedMalloc(size_t n);
73 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)
    [all...]
  /external/wpa_supplicant/
os_internal.c 99 int os_get_random(unsigned char *buf, size_t len)
102 size_t rc;
126 size_t len = 128, cwd_len, rel_len, ret_len;
190 char * os_readfile(const char *name, size_t *len)
216 void * os_zalloc(size_t size)
225 void * os_malloc(size_t size)
231 void * os_realloc(void *ptr, size_t size)
243 void * os_memcpy(void *dest, const void *src, size_t n)
253 void * os_memmove(void *dest, const void *src, size_t n)
268 void * os_memset(void *s, int c, size_t n
    [all...]
crypto_internal.c 62 size_t key_len;
67 size_t key_len)
72 size_t i;
132 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
150 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
153 size_t i;
234 size_t used_bytes;
236 size_t keylen;
240 size_t block_size;
254 size_t key_len
    [all...]
rc4.c 34 void rc4_skip(const u8 *key, size_t keylen, size_t skip,
35 u8 *data, size_t data_len)
39 size_t kpos;
83 void rc4(u8 *buf, size_t len, const u8 *key, size_t key_len)
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 29 size_t pmk_len;
65 size_t ssid_len;
90 size_t assoc_wpa_ie_len;
92 size_t ap_wpa_ie_len, ap_rsn_ie_len;
105 size_t xxkey_len;
112 size_t r0kh_id_len;
120 size_t assoc_resp_ies_len;
151 const u8 *seq, size_t seq_len,
152 const u8 *key, size_t key_len)
172 u16 proto, const u8 *buf, size_t len
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 36 static const size_t kReadBufLen = 512;
37 static const size_t kSplTableHashLen = 2000;
92 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str);
93 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str);
124 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str);
125 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str);
175 bool DictBuilder::alloc_resource(size_t lma_num) {
221 char16* DictBuilder::read_valid_hanzis(const char *fn_validhzs, size_t *num) {
261 bool DictBuilder::hz_in_hanzis_list(const char16 *hzs, size_t hzs_len,
277 bool DictBuilder::str_in_hanzis_list(const char16 *hzs, size_t hzs_len
    [all...]
  /abi/cpp/include/
new 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/);
44 void* operator new(std::size_t size, const std::nothrow_t&) throw();
47 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/);
48 void* operator new[](std::size_t size, const std::nothrow_t&) throw();
51 void* operator new(std::size_t size, void* ptr) throw();
52 void* operator new[](std::size_t size, void* ptr) throw();
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 62 size_t rq_bufsize;
78 void (*set_buffer_size)(struct rpc_xprt *xprt, size_t sndsize, size_t rcvsize);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
106 size_t rcvsize,
109 size_t max_payload;
  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 62 size_t rq_bufsize;
78 void (*set_buffer_size)(struct rpc_xprt *xprt, size_t sndsize, size_t rcvsize);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
106 size_t rcvsize,
109 size_t max_payload;
  /external/chromium/base/
utf_string_conversions.h 21 BASE_API bool WideToUTF8(const wchar_t* src, size_t src_len,
24 BASE_API bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output);
27 BASE_API bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output);
29 BASE_API bool UTF16ToWide(const char16* src, size_t src_len,
33 BASE_API bool UTF8ToUTF16(const char* src, size_t src_len, string16* output);
35 BASE_API bool UTF16ToUTF8(const char16* src, size_t src_len,
  /external/chromium/chrome/common/net/
x509_certificate_model.cc 39 DCHECK_EQ(static_cast<size_t>(output_chars), output16.length());
53 size_t data_length,
61 size_t kMin = 0U;
64 for (size_t i = 0; i < data_length; ++i) {
78 std::string ProcessRawBytes(const unsigned char* data, size_t data_length) {
83 std::string ProcessRawBits(const unsigned char* data, size_t data_length) {
  /external/clang/lib/Headers/
mm_malloc.h 33 extern int posix_memalign(void **memptr, size_t alignment, size_t size);
39 extern "C" int posix_memalign(void **memptr, size_t alignment, size_t size);
46 _mm_malloc(size_t size, size_t align)
  /external/skia/gpu/include/
GrGeometryBuffer.h 34 size_t size() const { return fSizeInBytes; }
85 virtual bool updateData(const void* src, size_t srcSizeInBytes) = 0;
95 size_t srcSizeInBytes,
96 size_t offset) = 0;
98 GrGeometryBuffer(GrGpu* gpu, size_t sizeInBytes, bool dynamic)
104 size_t fSizeInBytes;
  /external/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
39 size_t __total_extra = __extra_before_chunk() + __extra_after_chunk();
40 size_t __real_n = __n + __total_extra;
42 //It means that we rolled on size_t, __n must be very large:
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
68 size_t __real_n = __n + __extra_before_chunk() + __extra_after_chunk();
  /external/webkit/Source/JavaScriptCore/heap/
ConservativeRoots.h 48 size_t size();
52 static const size_t inlineCapacity = 128;
53 static const size_t nonInlineCapacity = 8192 / sizeof(JSCell*);
59 size_t m_size;
60 size_t m_capacity;
89 inline size_t ConservativeRoots::size()
  /external/webkit/Source/WebCore/css/
StyleBase.cpp 69 static size_t styleSize = 0;
71 void* StyleBase::operator new(size_t size)
77 void* StyleBase::operator new[](size_t size)
83 void StyleBase::operator delete(void* p, size_t size)
89 void StyleBase::operator delete[](void* p, size_t size)
95 size_t StyleBase::reportStyleSize()
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.h 42 size_t size = m_vector.size();
43 for (size_t i = 0; i < size; ++i) {
55 size_t size() { ensureVector(); return m_vector.size(); }
56 const AtomicString& operator[](size_t i) { ensureVector(); ASSERT(i < size()); return m_vector[i]; }
82 size_t size() const { return m_data ? m_data->size() : 0; }
84 const AtomicString& operator[](size_t i) const { ASSERT(i < size()); return (*m_data)[i]; }
  /external/webkit/Source/WebCore/platform/text/cf/
HyphenationCF.cpp 68 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicString& localeIdentifier)
86 size_t lastHyphenLocation(const UChar*, size_t, size_t, const AtomicString&)
  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 65 void adoptFromAttachment(int fileDescriptor, size_t);
76 size_t m_size;
80 static PassRefPtr<SharedMemory> create(size_t);
86 static PassRefPtr<SharedMemory> adopt(HANDLE, size_t, Protection);
93 size_t size() const { return m_size; }
100 size_t m_size;
  /external/webkit/Source/WebKit2/Shared/API/c/
WKString.cpp 50 size_t WKStringGetLength(WKStringRef stringRef)
55 size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength)
61 size_t WKStringGetMaximumUTF8CStringSize(WKStringRef stringRef)
66 size_t WKStringGetUTF8CString(WKStringRef stringRef, char* buffer, size_t bufferSize)

Completed in 857 milliseconds

<<31323334353637383940>>