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

/external/webrtc/webrtc/base/
H A Darraysize.h16 // This file defines the arraysize() macro and is derived from Chromium's
19 // The arraysize(arr) macro returns the # of elements in an array arr.
21 // used in defining new arrays, for example. If you use arraysize on
24 // This template function declaration is used in defining arraysize.
29 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/external/google-benchmark/src/
H A Darraysize.h8 // The arraysize(arr) macro returns the # of elements in an array arr.
10 // used in defining new arrays, for example. If you use arraysize on
15 // This template function declaration is used in defining arraysize.
29 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
H A Dstring_util.cc10 #include "arraysize.h"
23 static_assert(arraysize(kBigSIUnits) == arraysize(kBigIECUnits), member in namespace:benchmark::__anon6216
25 static_assert(arraysize(kSmallSIUnits) == arraysize(kBigSIUnits), member in namespace:benchmark::__anon6216
28 static const int64_t kUnitsSize = arraysize(kBigSIUnits);
52 for (size_t i = 0; i < arraysize(kBigSIUnits); ++i) {
66 for (size_t i = 0; i < arraysize(kSmallSIUnits); ++i) {
/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/libchrome/base/
H A Dmacros.h42 // The arraysize(arr) macro returns the # of elements in an array arr. The
44 // new arrays, for example. If you use arraysize on a pointer by mistake, you
48 // This template function declaration is used in defining arraysize.
52 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/external/libweave/third_party/chromium/base/
H A Dmacros.h39 // The arraysize(arr) macro returns the # of elements in an array arr. The
41 // new arrays, for example. If you use arraysize on a pointer by mistake, you
45 // This template function declaration is used in defining arraysize.
49 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/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/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer_unittest.cc21 #include "webrtc/base/arraysize.h"
57 static_assert(arraysize(kTestCenterFreqs) == arraysize(kTestFilterBank), member in namespace:webrtc::__anon20310
65 static_assert(arraysize(kTestCenterFreqs) == arraysize(kTestZeroVar), member in namespace:webrtc::__anon20310
71 static_assert(arraysize(kTestCenterFreqs) ==
72 arraysize(kTestNonZeroVarLambdaTop), member in namespace:webrtc::__anon20310
152 ASSERT_EQ(arraysize(kTestCenterFreqs), enh_->bank_size_);
155 ASSERT_EQ(arraysize(kTestFilterBank[0]), enh_->freqs_);
/external/regex-re2/util/
H A Dutil.h91 #define arraysize(array) (sizeof(array)/sizeof((array)[0])) macro
/external/v8/src/base/
H A Dmacros.h22 // ARRAYSIZE_UNSAFE performs essentially the same calculation as arraysize,
24 // functions. It's less safe than arraysize as it accepts some
25 // (although not all) pointers. Therefore, you should use arraysize
63 // definition of arraysize() below, so we have to use the unsafe version for
65 #define arraysize ARRAYSIZE_UNSAFE macro
69 // The arraysize(arr) macro returns the # of elements in an array arr.
71 // used in defining new arrays, for example. If you use arraysize on
74 // One caveat is that arraysize() doesn't accept any array of an
79 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
82 // This template function declaration is used in defining arraysize
[all...]
/external/v8/test/cctest/heap/
H A Dtest-mark-compact.cc136 const int arraysize = 100; local
139 allocation = heap->AllocateFixedArray(arraysize);
142 heap->AllocateFixedArray(arraysize).ToObjectChecked();
/external/libjpeg-turbo/
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 *) cquantize->fserrors[i], arraysize);
H A Djquant2.c1169 size_t arraysize = (size_t) ((cinfo->output_width + 2) * local
1174 ((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
1176 jzero_far((void *) cquantize->fserrors, arraysize);
/external/valgrind/VEX/switchback/
H A Dtest_emfloat.c441 ulong arraysize; /* Size of array */ member in struct:__anon18594
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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 552 milliseconds