Searched defs:storage (Results 51 - 75 of 115) sorted by relevance

12345

/external/skia/src/core/
H A DSkSpriteBlitter_ARGB32.cpp278 void* storage, size_t storageSize) {
295 storage, storageSize, (source, paint));
298 storage, storageSize, (source));
301 storage, storageSize, (source));
309 storage, storageSize, (source, paint));
314 storage, storageSize, (source, alpha));
276 ChooseD32(const SkBitmap& source, const SkPaint& paint, void* storage, size_t storageSize) argument
H A DSkSpriteBlitter_RGB16.cpp321 void* storage, size_t storageSize) {
338 storage, storageSize, (source));
343 storage, storageSize, (source));
346 storage, storageSize, (source, alpha >> 4));
352 storage, storageSize, (source));
355 storage, storageSize, (source, alpha));
366 storage, storageSize, (source));
369 storage, storageSize, (source, alpha));
374 storage, storageSize, (source));
377 storage, storageSiz
319 ChooseD16(const SkBitmap& source, const SkPaint& paint, void* storage, size_t storageSize) argument
[all...]
H A DSkBlitter_4444.cpp478 void* storage, size_t storageSize)
483 SK_PLACEMENT_NEW_ARGS(blitter, SkARGB4444_Shader_Blitter, storage, storageSize, (device, paint));
485 SK_PLACEMENT_NEW_ARGS(blitter, SkARGB4444_Blitter, storage, storageSize, (device, paint));
476 SkBlitter_ChooseD4444(const SkBitmap& device, const SkPaint& paint, void* storage, size_t storageSize) argument
/external/skia/src/images/
H A DSkImageDecoder_libpvjpeg.cpp156 char* storage = fStorage; local
160 int32 bytesRead = stream->read(storage + bytesInStorage,
173 status = codec->Decode((uint8*)storage, &consumed);
179 SkASSERT(storage == fStorage);
184 memmove(storage, storage + consumed, bytesInStorage);
/external/skia/src/xml/
H A DSkXMLWriter.cpp98 static const char* escape_char(char c, char storage[2]) argument
114 storage[0] = c;
115 storage[1] = 0;
116 return storage;
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.cpp47 // * A storage vector.
57 // storage vector or the sparse map. An array index i will be handled in the following
60 // * Where (i < MIN_SPARSE_ARRAY_INDEX) the value will be stored in the storage vector.
62 // be stored in the storage vector or in the sparse array, depending on the density of
69 // function below - the MAX_STORAGE_VECTOR_LENGTH limit is defined such that the storage
179 storage->m_inCompactInitialization = false;
245 ArrayStorage* storage = m_storage; local
247 if (i >= storage->m_length) {
254 JSValue value = storage->m_vector[i].get();
259 } else if (SparseArrayValueMap* map = storage
294 ArrayStorage* storage = m_storage; local
347 ArrayStorage* storage = m_storage; local
373 ArrayStorage* storage = m_storage; local
[all...]
H A DJSArray.h105 ArrayStorage *storage = m_storage; local
106 ++storage->m_numValuesInVector;
107 if (i >= storage->m_length)
108 storage->m_length = i + 1;
116 ArrayStorage *storage = m_storage; local
118 ASSERT(storage->m_inCompactInitialization);
120 storage->m_vector[i].set(globalData, this, v);
192 ArrayStorage* storage = m_storage; local
194 unsigned usedVectorLength = std::min(storage->m_length, m_vectorLength);
195 markStack.appendValues(storage
[all...]
H A DJSGlobalData.cpp121 // Enough storage to fit a JSArray, JSByteArray, JSString, or JSFunction.
123 char storage[64]; local
125 COMPILE_ASSERT(sizeof(JSArray) <= sizeof(storage), sizeof_JSArray_must_be_less_than_storage);
126 JSCell* jsArray = new (storage) JSArray(JSArray::VPtrStealingHack);
130 COMPILE_ASSERT(sizeof(JSByteArray) <= sizeof(storage), sizeof_JSByteArray_must_be_less_than_storage);
131 JSCell* jsByteArray = new (storage) JSByteArray(JSByteArray::VPtrStealingHack);
135 COMPILE_ASSERT(sizeof(JSString) <= sizeof(storage), sizeof_JSString_must_be_less_than_storage);
136 JSCell* jsString = new (storage) JSString(JSString::VPtrStealingHack);
140 COMPILE_ASSERT(sizeof(JSFunction) <= sizeof(storage), sizeof_JSFunction_must_be_less_than_storage);
141 JSCell* jsFunction = new (storage) JSFunctio
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DRenderbuffer.cpp21 Renderbuffer::Renderbuffer(GLuint id, RenderbufferStorage *storage) : RefCountObject(id) argument
23 ASSERT(storage != NULL);
24 mStorage = storage;
/external/webkit/Source/WebCore/platform/audio/
H A DAudioBus.cpp65 void AudioBus::setChannelMemory(unsigned channelIndex, float* storage, size_t length) argument
68 channel(channelIndex)->set(storage, length);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c82 long storage, symcount; local
93 storage = bfd_get_symtab_upper_bound(abfd);
94 if (storage == 0) {
95 storage = bfd_get_dynamic_symtab_upper_bound(abfd);
98 if (storage < 0) {
103 syms = malloc(storage);
106 "(%ld bytes)", storage);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c82 long storage, symcount; local
93 storage = bfd_get_symtab_upper_bound(abfd);
94 if (storage == 0) {
95 storage = bfd_get_dynamic_symtab_upper_bound(abfd);
98 if (storage < 0) {
103 syms = malloc(storage);
106 "(%ld bytes)", storage);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c82 long storage, symcount; local
93 storage = bfd_get_symtab_upper_bound(abfd);
94 if (storage == 0) {
95 storage = bfd_get_dynamic_symtab_upper_bound(abfd);
98 if (storage < 0) {
103 syms = malloc(storage);
106 "(%ld bytes)", storage);
/external/chromium/base/win/
H A Dpe_image.cc50 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>( local
53 return image.EnumOneImportChunk(storage.callback, module, name_table, iat,
54 storage.cookie);
63 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>( local
66 return image.EnumOneDelayImportChunk(storage.callback, delay_descriptor,
68 unload_iat, storage.cookie);
/external/icu4c/test/cintltst/
H A Dtrietest.c268 uint8_t* storage =NULL; local
270 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE);
317 length=utrie_serialize(newTrie, storage, DEFAULT_STORAGE_SIZE,
351 if(!utrie_unserialize(&trie, storage, length, &errorCode)) {
440 uprv_free(storage);
449 double bogus; /* needed for aligining the storage */
450 uint8_t storage[32768]; member in union:__anon4940
519 length=utrie_serialize(newTrie, storageHolder.storage, sizeof(storageHolder.storage),
528 if (length >= (int32_t)sizeof(storageHolder.storage)) {
[all...]
H A Dtrie2test.c546 uint32_t storage[10000]; local
566 utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
607 length2=utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
636 swappedLength=utrie2_swap(ds, storage, -1, NULL, &errorCode);
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode);
653 uprv_memset(storage, 0xaa, length2);
664 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode);
673 trie=utrie2_openFromSerialized(valueBits, storage, length
[all...]
/external/opencv/cv/src/
H A Dcvapprox.cpp61 CvMemStorage* storage,
93 header_size, sizeof( CvPoint ), storage, &writer );
414 CvMemStorage* storage,
427 if( !src_seq || !storage )
447 sizeof( CvContour ), storage,
519 CvMemStorage* storage,
534 cvStartWriteSeq( src_contour->flags, header_size, sizeof(pt), storage, &writer );
542 temp_storage = cvCreateChildMemStorage( storage );
723 CvMemStorage* storage,
738 cvStartWriteSeq( src_contour->flags, header_size, sizeof(pt), storage,
59 icvApproximateChainTC89( CvChain* chain, int header_size, CvMemStorage* storage, CvSeq** contour, int method ) argument
413 cvApproxChains( CvSeq* src_seq, CvMemStorage* storage, int method, double , int minimal_perimeter, int recursive ) argument
518 icvApproxPolyDP_32s( CvSeq* src_contour, int header_size, CvMemStorage* storage, CvSeq** dst_contour, float eps ) argument
722 icvApproxPolyDP_32f( CvSeq* src_contour, int header_size, CvMemStorage* storage, CvSeq** dst_contour, float eps ) argument
926 cvApproxPoly( const void* array, int header_size, CvMemStorage* storage, int method, double parameter, int parameter2 ) argument
[all...]
H A Dcvmotempl.cpp414 cvSegmentMotion( const CvArr* mhiimg, CvArr* segmask, CvMemStorage* storage, argument
430 if( !storage )
431 CV_ERROR( CV_StsNullPtr, "NULL memory storage" );
446 sizeof(CvConnectedComp), storage ));
H A Dcvcontourtree.cpp62 // storage - pointer to the current storage block
68 icvCreateContourTree( const CvSeq * contour, CvMemStorage * storage, argument
123 cvStartWriteSeq( seq_flags, hearder_size, sizeof( _CvTrianAttr ), storage, &writer );
642 // storage - pointer to the current storage block
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold ) argument
655 IPPI_CALL( icvCreateContourTree( contour, storage, &tree, threshold ));
671 // storage - pointer to the current storage bloc
677 cvContourFromContourTree( const CvContourTree* tree, CvMemStorage* storage, CvTermCriteria criteria ) argument
[all...]
/external/openssl/crypto/
H A Dex_data.c407 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
417 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
418 if(!storage)
421 storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
425 if((mx > 0) && !storage)
432 if(storage[i] && storage[i]->new_func)
435 storage[i]->new_func(obj,ptr,ad,i,
436 storage[i]->argl,storage[
450 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
497 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
[all...]
/external/v8/src/
H A Disolate.cc208 for (PreallocatedStorage* storage = free_list_.next_;
209 storage != &free_list_;
210 storage = storage->next_) {
211 if (storage->size_ == size) {
212 storage->Unlink();
213 storage->LinkTo(&in_use_list_);
214 return reinterpret_cast<void*>(storage + 1);
218 for (PreallocatedStorage* storage = free_list_.next_;
219 storage !
250 PreallocatedStorage* storage = reinterpret_cast<PreallocatedStorage*>(p) - 1; local
[all...]
/external/bluetooth/bluez/tools/
H A Dbccmd.c153 } storage[] = { variable in typeref:struct:__anon424
682 for (i = 0; storage[i].pskey; i++) {
683 if (strcasecmp(storage[i].str, argv[0]))
686 pskey = storage[i].pskey;
757 for (i = 0; storage[i].pskey; i++) {
758 if (strcasecmp(storage[i].str, argv[0]))
761 pskey = storage[i].pskey;
860 for (i = 0; storage[i].pskey; i++) {
861 if (strcasecmp(storage[i].str, argv[0]))
864 pskey = storage[
[all...]
/external/expat/tests/
H A Druntests.c215 CharData *storage = (CharData *)userData; local
216 if (storage->count < 0 && atts != NULL && atts[0] != NULL) {
218 CharData_AppendXMLChars(storage, atts[1], -1);
227 CharData storage; local
229 CharData_Init(&storage);
230 XML_SetUserData(parser, &storage);
234 CharData_CheckXMLChars(&storage, expected);
244 CharData storage; local
246 CharData_Init(&storage);
247 XML_SetUserData(parser, &storage);
448 CharData *storage = (CharData *) userData; local
462 CharData *storage = (CharData *) userData; local
496 CharData storage; local
593 CharData *storage = (CharData *) userData; local
602 CharData storage; local
1139 CharData *storage = (CharData *) userData; local
1153 CharData *storage = (CharData *) userData; local
1162 CharData storage; local
[all...]
/external/freetype/src/truetype/
H A Dttinterp.h181 FT_UShort storeSize; /* size of current storage */
182 FT_Long* storage; /* storage area */ member in struct:TT_ExecContextRec_
H A Dttobjs.h319 FT_UShort storage_size; /* The storage area is now part of */
320 FT_Long* storage; /* the instance */ member in struct:TT_SizeRec_

Completed in 1204 milliseconds

12345