Home
last modified time | relevance | path

Searched defs:arraysize (Results 1 – 18 of 18) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Darraysize.h28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
/third_party/benchmark/src/
Darraysize.h28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) macro
/third_party/re2/util/
Dutil.h8 #define arraysize(array) (sizeof(array)/sizeof((array)[0])) macro
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dpreadv.c49 int arraysize = sizeof(data) / sizeof(char); in preadv_0100() local
/third_party/python/Modules/_sqlite/
Dcursor.h39 int arraysize; member
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h131 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h150 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djquant1.c728 size_t arraysize; in alloc_fs_workspace() local
747 size_t arraysize; in start_pass_1_quant() local
Djquant2.c1173 size_t arraysize = in start_pass_2_quant() local
/third_party/libjpeg-turbo/
Djquant1.c728 size_t arraysize; in alloc_fs_workspace() local
747 size_t arraysize; in start_pass_1_quant() local
Djquant2.c1173 size_t arraysize = in start_pass_2_quant() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant1.c725 size_t arraysize; in alloc_fs_workspace() local
744 size_t arraysize; in start_pass_1_quant() local
Djquant2.c1173 size_t arraysize = in start_pass_2_quant() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUTF16Test.java55 int arraysize = strsize; in TestAppend() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUTF16Test.java52 int arraysize = strsize; in TestAppend() local
/third_party/node/src/
Dutil.h330 constexpr size_t arraysize(const T (&)[N]) { in arraysize() function
/third_party/boost/libs/property_tree/test/
Dtest_json_parser2.cpp915 std::size_t arraysize(T(&)[N]) { return N; } in arraysize() function
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c317 const int arraysize = (xblocks*yblocks)<<2; in calc_combed_score() local