| /src/external/lgpl3/gmp/dist/demos/perl/ |
| test2.pl | 58 # compiled constants unchanged by clrbit etc when re-executed 64 clrbit ($a, 0);
|
| test.pl | 481 # GMP::Mpz::clrbit 483 { my $a = mpz(3); clrbit ($a, 1); ok ($a == 1); 485 { my $a = mpz(3); clrbit ($a, 2); ok ($a == 3); 488 { my $a = 3; clrbit ($a, 1); ok ($a == 1); 490 { my $a = 3; clrbit ($a, 2); ok ($a == 3); 496 clrbit ($a, 0); 502 clrbit ($a, 0); 508 clrbit ($a, 1); 516 clrbit ($a, 1); 526 clrbit ($a, 0) [all...] |
| GMP.pm | 191 bin, cdiv, cdiv_2exp, clrbit, combit, congruent_p, congruent_2exp_p, 227 C<clrbit>, C<combit> and C<setbit> expect a variable which they can modify,
|
| /src/external/lgpl3/gmp/dist/demos/perl/GMP/ |
| Mpz.pm | 40 bin cdiv cdiv_2exp clrbit combit congruent_p
|
| /src/sbin/fsck_lfs/ |
| fsck.h | 159 #define clrbmap(blkno) clrbit(blockmap, blkno)
|
| /src/sbin/fsck_ext2fs/ |
| fsck.h | 225 #define clrbmap(blkno) clrbit(blockmap, blkno)
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| Makefile.am | 41 clear.c clears.c clrbit.c \
|
| /src/sbin/fsck_ffs/ |
| fsck.h | 358 #define clrbmap(blkno) clrbit(blockmap, blkno)
|
| quota2.c | 204 clrbit(quotamap[blk], qidx);
|
| utilities.c | 436 clrbit(cg_blksfree(cgp, 0), baseblk + k);
|
| /src/sys/fs/ptyfs/ |
| ptyfs_subr.c | 241 clrbit(pmnt->pmnt_bitmap, pty);
|
| /src/sys/sys/ |
| param.h | 425 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
| /src/sys/ufs/ffs/ |
| ffs_subr.c | 306 clrbit(freemapp, blkno);
|
| ffs_alloc.c | 1026 clrbit(blksfree, bno + i); 1148 clrbit(blksfree, bno + i); 1532 clrbit(blksfree, cgbno + i); 2096 clrbit(inosused, cgino);
|
| fs.h | 468 clrbit((fs)->fs_active, (cg)); \
|
| /src/sys/arch/i386/i386/ |
| dumpsys.c | 388 clrbit(sparse_dump_physmap, p/PAGE_SIZE);
|
| /src/sys/kern/ |
| tty_subr.c | 45 * setbit(), clrbit(), and isset() take more CPU. If QBITS is 275 clrbit(clp->c_cq, i); 294 * clrbit(cp, off + len);
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_alloc.c | 550 clrbit(bbp, bno); 600 clrbit(ibp, ino);
|
| /src/tools/compat/ |
| compat_defs.h | 1295 #undef clrbit macro 1299 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.c | 99 #ifdef clrbit 100 # undef clrbit macro 210 clrbit (unsigned b, charclass c) function 944 clrbit(eolbyte, ccl); 946 clrbit('\0', ccl); 1064 clrbit(eolbyte, ccl); 1985 clrbit(eolbyte, matches);
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.c | 125 #ifdef clrbit 126 # undef clrbit macro 236 clrbit (unsigned b, charclass c) function 970 clrbit(eolbyte, ccl); 972 clrbit('\0', ccl); 1085 clrbit(eolbyte, ccl); 2006 clrbit(eolbyte, matches);
|
| /src/sys/dev/raidframe/ |
| rf_paritymap.c | 533 clrbit(pm->disk_boot->bits, i);
|
| /src/usr.sbin/makefs/ffs/ |
| ffs_alloc.c | 359 clrbit(cg_blksfree(cgp, needswap), bno + i);
|
| /src/external/lgpl3/gmp/lib/libgmp/ |
| Makefile | 48 clear.c clears.c clrbit.c \
|
| /src/sys/net80211/ |
| ieee80211.c | 134 clrbit(ieee80211_vapmap, ic->ic_vap);
|