Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Darraysize.h28 #define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) 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/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/node/deps/v8/src/base/
Dmacros.h37 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUTF16Test.java52 int arraysize = strsize; in TestAppend() 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/node/src/
Dutil.h359 constexpr size_t arraysize(const T (&)[N]) { in arraysize() function
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c317 const int arraysize = (xblocks*yblocks)<<2; in calc_combed_score() local