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

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 static std::size_t
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
163 std::size_t
167 std::size_t __i = 0
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 static std::size_t
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
163 std::size_t
167 std::size_t __i = 0
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
113 static std::size_t
117 find(const char_type* __s, std::size_t __n, const char_type& __a);
120 move(char_type* __s1, const char_type* __s2, std::size_t __n);
123 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
126 assign(char_type* __s, std::size_t __n, char_type __a);
152 compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
154 for (std::size_t __i = 0; __i < __n; ++__i)
163 std::size_t
167 std::size_t __i = 0
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.h 87 ssize_t sbc_parse(sbc_t *sbc, const void *input, size_t input_len);
90 ssize_t sbc_decode(sbc_t *sbc, const void *input, size_t input_len,
91 void *output, size_t output_len, size_t *written);
94 ssize_t sbc_encode(sbc_t *sbc, const void *input, size_t input_len,
95 void *output, size_t output_len, ssize_t *written);
98 size_t sbc_get_frame_length(sbc_t *sbc);
104 size_t sbc_get_codesize(sbc_t *sbc);
  /external/chromium/base/threading/
platform_thread_unittest.cc 43 for (size_t n = 0; n < arraysize(thread); n++)
45 for (size_t n = 0; n < arraysize(thread); n++)
47 for (size_t n = 0; n < arraysize(thread); n++)
49 for (size_t n = 0; n < arraysize(thread); n++)
94 for (size_t n = 0; n < arraysize(thread); n++)
96 for (size_t n = 0; n < arraysize(thread); n++)
98 for (size_t n = 0; n < arraysize(thread); n++)
100 for (size_t n = 0; n < arraysize(thread); n++) {
  /external/chromium/chrome/browser/sync/util/
nigori.h 65 static const size_t kSaltKeySizeInBits = 128;
66 static const size_t kDerivedKeySizeInBits = 128;
67 static const size_t kIvSize = 16;
68 static const size_t kHashSize = 32;
70 static const size_t kSaltIterations = 1001;
71 static const size_t kUserIterations = 1002;
72 static const size_t kEncryptionIterations = 1003;
73 static const size_t kSigningIterations = 1004;
  /external/chromium/crypto/
secure_hash.h 24 virtual void Update(const void* input, size_t len) = 0;
25 virtual void Finish(void* output, size_t len) = 0;
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 63 size_t escape(char * buffer, size_t buflen,
64 const char * source, size_t srclen,
70 size_t srcpos = 0, bufpos = 0;
85 size_t unescape(char * buffer, size_t buflen,
86 const char * source, size_t srclen,
92 size_t srcpos = 0, bufpos = 0;
104 size_t encode(char * buffer, size_t buflen
    [all...]
  /external/clang/test/SemaCXX/
no-exceptions.cpp 5 typedef __SIZE_TYPE__ size_t; typedef
11 void* operator new(size_t x);
  /external/qemu/android/
resource.h 19 size_t *psize );
23 size_t *psize );
  /external/qemu/
buffered_file.h 19 typedef ssize_t (BufferedPutFunc)(void *opaque, const void *data, size_t size);
24 QEMUFile *qemu_fopen_ops_buffered(void *opaque, size_t xfer_limit,
  /external/skia/src/ports/
SkOSFile_stdio.cpp 43 size_t sk_fgetsize(SkFILE* f)
47 size_t curr = ::ftell((FILE*)f); // remember where we are
49 size_t size = ::ftell((FILE*)f); // record the size
62 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f)
67 size_t curr = ::ftell((FILE*)f);
85 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f)
  /external/srec/portable/include/
ArrayListImpl.h 49 size_t size;
54 size_t capacity;
59 size_t minCapacity;
73 PORTABLE_API ESR_ReturnCode ArrayList_InsertAt(ArrayList* self, size_t index, void* element);
83 PORTABLE_API ESR_ReturnCode ArrayList_RemoveAtIndex(ArrayList* self, size_t index);
98 PORTABLE_API ESR_ReturnCode ArrayList_Get(ArrayList* self, size_t index, void** element);
103 PORTABLE_API ESR_ReturnCode ArrayList_Set(ArrayList* self, size_t index, void* element);
108 PORTABLE_API ESR_ReturnCode ArrayList_GetSize(ArrayList* self, size_t* size);
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 47 size_t BORT; /* beginning of recognition time (millisec) */
48 size_t DURS; /* amount of speech processed (millisec) */
49 size_t EORT; /* end of recognition time (millisec) */
50 size_t EOSD; /* num of frames of speech before EOSS (frames) */
51 size_t EOSS; /* frame where end of speech signal occurred (frames) */
52 size_t BOSS; /* frame where start of speech signal occurred (frames) */
53 size_t EOST; /* instant where end of speech signal occurred (millisec) */
116 size_t windback_buffer_sz; /* sizeof buffer */
119 size_t overflow_count; /* indicates the total number of bytes the overflowed */
120 size_t read_size
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 26 const asr_int16_t** waveform, size_t* size)
36 ESR_ReturnCode SR_RecognizerResultGetSize(const SR_RecognizerResult* self, size_t* count)
46 ESR_ReturnCode SR_RecognizerResultGetKeyCount(const SR_RecognizerResult* self, const size_t nbest, size_t* count)
56 ESR_ReturnCode SR_RecognizerResultGetKeyList(const SR_RecognizerResult* self, const size_t nbest, LCHAR** list, size_t* size)
66 ESR_ReturnCode SR_RecognizerResultGetValue(const SR_RecognizerResult* self, const size_t nbest, const LCHAR* key, LCHAR* value, size_t* len)
  /external/stlport/stlport/stl/
_stdexcept_base.c 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1;
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
43 size_t __size = strlen(__x._M_name) + 1;
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
66 size_t __size = strlen(__x._M_name) + 1;
67 size_t __buf_size = _M_name != _M_static_name ? *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) : _S_bufsize;
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
  /external/valgrind/main/memcheck/tests/
calloc-overflow.c 13 size_t szB = 0x1000000010000001ULL;
15 size_t szB = 0x10000001UL;
  /external/webkit/Source/JavaScriptCore/wtf/
Deque.h 40 template<typename T, size_t inlineCapacity> class DequeIteratorBase;
41 template<typename T, size_t inlineCapacity> class DequeIterator;
42 template<typename T, size_t inlineCapacity> class DequeConstIterator;
43 template<typename T, size_t inlineCapacity> class DequeReverseIterator;
44 template<typename T, size_t inlineCapacity> class DequeConstReverseIterator;
46 template<typename T, size_t inlineCapacity = 0>
62 size_t size() const { return m_start <= m_end ? m_end - m_start : m_end + m_buffer.capacity() - m_start; }
96 void remove(size_t position);
100 void checkIndexValidity(size_t) const;
104 size_t m_start
    [all...]
PageBlock.h 31 size_t pageSize();
33 inline bool isPageAligned(size_t size) { return !(size & (pageSize() - 1)); }
34 inline bool isPowerOfTwo(size_t size) { return !(size & (size - 1)); }
40 PageBlock(void*, size_t);
43 size_t size() const { return m_size; }
47 bool contains(void* containedBase, size_t containedSize)
55 size_t m_size;
70 inline PageBlock::PageBlock(void* base, size_t size)
  /external/webkit/Source/WebCore/platform/audio/
Reverb.h 46 Reverb(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads);
48 void process(AudioBus* sourceBus, AudioBus* destinationBus, size_t framesToProcess);
54 void initialize(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads);
56 size_t m_impulseResponseLength;
  /external/webrtc/src/system_wrappers/interface/
aligned_malloc.h 19 size_t size,
20 size_t alignment);
  /external/wpa_supplicant/
aes.h 18 void * aes_encrypt_init(const u8 *key, size_t len);
21 void * aes_decrypt_init(const u8 *key, size_t len);
crypto_none.c 21 void md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
x509v3.h 45 size_t public_key_len;
48 size_t sign_value_len;
77 size_t cert_len;
79 size_t tbs_cert_len;
95 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
96 void x509_name_string(struct x509_name *name, char *buf, size_t len);
116 x509_certificate_parse(const u8 *buf, size_t len)
122 size_t len)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.h 18 void * aes_encrypt_init(const u8 *key, size_t len);
21 void * aes_decrypt_init(const u8 *key, size_t len);

Completed in 856 milliseconds

<<21222324252627282930>>