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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dparam.h38 #define NBBY CHAR_BIT macro
55 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY))
56 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
58 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dparam.h38 #define NBBY CHAR_BIT macro
55 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY))
56 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
58 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Dparam.h38 #define NBBY CHAR_BIT macro
55 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY))
56 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY)))
57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
58 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_sf.h61 ((1 << (NBBY*(int)sizeof(__uint8_t))) - 1)
H A Dxfs_buf_item.h61 #define NBWORD (NBBY * sizeof(unsigned int))
H A Dxfs_ialloc_btree.h35 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
H A Dxfs_buf_item.c734 bip->bli_logged = (char *)kmem_zalloc(XFS_BUF_COUNT(bp) / NBBY, KM_SLEEP);
H A Dxfs_rtalloc.c1898 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize);
1952 nsbp->sb_rbmblocks * NBBY *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_sf.h61 ((1 << (NBBY*(int)sizeof(__uint8_t))) - 1)
H A Dxfs_buf_item.h61 #define NBWORD (NBBY * sizeof(unsigned int))
H A Dxfs_ialloc_btree.h35 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
H A Dxfs_buf_item.c734 bip->bli_logged = (char *)kmem_zalloc(XFS_BUF_COUNT(bp) / NBBY, KM_SLEEP);
H A Dxfs_rtalloc.c1898 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize);
1952 nsbp->sb_rbmblocks * NBBY *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ds_apps.h128 #define NBBY 8 /* number of bits in a byte */ macro
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Ds_apps.h128 #define NBBY 8 /* number of bits in a byte */ macro
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Ds_apps.h128 #define NBBY 8 /* number of bits in a byte */ macro
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Ds_apps.h131 # define NBBY 8 /* number of bits in a byte */ macro
140 # define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Ds_apps.h131 # define NBBY 8 /* number of bits in a byte */ macro
140 # define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Ds_apps.h131 # define NBBY 8 /* number of bits in a byte */ macro
140 # define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A Dtypes.h207 # define NBBY 8 /* number of bits in a byte */ macro
219 # define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dbcmutils.h744 #undef NBBY macro
750 #ifndef NBBY /* the BSD family defines NBBY */
751 #define NBBY 8 /* 8 bits per byte */ macro
752 #endif /* #ifndef NBBY */
753 #define setbit(a, i) (((uint8 *)a)[(i) / NBBY] |= 1 << ((i) % NBBY))
754 #define clrbit(a, i) (((uint8 *)a)[(i) / NBBY] &= ~(1 << ((i) % NBBY)))
755 #define isset(a, i) (((const uint8 *)a)[(i) / NBBY]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A Dtypes.h233 # define NBBY 8 /* number of bits in a byte */ macro
245 # define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_linux.h129 #define NBBY 8 /* number of bits per byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_linux.h129 #define NBBY 8 /* number of bits per byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcm_app_utils.c156 uint8 bitmap[CEIL(MAX_CCA_CHANNELS, NBBY)]; /* 38 Max channels needs 5 bytes = 40 */

Completed in 388 milliseconds