Searched defs:arraysize (Results 26 - 32 of 32) sorted by relevance

12

/external/stressapptest/src/
H A Dsat.cc317 uint64 arraysize = maxsize / 4096 / 8; local
318 unsigned char *bitmap = new unsigned char[arraysize];
322 memset(bitmap, 0, arraysize);
334 uint64 arraysize = page_bitmap_size_ / 4096 / 8;
343 if (offset >= arraysize) {
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant2.c1183 size_t arraysize = (size_t) ((cinfo->output_width + 2) * local
1188 ((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
1190 jzero_far((void FAR *) cquantize->fserrors, arraysize);
/external/jpeg/
H A Djquant2.c1199 size_t arraysize = (size_t) ((cinfo->output_width + 2) * local
1204 ((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
1206 jzero_far((void FAR *) cquantize->fserrors, arraysize);
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c1199 size_t arraysize = (size_t) ((cinfo->output_width + 2) * local
1204 ((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
1206 jzero_far((void FAR *) cquantize->fserrors, arraysize);
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c443 ulong arraysize; /* Size of array */ member in struct:__anon32330
519 InternalFPF *bbase, InternalFPF *cbase, ulong arraysize);
523 ulong arraysize, ulong loops);
579 ulong arraysize)
586 for(i=0;i<arraysize;i++)
605 ulong arraysize, ulong loops)
623 for(i=0;i<arraysize;i++)
658 j[4]=(ulong)(arraysize-14);
659 j[5]=(ulong)(arraysize-10);
660 j[6]=(ulong)(arraysize
576 SetupCPUEmFloatArrays(InternalFPF *abase, InternalFPF *bbase, InternalFPF *cbase, ulong arraysize) argument
602 DoEmFloatIteration(InternalFPF *abase, InternalFPF *bbase, InternalFPF *cbase, ulong arraysize, ulong loops) argument
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c3427 int arraysize; /* Size of the "types" array */ local
3435 arraysize = lemp->nsymbol * 2;
3436 types = (char**)calloc( arraysize, sizeof(char*) );
3437 for(i=0; i<arraysize; i++) types[i] = 0;
3465 sp->dtnum = arraysize+1;
3487 hash = (hash & 0x7fffffff)%arraysize;
3494 if( hash>=arraysize ) hash = 0;
3517 for(i=0; i<arraysize; i++){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 746 milliseconds

12