Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 25 of 39) sorted by relevance

12

/mirbsd/src/sys/dev/pci/
Dhifn7751reg.h372 volatile u_int16_t masks; member
394 volatile u_int16_t masks; member
424 volatile u_int16_t masks; member
452 volatile u_int16_t masks; member
Dhifn7751.c975 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_writeramaddr() local
978 wc.masks = htole16(3 << 13); in hifn_writeramaddr()
999 dma->cmdr[cmdi].l = htole32(16 | masks); in hifn_writeramaddr()
1000 dma->srcr[srci].l = htole32(8 | masks); in hifn_writeramaddr()
1001 dma->dstr[dsti].l = htole32(4 | masks); in hifn_writeramaddr()
1002 dma->resr[resi].l = htole32(4 | masks); in hifn_writeramaddr()
1040 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_readramaddr() local
1043 rc.masks = htole16(2 << 13); in hifn_readramaddr()
1063 dma->cmdr[cmdi].l = htole32(8 | masks); in hifn_readramaddr()
1064 dma->srcr[srci].l = htole32(8 | masks); in hifn_readramaddr()
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dpad3 "my" variable %s masks earlier declaration in same scope
40 "my" variable $x masks earlier declaration in same scope at - line 4.
41 "my" variable $y masks earlier declaration in same statement at - line 5.
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c469 symlist_t masks; in symtable_dump() local
485 SLIST_INIT(&masks); in symtable_dump()
505 symlist_add(&masks, cursym, SYMLIST_SORT); in symtable_dump()
567 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
570 curnode = SLIST_FIRST(&masks); in symtable_dump()
571 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
/mirbsd/src/usr.sbin/ppp/ppp/
Dncpaddr.c143 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; in mask62bits() local
152 for (c = masks; c < masks + sizeof masks; c++) in mask62bits()
154 masklen += c - masks; in mask62bits()
520 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; in ncprange_contains() local
539 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1]) in ncprange_contains()
DREADME.nat109 and masks.
/mirbsd/src/lib/libncurses/src/include/
Dcurses.tail19 /* event masks */
77 /* macros to extract single event-bits from masks */
134 /* trace masks */
151 #define TRACE_SHIFT 13 /* number of bits in the trace masks */
/mirbsd/src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/
Dsdbm.c63 static long masks[] = { variable
420 db->hmask = masks[hbit]; in getpage()
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-ia64.texi166 The assembler defines bit masks for each of the bits in the IA-64
168 a value of 0x2000. These masks are primarily intended for use with
/mirbsd/src/sys/dev/ic/
Dbt8xx.h388 u_long masks[3]; /* R,G,B or Y,U,V masks, respectively */ member
/mirbsd/src/gnu/usr.bin/perl/t/lib/strict/
Dvars382 "our" variable $foo masks earlier declaration in same scope at - line 7.
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_core.c3849 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
/mirbsd/src/lib/libssl/src/doc/apps/
Dreq.pod321 This option masks out the use of certain string types in certain
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl5004delta.pod232 application of opcode masks. The revised Safe module has a new API
1185 =item "my" variable %s masks earlier declaration in same scope
Dperltoc.pod7425 "%s" variable %s masks earlier declaration in same %s, "my sub" not yet
7807 "%s" variable %s masks earlier declaration in same %s, "my sub" not yet
8271 "my" variable %s masks earlier declaration in same scope, %s argument is
/mirbsd/src/gnu/usr.bin/perl/os2/
DChanges109 $^E tracks calls to CRT now. (May break if Perl masks some
/mirbsd/src/lib/libncurses/src/doc/
Dncurses-intro.doc1577 The option values are bit-masks and can be composed with logical-or in
2355 The option values are bit-masks and can be composed with logical-or in
/mirbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH3406 * cleared in the masks if some activity is detected. Usually this
DChanges5.8.42344 Hardcoded numerical flag masks. Bad.
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.cpu95 ; These are all masks with each bit representing one register.
517 ; These are all masks with each bit representing one register.
977 ; These are all masks with each bit representing one register.
1354 ; These are all masks with each bit representing one register.
/mirbsd/src/lib/libncurses/src/
DNEWS5596 masks are identical with the A_xxx masks.
7050 takes a trace mask argument. The trace masks, defined in curses.h, are
7058 More trace masks may be added, or these may be changed, in future releases.
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc2974 * cleared in the masks if some activity is detected. Usually this
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce3276 * cleared in the masks if some activity is detected. Usually this
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc3382 * cleared in the masks if some activity is detected. Usually this
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan93399 * cleared in the masks if some activity is detected. Usually this

12