Home
last modified time | relevance | path

Searched refs:enum_max (Results 1 – 25 of 148) sorted by relevance

123456

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/
H A DPermutation.java20 private long enum_max; field in Permutation
30 enum_max = (long) Math.pow( (double) Nchilds, in Permutation()
37 return enum_idx < enum_max; in hasMoreElements()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp31 enum_max = std::numeric_limits<int>::max() enumerator
47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()
67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp31 enum_max = std::numeric_limits<int>::max() enumerator
47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()
67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp31 enum_max = std::numeric_limits<int>::max() enumerator
47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()
67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp31 enum_max = std::numeric_limits<int>::max() enumerator
47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()
67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()
/dports/accessibility/yasr/yasr-0.6.9/yasr/
H A Doption.c118 optr->v.enum_max = va_arg(args, int) - 1; in opt_add()
119 optr->arg = malloc((optr->v.enum_max + 1) * sizeof(char *)); in opt_add()
120 for (i = 0; i <= optr->v.enum_max; i++) in opt_add()
165 int v = opt[num].v.enum_max; /* assuming OT_ENUM */ in opt_getval()
198 int v = opt[num].v.enum_max; in opt_setval()
550 i = (opt_getval(curopt, 0) + 1) % (opt[curopt].v.enum_max + 1); in optmenu()
673 for (j = 0; j <= opt[i].v.enum_max; j++) in opt_read()
680 if (j > opt[i].v.enum_max) in opt_read()
725 for (i = 0; i <= opt[synthopt].v.enum_max; i++) in opt_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dproto_enum_conversions_unittest.cc18 void TestEnumStringFunction(T enum_min, T enum_max) { in TestEnumStringFunction() argument
19 for (int i = enum_min; i <= enum_max; ++i) { in TestEnumStringFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/base/metrics/
H A Dhistogram_macros.h14 #define UMA_HISTOGRAM_ENUMERATION(name, sample, enum_max) do { } while (0) argument
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/base/metrics/
H A Dhistogram_macros.h15 #define UMA_HISTOGRAM_ENUMERATION(name, sample, enum_max) do { } while (0) argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/c/
H A Dc-lang.h30 tree enum_max; member
/dports/lang/gcc48/gcc-4.8.5/gcc/c/
H A Dc-lang.h31 tree enum_max; member
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c/
H A Dc-lang.h31 tree enum_max; member
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c/
H A Dc-lang.h30 tree enum_max; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c/
H A Dc-lang.h31 tree enum_max; member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/lang/gcc11/gcc-11.2.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/lang/gcc9/gcc-9.4.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c/
H A Dc-lang.h37 tree enum_max; member

123456