Searched refs:num_mask (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | softmagic.c | 1056 if (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 p->fld -= CAST(type, m->num_mask); \ 1074 p->fld *= CAST(type, m->num_mask); \ 1077 if (CAST(type, m->num_mask) == 0) \ 1079 p->fld /= CAST(type, m->num_mask); \ 1082 if (CAST(type, m->num_mask) == 0) \ [all …]
|
H A D | print.c | 125 if (m->num_mask) { in file_mdump() 127 CAST(unsigned long long, m->num_mask)); in file_mdump()
|
H A D | file.h | 365 #define num_mask _u._mask macro
|
H A D | apprentice.c | 1913 m->num_mask = file_signextend(ms, m, val); in parse_op_modifier() 3639 m->num_mask = swap8(m->num_mask); in bs1()
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | xinput.c | 9651 for(i=0; i<_aux->num_mask; i++) { in xcb_input_xi_select_events_sizeof() 9672 uint16_t num_mask, in xcb_input_xi_select_events_checked() argument 9690 xcb_out.num_mask = num_mask; in xcb_input_xi_select_events_checked() 9701 for(i=0; i<num_mask; i++) { in xcb_input_xi_select_events_checked() 9716 uint16_t num_mask, in xcb_input_xi_select_events() argument 9734 xcb_out.num_mask = num_mask; in xcb_input_xi_select_events() 9745 for(i=0; i<num_mask; i++) { in xcb_input_xi_select_events() 9760 return R->num_mask; in xcb_input_xi_select_events_masks_length() 9768 i.rem = R->num_mask; in xcb_input_xi_select_events_masks_iterator()
|
H A D | xinput.h | 2631 uint16_t num_mask; member 8142 uint16_t num_mask, 8156 uint16_t num_mask,
|