Searched refs:cmask (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-9.C20 static unsigned cmask[THR]; variable
28 cmask[omp_get_thread_num ()] |= 1u << tindex;
55 assert(cmask[singlethread] == 0);
57 assert(cmask[i] == (1u << N) - 1);
H A Dctor-8.C21 static unsigned cmask[THR]; variable
35 cmask[omp_get_thread_num()] |= 1u << index;
72 assert (cmask[i] == xmask);
/openbsd-current/usr.bin/at/
H A Dat.c196 mode_t cmask; local
215 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
259 (void)fprintf(fp, "umask %o\n", cmask);
/openbsd-current/gnu/gcc/libcpp/
H A Dcharset.c1082 size_t cmask = width_to_mask (cwidth);
1096 c = n & cmask;
1460 size_t cmask = width_to_mask (cwidth);
1473 result = (result << cwidth) | (c & cmask);
1081 size_t cmask = width_to_mask (cwidth); local
1457 size_t cmask = width_to_mask (cwidth); local
/openbsd-current/games/gomoku/
H A Dpickmove.c1332 int r, n, flg, cmask, omask; local
1430 cmask = CFLAG << s;
1434 sp->s_flg |= (m & 1) ? omask : cmask;
/openbsd-current/sys/dev/usb/
H A Dehci.c1301 printf(" smask=0x%02x cmask=0x%02x huba=0x%02x port=%d mult=%d\n",
3507 uint8_t smask, cmask, tp, uf; local
3557 cmask = ((1 << (uf + 2)) - 1) << 2;
3567 cmask = 0x00;
3571 EHCI_SITD_SET_SMASK(smask) | EHCI_SITD_SET_CMASK(cmask)

Completed in 211 milliseconds