Home
last modified time | relevance | path

Searched refs:MONO_ZERO_LEN_ARRAY (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-publib.h101 #ifndef MONO_ZERO_LEN_ARRAY
103 #define MONO_ZERO_LEN_ARRAY 0 macro
105 #define MONO_ZERO_LEN_ARRAY 1 macro
H A Dlock-free-array-queue.c37 char entries [MONO_ZERO_LEN_ARRAY];
48 …int num_entries = (size - (sizeof (Chunk) - arr->entry_size * MONO_ZERO_LEN_ARRAY)) / arr->entry_s… in alloc_chunk()
133 gpointer data [MONO_ZERO_LEN_ARRAY];
H A Dmonobitset.h16 gsize data [MONO_ZERO_LEN_ARRAY];
H A Dmonobitset.c25 return sizeof (MonoBitSet) + sizeof (gsize) * (real_size - MONO_ZERO_LEN_ARRAY); in mono_bitset_alloc_size()
40 …MonoBitSet *) g_malloc0 (sizeof (MonoBitSet) + sizeof (gsize) * (real_size - MONO_ZERO_LEN_ARRAY)); in mono_bitset_new()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Ddomain-internals.h74 MonoJitInfoTableChunk *chunks [MONO_ZERO_LEN_ARRAY];
77 #define MONO_SIZEOF_JIT_INFO_TABLE (sizeof (struct _MonoJitInfoTable) - MONO_ZERO_LEN_ARRAY * SIZEO…
174 MonoTryBlockHoleJitInfo holes [MONO_ZERO_LEN_ARRAY];
252 MonoJitExceptionInfo clauses [MONO_ZERO_LEN_ARRAY];
H A Dclass-internals.h182 MonoMarshalField fields [MONO_ZERO_LEN_ARRAY];
233 MonoVTable *domain_vtables [MONO_ZERO_LEN_ARRAY];
236 #define MONO_SIZEOF_CLASS_RUNTIME_INFO (sizeof (MonoClassRuntimeInfo) - MONO_ZERO_LEN_ARRAY * SIZEO…
485 gpointer vtable [MONO_ZERO_LEN_ARRAY];
488 #define MONO_SIZEOF_VTABLE (sizeof (MonoVTable) - MONO_ZERO_LEN_ARRAY * SIZEOF_VOID_P)
508 MonoType *type_argv [MONO_ZERO_LEN_ARRAY];
511 #define MONO_SIZEOF_GENERIC_INST (sizeof (MonoGenericInst) - MONO_ZERO_LEN_ARRAY * SIZEOF_VOID_P)
760 MonoClass *interfaces [MONO_ZERO_LEN_ARRAY];
763 #define MONO_SIZEOF_REMOTE_CLASS (sizeof (MonoRemoteClass) - MONO_ZERO_LEN_ARRAY * SIZEOF_VOID_P)
H A Dmetadata-internals.h36 MonoCustomMod modifiers [MONO_ZERO_LEN_ARRAY]; /* this may grow */
580 MonoType *locals [MONO_ZERO_LEN_ARRAY];
588 #define MONO_SIZEOF_METHOD_HEADER (sizeof (struct _MonoMethodHeader) - MONO_ZERO_LEN_ARRAY * SIZEOF…
607 MonoType *params [MONO_ZERO_LEN_ARRAY];
624 #define MONO_SIZEOF_METHOD_SIGNATURE (sizeof (struct _MonoMethodSignature) - MONO_ZERO_LEN_ARRAY * …
H A Dsgen-bridge.h75 MonoObject *objs [MONO_ZERO_LEN_ARRAY];
H A Ddebug-mono-symfile.h73 uint8_t data [MONO_ZERO_LEN_ARRAY];
H A Dmono-debug.h104 mono_byte data [MONO_ZERO_LEN_ARRAY];
H A Dreflection.h25 MonoCustomAttrEntry attrs [MONO_ZERO_LEN_ARRAY];
H A Dobject-internals.h123 double vector [MONO_ZERO_LEN_ARRAY];
126 #define MONO_SIZEOF_MONO_ARRAY (sizeof (MonoArray) - MONO_ZERO_LEN_ARRAY * sizeof (double))
131 mono_unichar2 chars [MONO_ZERO_LEN_ARRAY];
H A Dmono-debug.c54 guint8 data [MONO_ZERO_LEN_ARRAY];
H A Dmonitor.c80 MonoThreadsSync monitors [MONO_ZERO_LEN_ARRAY];
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-arm64-gsharedvt.h78 int map [MONO_ZERO_LEN_ARRAY];
H A Dmini-arm.h175 int map [MONO_ZERO_LEN_ARRAY];
231 guint8* bp_addrs [MONO_ZERO_LEN_ARRAY];
H A Dmini-amd64.h261 int map [MONO_ZERO_LEN_ARRAY];
267 gpointer bp_addrs [MONO_ZERO_LEN_ARRAY];
H A Dmini-arm64.h86 guint8* bp_addrs [MONO_ZERO_LEN_ARRAY];
H A Dmini-x86.h283 int map [MONO_ZERO_LEN_ARRAY];
H A Dmini-gc.c244 guint8 encoded [MONO_ZERO_LEN_ARRAY];
247 guint8 callsites [MONO_ZERO_LEN_ARRAY];
250 guint8 bitmaps [MONO_ZERO_LEN_ARRAY];
H A Dunwind.c32 guint8 info [MONO_ZERO_LEN_ARRAY];
H A Dmini.h1004 gpointer infos [MONO_ZERO_LEN_ARRAY];
1007 …UNTIME_GENERIC_CONTEXT (sizeof (MonoMethodRuntimeGenericContext) - MONO_ZERO_LEN_ARRAY * SIZEOF_VO…
1030 gpointer entries [MONO_ZERO_LEN_ARRAY];
/dports/lang/mono/mono-5.10.1.57/
H A Dwinconfig.h614 #define MONO_ZERO_LEN_ARRAY 1 macro
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-hash-table.h20 char data [MONO_ZERO_LEN_ARRAY]; /* data is pointer-aligned */
H A Dsgen-gc.h889 GCObject data [MONO_ZERO_LEN_ARRAY];

12