Home
last modified time | relevance | path

Searched refs:MASK (Results 1 – 25 of 31) sorted by relevance

12

/mirbsd/src/lib/libc/gen/
Dpwcache.c39 #define MASK (NCACHE - 1) /* bits to store with */ macro
53 cp = c_uid + (uid & MASK); in user_from_uid()
83 cp = c_gid + (gid & MASK); in group_from_gid()
/mirbsd/src/lib/libc/rpc/
Dxdr_float.c181 #define MASK(nbits) ((1 << nbits) - 1) macro
248 id.mantissa2 = ((vd.mantissa2 & MASK(3)) << 29) | in xdr_double()
250 ((vd.mantissa4 >> 3) & MASK(13)); in xdr_double()
292 vd.mantissa2 = ((id.mantissa1 & MASK(13)) << 3) | in xdr_double()
/mirbsd/src/sys/arch/i386/isa/
Dvector.s60 #define MASK(irq_num, icu) macro
87 #define MASK(irq_num, icu) \ macro
104 #define MASK(irq_num, icu) macro
162 MASK(irq_num, icu) /* mask it in hardware */ ;\
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dexceptions.h132 #define TRY_CATCH(EXCEPTION,MASK) \ argument
135 exceptions_state_mc_init (uiout, &(EXCEPTION), (MASK)); \
Ddcache.c115 #define MASK(x) ((x) & ~LINE_SIZE_MASK) macro
231 if (MASK (addr) == db->addr) in dcache_hit()
409 db->addr = MASK(addr); in dcache_alloc()
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.pm57 sub new { bless {HANDLER => $_[1], MASK => $_[2], FLAGS => $_[3] || 0, SAFE => 0}, $_[0] }
963 sub mask { $_[0]->{MASK} = $_[1] if @_ > 1; $_[0]->{MASK} };
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c108 case MASK: in symbol_delete()
244 case MASK: in symlist_add()
501 case MASK: in symtable_dump()
619 case MASK: in symtable_dump()
Daicasm_symbol.h60 MASK, enumerator
Daicasm_gram.y505 process_field(MASK, $2, $3.value);
684 case MASK:
1397 if (field_type != MASK && value == 0) {
1471 case MASK: in initialize_symbol()
1851 if ((node->symbol->type == MASK in type_check()
/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.h164 #undef MASK
169 #define MASK(p) ((char*)OPERAND(p)) macro
/mirbsd/src/lib/libpcap/
Dgrammar.y109 %token NET MASK PORT LESS GREATER PROTO PROTOCHAIN BYTE
163 | HID MASK HID { $$.b = gen_mcode($1, $3, 0,
Dscanner.l202 mask return MASK;
/mirbsd/src/sbin/ifconfig/
Difconfig.c770 #define MASK 2 macro
838 (*afp->af_getaddr)(addr, MASK); in setifnetmask()
1825 (*afp->af_getprefix)(addr, MASK); in setifprefixlen()
2106 if (which != MASK) in in_getaddr()
2132 if (which != MASK) in in_getprefix()
2318 if (which != MASK) in in6_getaddr()
2363 if (which != MASK) in in6_getprefix()
2409 if (which == MASK) in at_getaddr()
2474 if (which == MASK) in ipx_getaddr()
/mirbsd/src/sys/uvm/
Duvm_fault.c557 #define MASK(entry) (UVM_ET_ISCOPYONWRITE(entry) ? \ macro
930 access_type & MASK(ufi.entry),
992 enter_prot & MASK(ufi.entry),
1360 0, access_type & MASK(ufi.entry), ufi.entry->advice,
Duvm_map.c2166 #define MASK(entry) (UVM_ET_ISCOPYONWRITE(entry) ? \ macro
2232 if ((current->protection & MASK(entry)) == PROT_NONE &&
2236 current->protection & MASK(entry));
2280 #undef MASK
/mirbsd/src/sys/dev/pci/
Dncr.c2004 SCR_JUMP ^ IFFALSE (MASK (CATN, CATN)),
2120 SCR_JUMP ^ IFTRUE (MASK (CATN, CATN)),
2170 /*<<<*/ SCR_JUMPR ^ IFTRUE (MASK (S_SENSE, S_SENSE)),
2231 /*<<<*/ SCR_JUMPR ^ IFFALSE (MASK (0, HS_DONEMASK)),
2259 SCR_INT_FLY ^ IFFALSE (MASK (0, HS_DONEMASK)),
2295 /*<<<*/ SCR_JUMPR ^ IFFALSE (MASK (QUIRK_AUTOSAVE, QUIRK_AUTOSAVE)),
2419 SCR_JUMP ^ IFTRUE (MASK (CSIGP,CSIGP)),
2486 SCR_JUMP ^ IFTRUE (MASK (CSIGP,CSIGP)),
2518 /*<<<*/ SCR_JUMPR ^ IFFALSE (MASK (M_IDENTIFY, 0x98)),
2735 SCR_JUMP ^ IFTRUE (MASK (CATN, CATN)),
[all …]
Dncrreg.h547 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dsigaction.t56 if($oldaction->{MASK}->ismember(SIGUSR1))
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dm68k-parse.h94 MASK, /* Modulus Reg */ enumerator
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dm88k.h318 #define MASK MUL +4 macro
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsh-opc.h202 #define MASK(LO,HI) ( LO < 1 ? ((1 << (HI + 1)) - 1) \ macro
215 #define arch_sh_base_mask MASK (0, 7)
222 #define arch_opann_mask MASK (25, 25)
226 #define arch_sh_mmu_mask MASK (26, 27)
232 #define arch_sh_co_mask MASK (28, 31)
Dm88k-dis.c159 …{0x48000000,"mask ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,MASK ,i16bit,1,0,1,0…
160 …{0x4c000000,"mask.u ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,MASK ,i16bit,1,0,1,0…
Dms1-opc.c632 { { MNEM, ' ', '#', OP (MASK), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
638 …{ { MNEM, ' ', '#', OP (MASK), ',', '#', OP (CELL), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 …
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlopentut.pod331 sysopen HANDLE, PATH, FLAGS, [MASK]
338 bitwise "|" operator. The final argument, the MASK, is optional; if
418 If you omit the MASK argument to C<sysopen>, Perl uses the octal value
419 0666. The normal MASK to use for executables and directories should
422 Why so permissive? Well, it isn't really. The MASK will be modified
433 You should seldom use the MASK argument to C<sysopen()>. That takes
/mirbsd/src/lib/libssl/src/apps/
Dopenssl.cnf116 # MASK:XXXX a literal mask value.

12