Searched refs:bitmask (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D16567.C12 struct bitmask { struct
25 inline Uint8 foo_2(bitmask* p) {
30 return foo_2((bitmask*) this);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D16567.C12 struct bitmask { struct
25 inline Uint8 foo_2(bitmask* p) {
30 return foo_2((bitmask*) this);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_history.c152 * call this from ddb. `bitmask' is from <sys/kernhist.h>. it
158 kernhist_dumpmask(u_int32_t bitmask) /* XXX only support 32 hists */ argument
164 if ((bitmask & KERNHIST_UVMMAPHIST) || bitmask == 0)
167 if ((bitmask & KERNHIST_UVMPDHIST) || bitmask == 0)
170 if ((bitmask & KERNHIST_UVMUBCHIST) || bitmask == 0)
173 if ((bitmask & KERNHIST_UVMLOANHIST) || bitmask
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlgc.h32 #define bitmask(b) (1<<(b)) macro
33 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2))
34 #define l_setbit(x,b) setbits(x, bitmask(b))
35 #define resetbit(x,b) resetbits(x, bitmask(b))
36 #define testbit(x,b) testbits(x, bitmask(b))
H A Dlgc.c34 #define maskmarks cast_byte(~(bitmask(BLACKBIT)|WHITEBITS))
49 #define KEYWEAK bitmask(KEYWEAKBIT)
50 #define VALUEWEAK bitmask(VALUEWEAKBIT)
422 lua_assert(isdead(g, curr) || deadmask == bitmask(SFIXEDBIT));
488 g->currentwhite = WHITEBITS | bitmask(SFIXEDBIT); /* mask to collect all elements */
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_private/
H A Dnsp_ioctl.h115 unsigned long bitmask; member in struct:__anon8061
H A Dn8_driver_api.h241 * @param bitmask RO: Bitmask to be applied to interrupt register, to
260 unsigned long bitmask,
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_common.c296 u_int64_t bitmask; local
301 bitmask = 0x000000ff;
305 bitmask = 0x0000ffff;
308 bitmask = 0xffffffff;
311 bitmask = 0x000000ff;
314 bitmask = 0x0000ffff;
318 bitmask = 0xffffffff;
324 bitmask |= 0x0000ffff;
327 bitmask |= 0xffffffff;
331 return (bitmask);
339 u_int64_t bitmask; local
353 u_int64_t bitmask; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvgareg.h52 u_int8_t bitmask; member in struct:reg_vgagdc
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/
H A Dirq.h119 unsigned long bitmask,
H A Dirq.c84 * that AMBAbitmask is updated with the specified bitmask.
696 * matches one of the set bits in the bitmask, the IRQ handler will release
703 * @param bitmask RO: Bitmask to filter received interrupts.
723 unsigned long bitmask,
735 NSPinstance_p->AMBAbitmask = bitmask;
745 NSPinstance_p->PKHbitmask = bitmask;
751 NSPinstance_p->RNHbitmask = bitmask;
757 NSPinstance_p->CCHbitmask = bitmask;
763 NSPinstance_p->AMBAbitmask = bitmask;
774 /* of doing extra wake-ups. If we do clear the bitmask */
721 waitOnInterrupt( N8_Unit_t chip, unsigned char coretype, unsigned long bitmask, unsigned long timeout, int interruptable ) argument
827 N8_WaitOnInterrupt( N8_Unit_t chip, unsigned char coretype, unsigned long bitmask, unsigned long timeout ) argument
[all...]
H A Dnsp_ioctl.c365 parms.bitmask,
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/mca/
H A Dmca_machdep.c81 #define DMA_AVAIL(chn, bitmask) ((bitmask) & (1 << (31 - (chn))))
82 #define DMA_ALLOC(chn, bitmask) ((bitmask) &= ~(1 << (31 - (chn))))
83 #define DMA_FREE(chn, bitmask) ((bitmask) |= (1 << (31 - (chn))))
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Ddb_disasm.c888 unsigned int insn, you_lose, bitmask; local
903 bitmask= (i_ptr->match);
904 you_lose = (~bitmask);
906 if (((bitmask>>30) & 0x3) == 0x1) {
909 } else if (((bitmask>>30) & 0x3) == 0x0) {
910 if (((bitmask>>22) & 0x7) == 0x4) {
917 } else if (((bitmask>>30) & 0x3) == 0x2 &&
918 ((bitmask>>19) & 0x3f) == 0x34) /* XXX */ {
921 } else if (((bitmask>>30) & 0x3) == 0x2 &&
922 ((bitmask>>1
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Ddb_disasm.c883 unsigned int insn, you_lose, bitmask; local
898 bitmask= (i_ptr->match);
899 you_lose = (~bitmask);
901 if (((bitmask>>30) & 0x3) == 0x1) {
904 } else if (((bitmask>>30) & 0x3) == 0x0) {
905 if (((bitmask>>22) & 0x7) == 0x4) {
912 } else if (((bitmask>>30) & 0x3) == 0x2 &&
913 ((bitmask>>19) & 0x3f) == 0x34) /* XXX */ {
916 } else if (((bitmask>>30) & 0x3) == 0x2 &&
917 ((bitmask>>1
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dutil.c71 u_int8_t bitmask; local
75 bitmask = 1 << j;
76 if (!(netmask[i] & bitmask))
78 if ((p1[i] & bitmask) != (p2[i] & bitmask))
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dutil.c74 u_int8_t bitmask; local
78 bitmask = 1 << j;
79 if (!(netmask[i] & bitmask))
81 if ((p1[i] & bitmask) != (p2[i] & bitmask))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
131 for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
136 bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
148 #define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \
150 printf("bitmask
177 unsigned char *bitmask = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rtadvd/
H A Drtadvd.c1166 unsigned char bitmask; local
1173 bitmask = 0xff << (8 - bitlen);
1177 ((prefix->s6_addr[bytelen] & bitmask) ==
1178 (pp->prefix.s6_addr[bytelen] & bitmask))) {
1192 unsigned char bitmask; local
1198 bitmask = 0xff << (8 - bitlen);
1202 ((p0->s6_addr[bytelen] & bitmask) ==
1203 (p1->s6_addr[bytelen] & bitmask))) {
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dcpu_subr.c474 const char *bitmask; local
591 bitmask = HID0_601_BITMASK;
596 bitmask = HID0_7450_BITMASK;
601 bitmask = 0;
604 bitmask = HID0_BITMASK;
607 snprintb(hidbuf, sizeof hidbuf, bitmask, hid0);
/netbsd-6-1-5-RELEASE/sbin/atactl/
H A Datactl.c99 u_int bitmask; member in struct:bitinfo
454 for (; binfo->bitmask != 0; binfo++)
455 if (bits & binfo->bitmask)
464 for (; binfo->bitmask != 0; binfo++)
465 if (bits & binfo->bitmask)
467 (enables & binfo->bitmask) ? "enabled" : "disabled",
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dmonitor.c536 bdb_monitor_bitmask2key( slap_mask_t bitmask )
540 for ( key = 0; key < 8 * (int)sizeof(slap_mask_t) && !( bitmask & 0x1U );
542 bitmask >>= 1;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dspifi.c421 char bitmask[64]; local
457 snprintb(bitmask, sizeof bitmask, INTR_BITMASK, intr);
458 printf("spifi_intr intr = 0x%s (%s), ", bitmask,
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dscsi_1185.c180 WAIT_STATR_BITCLR(int bitmask) argument
191 } while (dummy & bitmask);
196 WAIT_STATR_BITSET(int bitmask) argument
207 } while ((dummy & bitmask) == 0);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddynobj.cc1101 // One word for bitmask.
1150 std::vector<Word> bitmask(maskwords);
1193 bitmask[val] |= (static_cast<Word>(1U)) << (hashval & mask);
1194 bitmask[val] |= (static_cast<Word>(1U)) << ((hashval >> shift2) & mask);
1212 elfcpp::Swap<size, big_endian>::writeval(p, bitmask[i]);

Completed in 382 milliseconds

12