Home
last modified time | relevance | path

Searched defs:field_t (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/loki/loki-0.1.7/include/loki/
H A DSafeBits.h154 typedef SafeBitField< unique_index, word_t > field_t; typedef
484 #define LOKI_BIT_CONST( field_t, label, bit_index ) \ argument
487 #define LOKI_BIT_CONST( field_t, label, bit_index ) \ argument
492 …#define LOKI_BIT_CONST( field_t, label, bit_index ) static const field_t label = make_bit_const( b… argument
498 #define LOKI_BIT_CONSTS( field_t, label ) static const field_t::const_t label argument
500 #define LOKI_BIT_CONSTS( field_t, label ) static const field_t label argument
507 #define LOKI_BIT_FIELD_COUNT( field_t ) field_t::size() argument
509 #define LOKI_BIT_FIELD_COUNT( field_t ) ( 8 * sizeof(field_t) ) argument
/dports/games/tycho/tycho/
H A Dexhaust.h45 typedef u8_t field_t; typedef
47 typedef u16_t field_t; typedef
49 typedef u32_t field_t; typedef
/dports/games/species/tycho/
H A Dexhaust.h45 typedef u8_t field_t; typedef
47 typedef u16_t field_t; typedef
49 typedef u32_t field_t; typedef
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dexhaust.h45 typedef u8_t field_t; typedef
47 typedef u16_t field_t; typedef
49 typedef u32_t field_t; typedef
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dexhaust.h45 typedef u8_t field_t; typedef
47 typedef u16_t field_t; typedef
49 typedef u32_t field_t; typedef
/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.h45 typedef u8_t field_t; typedef
47 typedef u16_t field_t; typedef
49 typedef u32_t field_t; typedef
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dsave_inspector.hpp78 struct field_t { struct in caf::save_inspector
79 string_view field_name;
80 T* val;
83 bool operator()(Inspector& f) { in operator ()()
88 auto fallback(U value) && { in fallback()
93 field_t&& invariant(Predicate&&) && { in invariant()
H A Dload_inspector.hpp121 struct field_t { struct in caf::load_inspector
122 string_view field_name;
123 T* val;
126 bool operator()(Inspector& f) { in operator ()()
132 auto fallback(U value) && { in fallback()
137 auto invariant(Predicate predicate) && { in invariant()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_h323_asn1.c77 typedef struct field_t { struct
87 const struct field_t *fields; argument
88 } field_t; typedef
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_h323_asn1.c77 typedef struct field_t { struct
87 const struct field_t *fields; argument
88 } field_t; typedef
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_h323_asn1.c77 typedef struct field_t { struct
87 const struct field_t *fields; argument
88 } field_t; typedef
/dports/games/openomf/openomf-c36c421/src/game/utils/
H A Dsettings.c35 typedef struct field_t { struct
37 field_type type; argument
42 typedef struct struct_to_field_t { argument
/dports/games/tycho/species/
H A Dexhaust.h47 typedef u8_t field_t; typedef
49 typedef u16_t field_t; typedef
51 typedef u32_t field_t; typedef
/dports/games/species/species/
H A Dexhaust.h47 typedef u8_t field_t; typedef
49 typedef u16_t field_t; typedef
51 typedef u32_t field_t; typedef
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dunicsv.h151 struct field_t { struct
152 const char* name;
153 field_e type;
154 uint32_t options;
/dports/math/GiNaC/ginac-1.8.2/ginac/polynomial/
H A Dremainder.cpp41 typedef cln::cl_MI field_t; in remainder_in_field() typedef
/dports/games/simutrans/simutrans-121.0/obj/
H A Dfield.cc23 field_t::field_t(koord3d p, player_t *player, const field_class_desc_t *desc, fabrik_t *fab) : obj_… in field_t() function in field_t
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dpreview_status_source.hh47 } field_t; typedef in preview_status_source
H A Dtop_status_source.hh51 } field_t; typedef in top_status_source
H A Ddoc_status_source.hh46 } field_t; typedef in doc_status_source
H A Dfilter_status_source.hh51 } field_t; typedef in filter_status_source
H A Dbottom_status_source.hh53 } field_t; typedef in bottom_status_source
/dports/games/fmars/fmars-0.0.207/
H A Dexhaust.h24 typedef u16_t field_t; typedef
/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.h35 class field_t; variable
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/TESTSUITE/probes/
H A Dfieldprobes.m177 field_t = reshape( Et{n}.TD.time, [], 1 ); variable
262 field_t = reshape( Ht{n}.TD.time, [], 1 ); variable

123456