Home
last modified time | relevance | path

Searched refs:FLAG_ALIAS (Results 1 – 7 of 7) sorted by relevance

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/debugfs/
H A Dset_fields.c55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro
212 4, parse_uint, FLAG_ALIAS },
223 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS },
228 4, parse_uint, FLAG_ALIAS },
232 4, parse_uint, FLAG_ALIAS },
234 4, parse_uint, FLAG_ALIAS },
236 4, parse_uint, FLAG_ALIAS },
240 4, parse_uint, FLAG_ALIAS },
287 parse_mmp_clear, FLAG_ALIAS },
329 if (ss->flags & FLAG_ALIAS || ss2->flags & FLAG_ALIAS) in do_verify_field_set_info()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/debugfs/
H A Dset_fields.c55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro
212 4, parse_uint, FLAG_ALIAS },
223 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS },
228 4, parse_uint, FLAG_ALIAS },
232 4, parse_uint, FLAG_ALIAS },
234 4, parse_uint, FLAG_ALIAS },
236 4, parse_uint, FLAG_ALIAS },
240 4, parse_uint, FLAG_ALIAS },
287 parse_mmp_clear, FLAG_ALIAS },
329 if (ss->flags & FLAG_ALIAS || ss2->flags & FLAG_ALIAS) in do_verify_field_set_info()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/debugfs/
H A Dset_fields.c55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro
212 4, parse_uint, FLAG_ALIAS },
223 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS },
228 4, parse_uint, FLAG_ALIAS },
232 4, parse_uint, FLAG_ALIAS },
234 4, parse_uint, FLAG_ALIAS },
236 4, parse_uint, FLAG_ALIAS },
240 4, parse_uint, FLAG_ALIAS },
287 parse_mmp_clear, FLAG_ALIAS },
329 if (ss->flags & FLAG_ALIAS || ss2->flags & FLAG_ALIAS) in do_verify_field_set_info()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dflag-definitions.h57 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ macro
85 #ifndef FLAG_ALIAS
86 #define FLAG_ALIAS(ftype, ctype, alias, nam) macro
172 #define DEFINE_ALIAS_BOOL(alias, nam) FLAG_ALIAS(BOOL, bool, alias, nam)
173 #define DEFINE_ALIAS_INT(alias, nam) FLAG_ALIAS(INT, int, alias, nam)
174 #define DEFINE_ALIAS_FLOAT(alias, nam) FLAG_ALIAS(FLOAT, double, alias, nam)
175 #define DEFINE_ALIAS_SIZE_T(alias, nam) FLAG_ALIAS(SIZE_T, size_t, alias, nam)
177 FLAG_ALIAS(STRING, const char*, alias, nam)
178 #define DEFINE_ALIAS_ARGS(alias, nam) FLAG_ALIAS(ARGS, JSArguments, alias, nam)
1397 #undef FLAG_ALIAS
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/flags/
H A Dflag-definitions.h56 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ macro
89 #ifndef FLAG_ALIAS
90 #define FLAG_ALIAS(ftype, ctype, alias, nam) macro
182 #define DEFINE_ALIAS_BOOL(alias, nam) FLAG_ALIAS(BOOL, bool, alias, nam)
183 #define DEFINE_ALIAS_INT(alias, nam) FLAG_ALIAS(INT, int, alias, nam)
184 #define DEFINE_ALIAS_FLOAT(alias, nam) FLAG_ALIAS(FLOAT, double, alias, nam)
185 #define DEFINE_ALIAS_SIZE_T(alias, nam) FLAG_ALIAS(SIZE_T, size_t, alias, nam)
187 FLAG_ALIAS(STRING, const char*, alias, nam)
1763 #undef FLAG_ALIAS
/dports/lang/v8/v8-9.6.180.12/src/flags/
H A Dflag-definitions.h61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ macro
102 #ifndef FLAG_ALIAS
103 #define FLAG_ALIAS(ftype, ctype, alias, nam) macro
260 #define DEFINE_ALIAS_BOOL(alias, nam) FLAG_ALIAS(BOOL, bool, alias, nam)
261 #define DEFINE_ALIAS_INT(alias, nam) FLAG_ALIAS(INT, int, alias, nam)
262 #define DEFINE_ALIAS_FLOAT(alias, nam) FLAG_ALIAS(FLOAT, double, alias, nam)
263 #define DEFINE_ALIAS_SIZE_T(alias, nam) FLAG_ALIAS(SIZE_T, size_t, alias, nam)
265 FLAG_ALIAS(STRING, const char*, alias, nam)
2180 #undef FLAG_ALIAS
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/flags/
H A Dflag-definitions.h61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ macro
102 #ifndef FLAG_ALIAS
103 #define FLAG_ALIAS(ftype, ctype, alias, nam) macro
205 #define DEFINE_ALIAS_BOOL(alias, nam) FLAG_ALIAS(BOOL, bool, alias, nam)
206 #define DEFINE_ALIAS_INT(alias, nam) FLAG_ALIAS(INT, int, alias, nam)
207 #define DEFINE_ALIAS_FLOAT(alias, nam) FLAG_ALIAS(FLOAT, double, alias, nam)
208 #define DEFINE_ALIAS_SIZE_T(alias, nam) FLAG_ALIAS(SIZE_T, size_t, alias, nam)
210 FLAG_ALIAS(STRING, const char*, alias, nam)
1952 #undef FLAG_ALIAS