Home
last modified time | relevance | path

Searched defs:func_t (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screenComponents/
H A DshipInternalView.h31 typedef std::function<void(sf::Vector2i room_position)> func_t; typedef
45 typedef std::function<void(sf::Vector2i room_position)> func_t; typedef
65 typedef std::function<void()> func_t; typedef
84 typedef std::function<void(P<RepairCrew> crew_member)> func_t; typedef
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A Dgui2_slider.h10 typedef std::function<void(float value)> func_t; typedef
32 typedef std::function<void(float value)> func_t; typedef
59 typedef std::function<void(sf::Vector2f value)> func_t; typedef
/dports/devel/entt/entt-3.8.1/test/entt/meta/
H A Dmeta_func.cpp27 struct func_t { struct
28 int f(const base_t &, int a, int b) { in f()
32 int f(int a, int b) { in f()
37 int f(int v) const { in f()
41 void g(int v) { in g()
45 static int h(int &v) { in h()
49 static void k(int v) { in k()
53 int v(int v) const { in v()
57 int & a() const { in a()
82 entt::meta<func_t>() in SetUp() argument
/dports/lang/parrot/parrot-8.1.0/src/nci/
H A Dcore_thunks.c41 typedef char(* func_t)(void); in pcf_char() typedef
78 typedef double(* func_t)(void); in pcf_double() typedef
95 typedef double(* func_t)(double); in pcf_double_double() typedef
113 typedef float(* func_t)(void); in pcf_float() typedef
150 typedef int(* func_t)(void); in pcf_int() typedef
189 typedef int(* func_t)(void *); in pcf_int_ptr() typedef
247 typedef int(* func_t)(char *); in pcf_int_cstr() typedef
266 typedef long(* func_t)(void); in pcf_long() typedef
306 typedef void *(* func_t)(int); in pcf_ptr_int() typedef
462 typedef short(* func_t)(void); in pcf_short() typedef
[all …]
H A Dextra_thunks.c41 typedef int(* func_t)(int, void *); in pcf_int_int_ptr() typedef
61 typedef int(* func_t)(void *); in pcf_int_ptr() typedef
79 typedef void(* func_t)(void *); in pcf_void_ptr() typedef
115 typedef void(* func_t)(void); in pcf_void() typedef
131 typedef void(* func_t)(int); in pcf_void_int() typedef
197 typedef void(* func_t)(long); in pcf_void_long() typedef
291 typedef int(* func_t)(PMC *); in pcf_int_PMC() typedef
445 typedef int(* func_t)(void); in pcf_int() typedef
772 typedef long(* func_t)(void); in pcf_long() typedef
1055 typedef int(* func_t)(void); in pcf_int_void() typedef
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/
H A Dlib.h28 typedef void (*func_t)(); typedef
53 typedef void (*func_t)(); typedef
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-predicate-analysis.h53 struct func_t struct
71 predicate (func_t &eval) in predicate() argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dreduce.cu116 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, int reduceOp, Stream& stream); in reduceToColumnImpl() typedef
144 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, int reduceOp, Stream& stream); in reduce() typedef
222 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, int reduceOp, Stream& stream); in reduce() typedef
H A Dmath.cu86 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream); in abs() typedef
131 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream); in sqr() typedef
168 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream); in sqrt() typedef
214 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream); in exp() typedef
251 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream); in log() typedef
318 typedef void (*func_t)(const GpuMat& src, double power, const GpuMat& dst, Stream& stream); in pow() typedef
/dports/biology/sra-tools/sra-tools-2.11.0/tools/srapath/
H A Dhelper.h60 typedef enum func_t { ft_resolve, ft_names, ft_search } func_t; typedef
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/src/
H A Dwarp.cpp142 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, … typedef
249 …typedef void (*func_t)(const cv::cuda::GpuMat& src, cv::cuda::GpuMat& dst, double coeffs[][3], int… in warpAffine() typedef
286 …typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3… in warpAffine() typedef
388 …typedef void (*func_t)(const cv::cuda::GpuMat& src, cv::cuda::GpuMat& dst, double coeffs[][3], int… in warpPerspective() typedef
425 …typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3… in warpPerspective() typedef
470 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcRO… typedef
509 …typedef void (*func_t)(const GpuMat& src, GpuMat& dst, Size dsize, double angle, double xShift, do… in rotate() typedef
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dcet-notrack-3.c7 typedef void (*func_t) (void) __attribute__((nocf_check)); typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1a.c7 typedef void (*func_t) (void); typedef
/dports/games/senken/senken-0.3.0/lib/
H A Dfunction.h22 typedef struct func_s func_t; typedef

12345678910>>...26