Searched refs:FLAG_ALIAS (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 55 #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()
|
/external/v8/src/flags/ |
D | flag-definitions.h | 61 #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
|