Home
last modified time | relevance | path

Searched refs:num_mask (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/src/
H A Dsoftmagic.c1050 if (m->num_mask) \
1053 p->fld &= CAST(type, m->num_mask); \
1056 p->fld |= CAST(type, m->num_mask); \
1059 p->fld ^= CAST(type, m->num_mask); \
1062 p->fld += CAST(type, m->num_mask); \
1065 p->fld -= CAST(type, m->num_mask); \
1068 p->fld *= CAST(type, m->num_mask); \
1071 if (CAST(type, m->num_mask) == 0) \
1073 p->fld /= CAST(type, m->num_mask); \
1076 if (CAST(type, m->num_mask) == 0) \
[all …]
H A Dprint.c119 if (m->num_mask) { in file_mdump()
121 CAST(unsigned long long, m->num_mask)); in file_mdump()
H A Dfile.h363 #define num_mask _u._mask macro
H A Dapprentice.c1903 m->num_mask = file_signextend(ms, m, val); in parse_op_modifier()
3629 m->num_mask = swap8(m->num_mask); in bs1()