Searched refs:MAX_ID_BIT (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Didr.h42 #define MAX_ID_BIT (1U << MAX_ID_SHIFT) macro
43 #define MAX_ID_MASK (MAX_ID_BIT - 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Didr.h42 #define MAX_ID_BIT (1U << MAX_ID_SHIFT) macro
43 #define MAX_ID_MASK (MAX_ID_BIT - 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Didtree.c45 #define MAX_ID_BIT (1U << MAX_ID_SHIFT) macro
46 #define MAX_ID_MASK (MAX_ID_BIT - 1)
150 if ((id >= MAX_ID_BIT) || (id < 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Didtree.c45 #define MAX_ID_BIT (1U << MAX_ID_SHIFT) macro
46 #define MAX_ID_MASK (MAX_ID_BIT - 1)
150 if ((id >= MAX_ID_BIT) || (id < 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Didtree.c45 #define MAX_ID_BIT (1U << MAX_ID_SHIFT) macro
46 #define MAX_ID_MASK (MAX_ID_BIT - 1)
150 if ((id >= MAX_ID_BIT) || (id < 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Didr.c179 if ((id >= MAX_ID_BIT) || (id < 0))
788 if (t * IDA_BITMAP_BITS >= MAX_ID_BIT)
822 if (id >= MAX_ID_BIT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Didr.c179 if ((id >= MAX_ID_BIT) || (id < 0))
788 if (t * IDA_BITMAP_BITS >= MAX_ID_BIT)
822 if (id >= MAX_ID_BIT)

Completed in 268 milliseconds