/external/webrtc/webrtc/base/ |
H A D | arraysize.h | 16 // 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 D | arraysize.h | 8 // 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 D | string_util.cc | 10 #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 D | macros.h | 66 // 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 D | crc32.cc | 41 #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 D | macros.h | 42 // 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 D | macros.h | 39 // 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 D | mapstride.cpp | 21 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 D | stackwalker_address_list_unittest.cc | 62 #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 D | intelligibility_enhancer_unittest.cc | 21 #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 D | util.h | 91 #define arraysize(array) (sizeof(array)/sizeof((array)[0])) macro
|
/external/v8/src/base/ |
H A D | macros.h | 22 // 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 D | test-mark-compact.cc | 136 const int arraysize = 100; local 139 allocation = heap->AllocateFixedArray(arraysize); 142 heap->AllocateFixedArray(arraysize).ToObjectChecked();
|
/external/libjpeg-turbo/ |
H A D | jquant1.c | 725 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 D | jquant2.c | 1169 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 D | test_emfloat.c | 441 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 D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |