Home
last modified time | relevance | path

Searched defs:array_t (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/games/openomf/openomf-c36c421/include/utils/
H A Darray.h6 typedef struct array_t { struct
7 unsigned int allocated_size;
8 unsigned int filled;
9 void **data;
/dports/benchmarks/nqueens/version1.0/base/
H A Dqueens.c15 typedef struct array_t{ struct
16 unsigned int cdt; /* candidates */
17 unsigned int col; /* column */
18 unsigned int pos; /* positive diagonal */
19 unsigned int neg; /* negative diagonal */
/dports/devel/wand-libconfig/libconfig-1.0.5/
H A Dlibconfig.h20 typedef struct array_t { struct
28 } conf_array_t; argument
/dports/graphics/waylandpp/waylandpp-0.2.8/src/
H A Dwayland-util.cpp141 array_t::array_t(wl_array *arr) in array_t() function in array_t
153 array_t::array_t() in array_t() function in array_t
158 array_t::array_t(const array_t &arr) in array_t() function in array_t
164 array_t::array_t(array_t &&arr) noexcept in array_t() function in array_t
/dports/benchmarks/nqueens/version1.0/omp/
H A Dmain.c16 typedef struct array_t{ struct
17 unsigned int cdt; /* candidates */
18 unsigned int col; /* column */
19 unsigned int pos; /* positive diagonal */
20 unsigned int neg; /* negative diagonal */
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dvvfat.h34 typedef struct array_t { struct
37 } array_t; argument
/dports/benchmarks/nqueens/version1.0/mpi/
H A Dmain.c18 typedef struct array_t{ struct
19 unsigned int cdt; /* candidates */
20 unsigned int col; /* column */
21 unsigned int pos; /* positive diagonal */
22 unsigned int neg; /* negative diagonal */
/dports/security/gvm-libs/gvm-libs-21.4.3/base/
H A Darray.h30 typedef GPtrArray array_t; typedef
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Darray.hpp70 template <typename T> class array_t class
76 inline array_t () in array_t() function in zmq::array_t
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Darray.hpp69 template <typename T> class array_t class
75 inline array_t () in array_t() function in zmq::array_t
/dports/devel/libxs/libxs-1.2.0/src/
H A Darray.hpp73 template <typename T, int ID = 0> class array_t class
81 inline array_t () in array_t() function in xs::array_t
/dports/cad/nvc/nvc-r1.5.3/test/bounds/
H A Dissue247.vhd3 type array_t is array (natural_down range <>) of boolean; type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef
H A Ddebug_mode_requires_reallocation-2.cc29 typedef std::vector<unsigned> array_t; in test01() typedef
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/vector/
H A Ddebug_mode_requires_reallocation-1.cc27 typedef std::vector<unsigned> array_t; in test01() typedef

12345678910>>...19