| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| 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 14 // This template function declaration is used in defining arraysize. 28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| 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 14 // This template function declaration is used in defining arraysize. 28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
|
| string_util.cc | 10 #include "arraysize.h" 23 static_assert(arraysize(kBigSIUnits) == arraysize(kBigIECUnits), member in namespace:benchmark::__anon5832 25 static_assert(arraysize(kSmallSIUnits) == arraysize(kBigSIUnits), member in namespace:benchmark::__anon5832 28 static const int64_t kUnitsSize = arraysize(kBigSIUnits); 52 for (size_t i = 0; i < arraysize(kBigSIUnits); ++i) { 67 for (size_t i = 0; i < arraysize(kSmallSIUnits); ++i) {
|
| /src/sys/external/bsd/common/include/linux/ |
| overflow.h | 70 size_t arraysize, totalsize; local 73 if ((arraysize = array_size(elemsize, nelem)) == SIZE_MAX) 75 if (check_add_overflow(basesize, arraysize, &totalsize))
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| fpioconst.h | 56 mp_size_t arraysize; /* Size of the array. */ member in struct:mp_power
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| fpioconst.h | 56 mp_size_t arraysize; /* Size of the array. */ member in struct:mp_power
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| cshift0.c | 50 index_type arraysize; local 57 arraysize = size0 ((array_t *) array); 81 ret->base_addr = xmallocarray (arraysize, size); 89 if (arraysize == 0)
|
| eoshift0.c | 53 index_type arraysize; local 62 arraysize = size0 ((array_t *) array); 87 ret->base_addr = xmallocarray (arraysize, size); 95 if (arraysize == 0)
|
| eoshift2.c | 57 index_type arraysize; local 68 arraysize = size0 ((array_t *) array); 78 ret->base_addr = xmallocarray (arraysize, size); 101 if (arraysize == 0)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| cshift0.c | 50 index_type arraysize; local 57 arraysize = size0 ((array_t *) array); 81 ret->base_addr = xmallocarray (arraysize, size); 89 if (arraysize == 0)
|
| eoshift0.c | 53 index_type arraysize; local 62 arraysize = size0 ((array_t *) array); 87 ret->base_addr = xmallocarray (arraysize, size); 95 if (arraysize == 0)
|
| eoshift2.c | 57 index_type arraysize; local 68 arraysize = size0 ((array_t *) array); 78 ret->base_addr = xmallocarray (arraysize, size); 101 if (arraysize == 0)
|
| /src/sbin/nvmectl/ |
| bn.h | 65 size_t arraysize; member in struct:bn_ctx_t
|
| /src/sys/arch/hpcarm/dev/ |
| j720pwr.c | 62 #define arraysize(ary) (sizeof(ary) / sizeof(ary[0])) macro 250 for (i = 0; i < arraysize(battery_table); i++) 279 for (i = 1; i < arraysize(battery_table); i++) {
|
| /src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| bn.h | 65 size_t arraysize; member in struct:bn_ctx_t
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf_ar.c | 340 long arraysize, fileoffset, stroffset, strtabsize; local 362 GET_LONG(p, arraysize); 364 if (arraysize < 0 || p0 + arraysize >= end || 365 ((size_t) arraysize % entrysize != 0)) 371 s = p + arraysize; 378 nentries = (size_t) arraysize / entrysize;
|
| /src/external/gpl3/gcc/dist/libgfortran/generated/ |
| cshift1_16.c | 62 index_type arraysize; local 76 arraysize = size0 ((array_t *)array); 80 ret->base_addr = xmallocarray (arraysize, size); 110 if (arraysize == 0)
|
| cshift1_4.c | 62 index_type arraysize; local 76 arraysize = size0 ((array_t *)array); 80 ret->base_addr = xmallocarray (arraysize, size); 110 if (arraysize == 0)
|
| cshift1_8.c | 62 index_type arraysize; local 76 arraysize = size0 ((array_t *)array); 80 ret->base_addr = xmallocarray (arraysize, size); 110 if (arraysize == 0)
|
| eoshift1_16.c | 63 index_type arraysize; local 84 arraysize = size0 ((array_t *) array); 105 ret->base_addr = xmallocarray (arraysize, size); 120 if (arraysize == 0)
|
| eoshift1_4.c | 63 index_type arraysize; local 84 arraysize = size0 ((array_t *) array); 105 ret->base_addr = xmallocarray (arraysize, size); 120 if (arraysize == 0)
|
| eoshift1_8.c | 63 index_type arraysize; local 84 arraysize = size0 ((array_t *) array); 105 ret->base_addr = xmallocarray (arraysize, size); 120 if (arraysize == 0)
|
| eoshift3_16.c | 67 index_type arraysize; local 78 arraysize = size0 ((array_t *) array); 88 ret->base_addr = xmallocarray (arraysize, size); 107 ret->base_addr = xmallocarray (arraysize, size); 122 if (arraysize == 0)
|
| eoshift3_4.c | 67 index_type arraysize; local 78 arraysize = size0 ((array_t *) array); 88 ret->base_addr = xmallocarray (arraysize, size); 107 ret->base_addr = xmallocarray (arraysize, size); 122 if (arraysize == 0)
|
| eoshift3_8.c | 67 index_type arraysize; local 78 arraysize = size0 ((array_t *) array); 88 ret->base_addr = xmallocarray (arraysize, size); 107 ret->base_addr = xmallocarray (arraysize, size); 122 if (arraysize == 0)
|