Searched refs:high_bits (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Djornada720_ts.c58 int coord, high_bits = coords[3]; local
60 coord = coords[0] | ((high_bits & 0x03) << 8);
61 coord += coords[1] | ((high_bits & 0x0c) << 6);
62 coord += coords[2] | ((high_bits & 0x30) << 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_64.c77 u32 high_bits, low_bits, type; local
93 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL;
102 high_bits, low_bits);
107 high_bits);
110 dp->name, high_bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-string.c2324 dbus_bool_t high_bits; local
2333 high_bits = TRUE;
2402 if (high_bits)
2422 high_bits = !high_bits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_lsarpc.c846 uint32 *high_bits; local
873 &priv_names, &high_bits,
882 op->out.high_bits = high_bits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex196 2) [high_bits] = 0
199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c676 unsigned high_bits, low_bits; local
712 high_bits = 0;
715 high_bits = get_bits(gb, 5);
716 cascade[j] = (high_bits << 3) + low_bits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c693 unsigned high_bits, low_bits; local
728 high_bits = 0;
731 high_bits = get_bits(gb, 5);
732 cascade[j] = (high_bits << 3) + low_bits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibmsrpc.h903 uint32 *high_bits; member in struct:LsaEnumPrivileges::__anon5148

Completed in 72 milliseconds