Searched refs:highbit (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Debitmap.c29 if (e1->highbit != e2->highbit)
71 dst->highbit = src->highbit;
202 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE;
219 if (e1->highbit < e2->highbit)
248 if (e->highbit < bit)
287 e->highbit = prev->startbit
290 e->highbit
[all...]
H A Debitmap.h35 u32 highbit; /* highest position in the total bitmap */ member in struct:ebitmap
38 #define ebitmap_length(e) ((e)->highbit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; local
174 highbit = 1 << (lookup_size - 1);
175 lowbits = highbit - 1;
177 if (lookup & highbit)
178 lookup ^= highbit;
180 highbit = 0;
192 if (highbit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c167 one_bit_only (int highbit) argument
174 show ("checking that set_%sbit does only set one bit\n", highbit?"high":"");
180 if (highbit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c167 one_bit_only (int highbit) argument
174 show ("checking that set_%sbit does only set one bit\n", highbit?"high":"");
180 if (highbit)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsvga.h15 u8 highbit; member in struct:vga_regset
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-core.c920 int highbit = fls(xfer_mask) - 1; local
924 if (highbit >= ent->shift && highbit < ent->shift + ent->bits)
925 return ent->base + highbit - ent->shift;
1012 int highbit; local
1014 highbit = fls(xfer_mask) - 1;
1015 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str))
1016 return xfer_mode_str[highbit];
3224 int quiet, highbit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsvgalib.c30 while (bitnum <= regset->highbit) {
50 while (bitnum <= regset->highbit) {
67 count += regset->highbit - regset->lowbit + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpercpu.c197 int highbit = fls(size); /* size is in bytes */ local
198 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c668 unsigned short highbit; local
671 highbit = cpld_read_reg(c, 1);
673 addr = addr | (highbit << 8);

Completed in 417 milliseconds