Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dset_fields.c55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro
205 4, parse_uint, FLAG_ALIAS },
215 { "dir_acl", &set_inode.i_dir_acl, NULL, 4, parse_uint, FLAG_ALIAS },
217 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS },
222 4, parse_uint, FLAG_ALIAS },
226 4, parse_uint, FLAG_ALIAS },
228 4, parse_uint, FLAG_ALIAS },
230 4, parse_uint, FLAG_ALIAS },
234 4, parse_uint, FLAG_ALIAS },
281 parse_mmp_clear, FLAG_ALIAS },
[all …]
/external/v8/src/
Dflag-definitions.h55 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ macro
83 #ifndef FLAG_ALIAS
84 #define FLAG_ALIAS(ftype, ctype, alias, nam) macro
166 #define DEFINE_ALIAS_BOOL(alias, nam) FLAG_ALIAS(BOOL, bool, alias, nam)
167 #define DEFINE_ALIAS_INT(alias, nam) FLAG_ALIAS(INT, int, alias, nam)
168 #define DEFINE_ALIAS_FLOAT(alias, nam) FLAG_ALIAS(FLOAT, double, alias, nam)
170 FLAG_ALIAS(STRING, const char*, alias, nam)
171 #define DEFINE_ALIAS_ARGS(alias, nam) FLAG_ALIAS(ARGS, JSArguments, alias, nam)
1214 #undef FLAG_ALIAS