Searched refs:size_t (Results 226 - 250 of 19258) sorted by relevance

1234567891011>>

/external/skia/src/ports/
H A DSkDiscardableMemory_none.cpp11 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) {
/external/srec/portable/include/
H A DPStackSize.h40 PORTABLE_API size_t PSTACK_SIZE_GET();
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResult.h53 size_t* size);
61 ESR_ReturnCode(*getSize)(const struct SR_RecognizerResult_t* self, size_t* resultSize);
70 ESR_ReturnCode(*getKeyCount)(const struct SR_RecognizerResult_t* self, const size_t nbest,
71 size_t* count);
84 ESR_ReturnCode(*getKeyList)(const struct SR_RecognizerResult_t* self, const size_t nbest,
85 LCHAR** list, size_t* listSize);
98 ESR_ReturnCode(*getValue)(const struct SR_RecognizerResult_t* self, const size_t nbest,
99 const LCHAR* key, LCHAR* value, size_t* len);
123 const asr_int16_t** waveform, size_t* size);
132 size_t* resultSiz
[all...]
/external/srtp/crypto/include/
H A Dalloc.h52 crypto_alloc(size_t size);
/external/stlport/test/eh/
H A Drandom_number.h22 unsigned random_number( size_t range );
/external/stlport/test/unit/
H A Dinnerprod_test.cpp27 static size_t add(size_t a_, size_t b_) {
31 static size_t mult(size_t a_, size_t b_) {
52 vector<size_t> v1(3);
53 vector<size_t> v2(v1.size());
54 for (size_t i = 0; i < v1.size(); ++i) {
58 size_t resul
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbitfield.h14 struct bitfield * bitfield_alloc(size_t max_bits);
16 void bitfield_set(struct bitfield *bf, size_t bit);
17 void bitfield_clear(struct bitfield *bf, size_t bit);
18 int bitfield_is_set(struct bitfield *bf, size_t bit);
/external/wpa_supplicant_8/src/utils/
H A Dbitfield.h14 struct bitfield * bitfield_alloc(size_t max_bits);
16 void bitfield_set(struct bitfield *bf, size_t bit);
17 void bitfield_clear(struct bitfield *bf, size_t bit);
18 int bitfield_is_set(struct bitfield *bf, size_t bit);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbitfield.h14 struct bitfield * bitfield_alloc(size_t max_bits);
16 void bitfield_set(struct bitfield *bf, size_t bit);
17 void bitfield_clear(struct bitfield *bf, size_t bit);
18 int bitfield_is_set(struct bitfield *bf, size_t bit);
/external/zopfli/src/zopfli/
H A Dsqueeze.h42 const unsigned char* in, size_t instart, size_t inend,
57 size_t instart, size_t inend,
/external/chromium_org/third_party/webrtc/base/
H A Dratelimiter.h28 RateLimiter(size_t max, double period)
40 bool CanUse(size_t desired, double time);
43 void Use(size_t used, double time);
45 size_t used_in_period() const {
49 size_t max_per_period() const {
54 size_t max_per_period_;
56 size_t used_in_period_;
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.h25 static GlxRenderer* Create(const char* window_title, size_t width,
26 size_t height);
32 GlxRenderer(size_t width, size_t height);
35 void Resize(size_t width, size_t height);
38 size_t width_, height_;
/external/chromium_org/v8/src/heap/
H A Dgc-idle-time-handler.h82 static const size_t kInitialConservativeMarkingSpeed = 100 * KB;
85 static const size_t kMaximumMarkingStepSize = 700 * MB;
93 static const size_t kInitialConservativeMarkCompactSpeed = 2 * MB;
96 static const size_t kMaxMarkCompactTimeInMs;
100 static const size_t kMinTimeForFinalizeSweeping;
111 static const size_t kSmallHeapSize = 4 * kPointerSize * MB;
114 static const size_t kMaxFrameRenderingIdleTime = 16;
118 static const size_t kNewSpaceAlmostFullTreshold = 100 * KB;
122 static const size_t kInitialConservativeScavengeSpeed = 100 * KB;
126 size_t size_of_object
[all...]
/external/clang/test/CodeGenCXX/
H A Dcxx1y-sized-deallocation.cpp8 typedef decltype(sizeof(0)) size_t;
15 void *operator new(size_t);
16 void *operator new[](size_t);
21 void *operator new(size_t);
22 void *operator new[](size_t);
23 void operator delete(void *, size_t) noexcept;
24 void operator delete[](void *, size_t) noexcept;
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h20 typedef __SIZE_TYPE__ size_t; typedef
39 extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict);
40 extern size_t fread(void * restrict, size_t, size_t, FILE * restrict);
/external/e2fsprogs/e2fsck/
H A Dmtrace.h53 #undef size_t macro
54 #define size_t unsigned int macro
61 extern __ptr_t malloc __P ((size_t __size));
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
71 extern __ptr_t memalign __P ((size_t __alignment, size_t __size));
74 extern __ptr_t valloc __P ((size_t __size));
130 size_t nfre
[all...]
/external/e2fsprogs/intl/
H A Dprintf-parse.h34 #define ARG_NONE (~(size_t)0)
44 size_t width_arg_index;
47 size_t precision_arg_index;
49 size_t arg_index;
56 size_t count;
58 size_t max_width_length;
59 size_t max_precision_length;
H A Dwprintf-parse.h34 #define ARG_NONE (~(size_t)0)
44 size_t width_arg_index;
47 size_t precision_arg_index;
49 size_t arg_index;
56 size_t count;
58 size_t max_width_length;
59 size_t max_precision_length;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Drsa.h15 crypto_rsa_import_public_key(const u8 *buf, size_t len);
17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
18 const u8 *e, size_t e_len);
20 crypto_rsa_import_private_key(const u8 *buf, size_t len);
21 size_t crypto_rsa_get_modulus_len(struct crypto_rsa_key *key);
22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
/external/wpa_supplicant_8/src/tls/
H A Drsa.h15 crypto_rsa_import_public_key(const u8 *buf, size_t len);
17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
18 const u8 *e, size_t e_len);
20 crypto_rsa_import_private_key(const u8 *buf, size_t len);
21 size_t crypto_rsa_get_modulus_len(struct crypto_rsa_key *key);
22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Drsa.h15 crypto_rsa_import_public_key(const u8 *buf, size_t len);
17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
18 const u8 *e, size_t e_len);
20 crypto_rsa_import_private_key(const u8 *buf, size_t len);
21 size_t crypto_rsa_get_modulus_len(struct crypto_rsa_key *key);
22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_service_url.h17 GURL GetGetWalletItemsUrl(size_t user_index);
18 GURL GetGetFullWalletUrl(size_t user_index);
19 GURL GetManageInstrumentsUrl(size_t user_index);
20 GURL GetManageAddressesUrl(size_t user_index);
21 GURL GetAcceptLegalDocumentsUrl(size_t user_index);
22 GURL GetAuthenticateInstrumentUrl(size_t user_index);
23 GURL GetSaveToWalletNoEscrowUrl(size_t user_index);
24 GURL GetSaveToWalletUrl(size_t user_index);
25 GURL GetPassiveAuthUrl(size_t user_index);
38 bool IsSignInContinueUrl(const GURL& url, size_t* user_inde
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.h35 typedef size_t HTMLInputCheckpoint;
49 HTMLInputCheckpoint createCheckpoint(size_t tokensExtractedSincePreviousCheckpoint);
53 size_t totalCheckpointTokenCount() const { return m_totalCheckpointTokenCount; }
57 Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppended(n), tokensExtractedSincePreviousCheckpoint(t) { }
60 size_t numberOfSegmentsAlreadyAppended;
61 size_t tokensExtractedSincePreviousCheckpoint;
74 size_t m_firstValidCheckpointIndex;
75 size_t m_firstValidSegmentIndex;
76 size_t m_totalCheckpointTokenCoun
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.h48 Reverb(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize);
50 void process(const AudioBus* sourceBus, AudioBus* destinationBus, size_t framesToProcess);
53 size_t impulseResponseLength() const { return m_impulseResponseLength; }
54 size_t latencyFrames() const;
57 void initialize(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads);
59 size_t m_impulseResponseLengt
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_audio_vector.h29 void(const T* prepend_this, size_t length));
33 void(const T* append_this, size_t length));
35 void(size_t length));
37 void(size_t length));
39 void(size_t extra_length));
41 void(const T* insert_this, size_t length, size_t position));
43 void(const T* insert_this, size_t length, size_t position));
45 size_t());
[all...]

Completed in 3349 milliseconds

1234567891011>>