Searched defs:arraysize (Results 1 - 12 of 12) sorted by relevance

/external/chromium/googleurl/base/
H A Dbasictypes.h13 // The arraysize(arr) macro returns the # of elements in an array arr.
15 // used in defining new arrays, for example. If you use arraysize on
18 // One caveat is that arraysize() doesn't accept any array of an
24 // This template function declaration is used in defining arraysize.
38 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
40 // ARRAYSIZE performs essentially the same calculation as arraysize,
42 // functions. It's less safe than arraysize as it accepts some
43 // (although not all) pointers. Therefore, you should use arraysize
/external/regex-re2/util/
H A Dutil.h86 #define arraysize(array) (sizeof(array)/sizeof((array)[0])) macro
/external/chromium/base/
H A Dbasictypes.h105 // The arraysize(arr) macro returns the # of elements in an array arr.
107 // used in defining new arrays, for example. If you use arraysize on
110 // One caveat is that arraysize() doesn't accept any array of an
116 // This template function declaration is used in defining arraysize.
130 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
132 // ARRAYSIZE_UNSAFE performs essentially the same calculation as arraysize,
134 // functions. It's less safe than arraysize as it accepts some
135 // (although not all) pointers. Therefore, you should use arraysize
/external/chromium/chrome/common/extensions/
H A Durl_pattern.cc39 COMPILE_ASSERT(arraysize(kValidSchemes) == arraysize(kValidSchemeMasks), member in namespace:__anon2683
64 COMPILE_ASSERT(URLPattern::NUM_PARSE_RESULTS == arraysize(kParseResultMessages),
203 for (size_t i = 0; i < arraysize(kValidSchemes); ++i) {
343 for (size_t i = 0; i < arraysize(kValidSchemes); ++i) {
/external/chromium/chrome/browser/extensions/
H A Dextension_webrequest_api.cc65 arraysize(kResourceTypeStrings) == arraysize(kResourceTypeValues), member in namespace:__anon2011
68 #define ARRAYEND(array) (array + arraysize(array))
/external/jpeg/
H A Djquant1.c725 size_t arraysize; local
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
731 (*cinfo->mem->alloc_large)((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
744 size_t arraysize; local
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
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 Djquant1.c725 size_t arraysize; local
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
731 (*cinfo->mem->alloc_large)((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
744 size_t arraysize; local
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
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/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/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c443 ulong arraysize; /* Size of array */ member in struct:__anon13458
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/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 297 milliseconds