Home
last modified time | relevance | path

Searched refs:clrbit (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A Dtest2.pl64 clrbit ($a, 0);
H A Dtest.pl483 { 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);
533 clrbit ($a, 0);
/netbsd/sbin/fsck_lfs/
H A Dfsck.h159 #define clrbmap(blkno) clrbit(blockmap, blkno)
/netbsd/sbin/fsck_ext2fs/
H A Dfsck.h225 #define clrbmap(blkno) clrbit(blockmap, blkno)
/netbsd/sys/fs/ptyfs/
H A Dptyfs_subr.c241 clrbit(pmnt->pmnt_bitmap, pty); in ptyfs_clr_active()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A DMakefile.am41 clear.c clears.c clrbit.c \
H A DMakefile.in136 clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo \
398 clear.c clears.c clrbit.c \
/netbsd/sys/sys/
H A Dparam.h425 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_alloc.c535 clrbit(bbp, bno); in ext2fs_blkfree()
583 clrbit(ibp, ino); in ext2fs_vfree()
/netbsd/sbin/fsck_ffs/
H A Dfsck.h358 #define clrbmap(blkno) clrbit(blockmap, blkno)
H A Dquota2.c204 clrbit(quotamap[blk], qidx); in quota2_list_check()
H A Dutilities.c436 clrbit(cg_blksfree(cgp, 0), baseblk + k); in allocblk()
/netbsd/sys/ufs/ffs/
H A Dffs_subr.c306 clrbit(freemapp, blkno); in ffs_clusteracct()
H A Dffs_alloc.c1026 clrbit(blksfree, bno + i); in ffs_fragextend()
1148 clrbit(blksfree, bno + i); in ffs_alloccg()
1532 clrbit(blksfree, cgbno + i); in ffs_blkalloc_ump()
2096 clrbit(inosused, cgino); in ffs_freefile_common()
H A Dfs.h468 clrbit((fs)->fs_active, (cg)); \
/netbsd/external/gpl2/grep/dist/src/
H A Ddfa.c125 #ifdef clrbit
126 # undef clrbit
236 clrbit (unsigned b, charclass c) in clrbit() function
970 clrbit(eolbyte, ccl); in lex()
972 clrbit('\0', ccl); in lex()
1085 clrbit(eolbyte, ccl); in lex()
2006 clrbit(eolbyte, matches); in dfastate()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c99 #ifdef clrbit
100 # undef clrbit
210 clrbit (unsigned b, charclass c) in clrbit() function
944 clrbit(eolbyte, ccl); in lex()
946 clrbit('\0', ccl); in lex()
1064 clrbit(eolbyte, ccl); in lex()
1985 clrbit(eolbyte, matches); in dfastate()
/netbsd/tools/compat/
H A Dcompat_defs.h1260 #undef clrbit
1264 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/netbsd/sys/arch/i386/i386/
H A Ddumpsys.c388 clrbit(sparse_dump_physmap, p/PAGE_SIZE); in sparse_dump_mark()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dalu-zext.md94 ; TODO - allow clrbit and setbit to support (1 << REG) constructs
/netbsd/sys/kern/
H A Dtty_subr.c275 clrbit(clp->c_cq, i); in putc()
/netbsd/external/gpl3/gcc/dist/gcc/config/pru/
H A Dalu-zext.md111 ; TODO - allow clrbit and setbit to support (1 << REG) constructs
/netbsd/external/lgpl3/gmp/lib/libgmp/
H A DMakefile48 clear.c clears.c clrbit.c \
/netbsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c359 clrbit(cg_blksfree(cgp, needswap), bno + i); in ffs_alloccg()
/netbsd/sys/dev/raidframe/
H A Drf_paritymap.c533 clrbit(pm->disk_boot->bits, i); in rf_paritymap_rewrite()

12