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

/external/ceres-solver/include/ceres/internal/
H A Dmacros.h66 // The arraysize(arr) macro returns the # of elements in an array arr.
68 // used in defining new arrays, for example. If you use arraysize on
71 // One caveat is that arraysize() doesn't accept any array of an
77 // This template function declaration is used in defining arraysize.
91 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
93 // ARRAYSIZE performs essentially the same calculation as arraysize,
95 // functions. It's less safe than arraysize as it accepts some
96 // (although not all) pointers. Therefore, you should use arraysize
/external/google-breakpad/src/common/linux/
H A Dcrc32.cc41 #define arraysize(f) (sizeof(f) / sizeof(*f)) macro
44 if (kCrc32Table[arraysize(kCrc32Table) - 1])
46 for (uint32_t i = 0; i < arraysize(kCrc32Table); ++i) {
/external/eigen/test/
H A Dmapstride.cpp21 Index arraysize = 3*size; local
23 Scalar* a_array = internal::aligned_new<Scalar>(arraysize+1);
48 internal::aligned_delete(a_array, arraysize+1);
60 Index arraysize = 2*(rows+4)*(cols+4); local
62 Scalar* a_array = internal::aligned_new<Scalar>(arraysize+1);
113 internal::aligned_delete(a_array, arraysize+1);
/external/google-breakpad/src/processor/
H A Dstackwalker_address_list_unittest.cc62 #define arraysize(f) (sizeof(f) / sizeof(*f)) macro
108 ASSERT_EQ(arraysize(kDummyFrames), frames->size());
109 for (size_t i = 0; i < arraysize(kDummyFrames); ++i) {
129 StackwalkerAddressList walker(kDummyFrames, arraysize(kDummyFrames),
163 StackwalkerAddressList walker(kDummyFrames, arraysize(kDummyFrames),
/external/regex-re2/util/
H A Dutil.h91 #define arraysize(array) (sizeof(array)/sizeof((array)[0])) macro
/external/v8/src/base/
H A Dmacros.h26 // ARRAYSIZE_UNSAFE performs essentially the same calculation as arraysize,
28 // functions. It's less safe than arraysize as it accepts some
29 // (although not all) pointers. Therefore, you should use arraysize
70 // definition of arraysize() below, so we have to use the unsafe version for
72 #define arraysize ARRAYSIZE_UNSAFE macro
76 // The arraysize(arr) macro returns the # of elements in an array arr.
78 // used in defining new arrays, for example. If you use arraysize on
81 // One caveat is that arraysize() doesn't accept any array of an
86 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
89 // This template function declaration is used in defining arraysize
[all...]
/external/v8/test/cctest/
H A Dtest-mark-compact.cc142 const int arraysize = 100; local
145 allocation = heap->AllocateFixedArray(arraysize);
148 heap->AllocateFixedArray(arraysize).ToObjectChecked();
/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/valgrind/VEX/switchback/
H A Dtest_emfloat.c441 ulong arraysize; /* Size of array */ member in struct:__anon15787
517 InternalFPF *bbase, InternalFPF *cbase, ulong arraysize);
521 ulong arraysize, ulong loops);
577 ulong arraysize)
584 for(i=0;i<arraysize;i++)
603 ulong arraysize, ulong loops)
621 for(i=0;i<arraysize;i++)
656 j[4]=(ulong)(arraysize-14);
657 j[5]=(ulong)(arraysize-10);
658 j[6]=(ulong)(arraysize
574 SetupCPUEmFloatArrays(InternalFPF *abase, InternalFPF *bbase, InternalFPF *cbase, ulong arraysize) argument
600 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 314 milliseconds