Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Darraysize.h28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
H A Dstring_util.cc27 static_assert(arraysize(kBigSIUnits) == arraysize(kBigIECUnits), member
29 static_assert(arraysize(kSmallSIUnits) == arraysize(kBigSIUnits), member
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpreadv.c49 int arraysize = sizeof(data) / sizeof(char); in preadv_0100() local
/third_party/python/Modules/_sqlite/
H A Dcursor.h39 int arraysize; member
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h150 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h131 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/node/deps/v8/src/base/
H A Dmacros.h37 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant1.c725 size_t arraysize; in alloc_fs_workspace() local
744 size_t arraysize; in start_pass_1_quant() local
H A Djquant2.c1173 size_t arraysize = in start_pass_2_quant() local
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c317 const int arraysize = (xblocks*yblocks)<<2; in calc_combed_score() local

Completed in 9 milliseconds