/external/oprofile/libpp/ |
xml_utils.cpp | 24 size_t nr_classes = 0; 25 size_t nr_cpus = 0; 26 size_t nr_events = 0; 32 size_t xml_utils::events_index = 0; 46 string get_event_num(size_t pclass) 52 size_t get_next_event_num_pclass(size_t start) 55 size_t i; 90 for (size_t i = 0; i < classes.v.size(); ++i) { 104 string get_cpu_num(size_t pclass [all...] |
/external/skia/include/core/ |
SkDeque.h | 24 explicit SkDeque(size_t elemSize); 25 SkDeque(size_t elemSize, void* storage, size_t storageSize); 30 size_t elemSize() const { return fElemSize; } 68 size_t fElemSize; 74 size_t fElemSize;
|
SkStream.h | 42 virtual size_t read(void* buffer, size_t size) = 0; 46 size_t getLength() { return this->read(NULL, 0); } 51 size_t skip(size_t bytes); 70 size_t readPackedUInt(); 82 virtual bool write(const void* buffer, size_t size) = 0; 100 bool writePackedUInt(size_t); 102 bool writeStream(SkStream* input, size_t length); 131 virtual size_t read(void* buffer, size_t size) [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
MarkedBlock.h | 37 static const size_t KB = 1024; 41 static const size_t atomSize = sizeof(double); // Ensures natural alignment for all built-in types. 43 static MarkedBlock* create(JSGlobalData*, size_t cellSize); 48 static size_t firstAtom(); 64 size_t markCount(); 66 size_t cellSize(); 68 size_t size(); 69 size_t capacity(); 72 size_t atomNumber(const void*); 80 static const size_t blockSize = 16 * KB [all...] |
/external/wpa_supplicant/ |
eap_methods.h | 21 const struct eap_method * eap_peer_get_methods(size_t *count); 33 size_t eap_get_names(char *buf, size_t buflen); 34 char ** eap_get_names_as_string_array(size_t *num); 51 static inline size_t eap_get_names(char *buf, size_t buflen)
|
eap_sim_common.h | 73 void eap_sim_derive_mk(const u8 *identity, size_t identity_len, 75 const u8 *ver_list, size_t ver_list_len, 77 void eap_aka_derive_mk(const u8 *identity, size_t identity_len, 82 const u8 *identity, size_t identity_len, 85 int eap_sim_verify_mac(const u8 *k_aut, const u8 *req, size_t req_len, 86 const u8 *mac, const u8 *extra, size_t extra_len); 87 void eap_sim_add_mac(const u8 *k_aut, u8 *msg, size_t msg_len, u8 *mac, 88 const u8 *extra, size_t extra_len); 134 size_t num_chal, version_list_len, encr_data_len; 135 size_t next_pseudonym_len, next_reauth_id_len, identity_len, res_len [all...] |
tls_none.c | 104 u8 *out, size_t out_len) 111 const u8 *in_data, size_t in_len, 112 size_t *out_len, u8 **appl_data, 113 size_t *appl_data_len) 121 const u8 *in_data, size_t in_len, 122 size_t *out_len) 129 const u8 *in_data, size_t in_len, 130 u8 *out_data, size_t out_len) 137 const u8 *in_data, size_t in_len, 138 u8 *out_data, size_t out_len [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
ikev2.h | 35 size_t i_nonce_len; 37 size_t r_nonce_len; 44 size_t IDi_len; 47 size_t IDr_len; 51 size_t shared_secret_len; 54 size_t key_pad_len;
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_cred.h | 25 size_t dh_p_len; 27 size_t dh_g_len; 34 const u8 *cert_blob, size_t cert_blob_len, 37 const u8 *cert_blob, size_t cert_blob_len); 42 size_t private_key_blob_len); 44 const u8 *dh_blob, size_t dh_blob_len);
|
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.h | 35 size_t i_nonce_len; 37 size_t r_nonce_len; 44 size_t IDi_len; 47 size_t IDr_len; 51 size_t shared_secret_len; 54 size_t key_pad_len;
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_cred.h | 25 size_t dh_p_len; 27 size_t dh_g_len; 34 const u8 *cert_blob, size_t cert_blob_len, 37 const u8 *cert_blob, size_t cert_blob_len); 42 size_t private_key_blob_len); 44 const u8 *dh_blob, size_t dh_blob_len);
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerStreamListener.h | 34 virtual void queueBuffer(size_t index, size_t size); 40 ssize_t read(void *data, size_t size, sp<AMessage> *extra); 51 size_t mIndex; 52 size_t mSize; 53 size_t mOffset;
|
/frameworks/compile/linkloader/include/ |
ELFSectionSymTab.h | 48 size_t size() const { 52 ELFSymbolTy const *operator[](size_t index) const { 56 ELFSymbolTy *operator[](size_t index) { 69 size_t getFuncCount() const; 71 void getFuncNameList(size_t size, char const **list) const; 73 size_t getExternFuncCount() const;
|
/hardware/ti/omap4xxx/ion/ |
ion.h | 26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, 28 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, 29 struct ion_handle **handle, size_t *stride); 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
i8k.h | 25 #define I8K_POWER_STATUS _IOR ('i', 0x82, size_t) 26 #define I8K_FN_STATUS _IOR ('i', 0x83, size_t) 27 #define I8K_GET_TEMP _IOR ('i', 0x84, size_t) 28 #define I8K_GET_SPEED _IOWR('i', 0x85, size_t) 29 #define I8K_GET_FAN _IOWR('i', 0x86, size_t) 30 #define I8K_SET_FAN _IOWR('i', 0x87, size_t)
|
/external/openssl/crypto/modes/ |
cbc128.c | 71 size_t len, const void *key, 74 size_t n; 81 ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) { 93 for(n=0; n<16; n+=sizeof(size_t)) 94 *(size_t*)(out+n) = 95 *(size_t*)(in+n) ^ *(size_t*)(iv+n) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
stream.cc | 66 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len, 67 size_t* written, int* error) { 69 size_t total_written = 0, current_written; 82 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len, 83 size_t* read, int* error) { 85 size_t total_read = 0, current_read; 198 StreamResult StreamTap::Read(void* buffer, size_t buffer_len, 199 size_t* read, int* error) { 200 size_t backup_read; 212 StreamResult StreamTap::Write(const void* data, size_t data_len [all...] |
/external/jpeg/ |
jinclude.h | 24 * We need the NULL macro and size_t typedef. 54 * NOTE: we assume the size parameters to these functions are of type size_t. 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) 73 * In ANSI C, and indeed any rational implementation, size_t is also the 76 * size_t is defined as long or unsigned long. To ensure consistent results 80 #define SIZEOF(object) ((size_t) sizeof(object)) 89 ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)) [all...] |
/external/skia/tests/ |
PackBitsTest.cpp | 27 for (size_t i = 0; i < SK_ARRAY_COUNT(gTests); i++) { 29 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc, 39 size_t size = 50; 44 size_t dstSize = SkPackBits::Pack16(src, size, dst); 45 size_t maxSize = SkPackBits::ComputeMaxSize16(size); 48 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2); 78 for (size_t i = 4; i < SK_ARRAY_COUNT(gTests); i++) { 80 size_t maxSize = SkPackBits::ComputeMaxSize8(gTests[i].fCount); 81 size_t dstSize = SkPackBits::Pack8(gTests[i].fSrc, 92 for (size_t size = 1; size <= 512; size += 1) [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
OSAllocator.h | 48 static void* reserveUncommitted(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false); 49 static void releaseDecommitted(void*, size_t); 54 static void commit(void*, size_t, bool writable, bool executable); 55 static void decommit(void*, size_t); 60 static void* reserveAndCommit(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false); 61 static void decommitAndRelease(void* base, size_t size); 66 static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage = UnknownUsage, bool writable = true, bool executable = false); 67 static void decommitAndRelease(void* releaseBase, size_t releaseSize, void* decommitBase, size_t decommitSize) [all...] |
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
Script.h | 94 int addSourceBC(size_t idx, 97 size_t bitcodeSize, 100 int addSourceModule(size_t idx, 104 int addSourceFile(size_t idx, 129 size_t getExportVarCount() const; 131 size_t getExportFuncCount() const; 133 size_t getPragmaCount() const; 135 size_t getFuncCount() const; 137 size_t getObjectSlotCount() const; 139 void getExportVarList(size_t size, void **list) [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
dictlist.h | 36 size_t scis_num_; 45 size_t start_pos_[kMaxLemmaSize + 1]; 47 size_t start_id_[kMaxLemmaSize + 1]; 51 bool alloc_resource(size_t buf_size, size_t scim_num); 57 size_t calculate_size(const LemmaEntry *lemma_arr, size_t lemma_num); 59 void fill_scis(const SingleCharItem *scis, size_t scis_num); 63 void fill_list(const LemmaEntry *lemma_arr, size_t lemma_num); 74 size_t word_Len [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_array.h | 52 __valarray_get_memory(size_t __n) 57 __valarray_get_storage(size_t __n) 173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, 174 size_t __s, _Tp* __restrict__ __o) 194 const size_t* __restrict__ __i, 195 _Tp* __restrict__ __o, size_t __n) 221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) 230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, 231 size_t __s, const _Tp& __t) 233 for (size_t __i = 0; __i < __n; ++__i, __a += __s [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_array.h | 52 __valarray_get_memory(size_t __n) 57 __valarray_get_storage(size_t __n) 173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, 174 size_t __s, _Tp* __restrict__ __o) 194 const size_t* __restrict__ __i, 195 _Tp* __restrict__ __o, size_t __n) 221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) 230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, 231 size_t __s, const _Tp& __t) 233 for (size_t __i = 0; __i < __n; ++__i, __a += __s [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_array.h | 52 __valarray_get_memory(size_t __n) 57 __valarray_get_storage(size_t __n) 173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, 174 size_t __s, _Tp* __restrict__ __o) 194 const size_t* __restrict__ __i, 195 _Tp* __restrict__ __o, size_t __n) 221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) 230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, 231 size_t __s, const _Tp& __t) 233 for (size_t __i = 0; __i < __n; ++__i, __a += __s [all...] |