Home
last modified time | relevance | path

Searched refs:vendorLength (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
DXF86VMode.c927 if (rep.vendorLength) {
928 if (!(monitor->vendor = (char *)Xcalloc(rep.vendorLength + 1, 1))) {
930 ((rep.vendorLength+3) & ~3) + ((rep.modelLength+3) & ~3));
941 ((rep.vendorLength+3) & ~3) + ((rep.modelLength+3) & ~3));
953 ((rep.vendorLength+3) & ~3) + ((rep.modelLength+3) & ~3));
965 ((rep.vendorLength+3) & ~3) + ((rep.modelLength+3) & ~3));
985 if (rep.vendorLength)
986 _XReadPad(dpy, monitor->vendor, rep.vendorLength);
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp246 …EF TPVH245VendorObjectIdentifier::TPVH245VendorObjectIdentifier(uint8* vendor, uint16 vendorLength) in TPVH245VendorObjectIdentifier() argument
247 : iVendor(NULL), iVendorLength(vendorLength) in TPVH245VendorObjectIdentifier()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Dxf86vmstr.h382 CARD8 vendorLength; member
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h608 OSCL_IMPORT_REF TPVH245VendorObjectIdentifier(uint8* vendor, uint16 vendorLength);