Home
last modified time | relevance | path

Searched defs:NELEM (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/oc/
H A D50610-nelem.m5 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/oc/
H A Dnelem.m5 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dls.h32 #define NELEM(x) (sizeof (x) / sizeof(*x)) macro
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dsizeof-unwind-exception.cpp1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o…
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o…
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o…
4 // RUN: %clang_cc1 -triple arm-unknown-gnueabi -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o -…
5 // RUN: %clang_cc1 -triple mipsel-unknown-unknown -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -…
6
7 void foo();
8 void test() {
9 try {
10 foo();
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/include/utils/
H A Dmisc.h29 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/include/utils/
H A Dmisc.h29 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dbcastzerotype.c27 #define NELEM (10) in main() macro
/dports/net/mpich2/mpich2-1.5/test/mpi/coll/
H A Dbcastzerotype.c21 #define NELEM (10) in main() macro
/dports/audio/afsp/AFsp-v8r2/libtsp/UT/nucleus/
H A DUTgetUser.c39 #define NELEM(array) ((int) ((sizeof array) / (sizeof array[0]))) macro
/dports/devel/boost-docs/boost_1_72_0/libs/sort/test/
H A Dtest_block_indirect_sort.cpp32 const uint64_t NELEM = 2000000; variable
155 void test_int_array(uint32_t NELEM) in test_int_array()
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/test/
H A Dtest_block_indirect_sort.cpp32 const uint64_t NELEM = 2000000; variable
155 void test_int_array(uint32_t NELEM) in test_int_array()
/dports/devel/boost-libs/boost_1_72_0/libs/sort/test/
H A Dtest_block_indirect_sort.cpp32 const uint64_t NELEM = 2000000; variable
155 void test_int_array(uint32_t NELEM) in test_int_array()
/dports/devel/hyperscan/boost_1_75_0/libs/sort/test/
H A Dtest_block_indirect_sort.cpp32 const uint64_t NELEM = 2000000; variable
155 void test_int_array(uint32_t NELEM) in test_int_array()
/dports/devel/libfastjson/libfastjson-0.99.9/tests/
H A Dparse_flags.c24 #define NELEM(x) (sizeof(x) / sizeof(&x[0])) macro
/dports/devel/ga/ga-5.8/global/testing/
H A Dpatch_enumc.c12 #define NELEM 200000 macro
/dports/devel/json-c/json-c-0.15/tests/
H A Dparse_flags.c27 #define NELEM(x) (sizeof(x) / sizeof(x[0])) macro
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A Dparse_flags.c26 #define NELEM(x) (sizeof(x) / sizeof(x[0])) macro
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dparse_flags.c25 #define NELEM(x) (sizeof(x) / sizeof(x[0])) macro
/dports/audio/afsp/AFsp-v8r2/audio/LPsyn/
H A DLSoptions.c41 #define NELEM(array) ((sizeof array) / (sizeof array[0])) macro
/dports/audio/afsp/AFsp-v8r2/audio/LPanal/
H A DLPoptions.c41 #define NELEM(array) ((int) ((sizeof array) / (sizeof array[0]))) macro
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/footag/ipc7351b/
H A Dpriv.h27 #define NELEM(a) ((sizeof a) / (sizeof (a[0]))) macro
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dheap_reg.c42 static const l_int32 NELEM = 50; variable
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtlin.c37 int NELEM = 9; variable
/dports/lang/eisl/eisl-2.35/
H A Dsyn_highlight.c5 #define NELEM(X) (sizeof(X) / sizeof((X)[0])) macro
/dports/audio/drumgizmo/drumgizmo-0.9.19/hugin/
H A Dhugin_filter.c39 #define NELEM(x) (sizeof(x)/sizeof((x)[0])) macro

1234567