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

12

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.h167 UByte fPhonyBologna1; // Ensure alignment of the following�
168 UByte fAddress;
169 UByte fCmdRsp;
170 UByte fFormatId;
173 UByte fFlags;
174 UByte fSlotNum;
175 UByte fVersion;
176 UByte fDevInfo[2]; // Device info, actually longer, just padding
190 UByte fPhonyBologna1; // Ensure alignment of the following�
191 UByte fPhonyBalogna
[all...]
H A DIrDscInfo.h64 void SetVersion(UByte version) { fVersion = version; }
68 void SetCharacterSet(UByte charset) { fCharset = charset; }
72 UByte GetVersion() { return fVersion; }
73 UByte GetCharacterSet() { return fCharset; }
79 ULong AddDevInfoToBuffer(UByte* buffer, ULong maxBytes);
86 UByte fVersion; // Of IrLAP supported
87 UByte fCharset;
88 UByte fNickname[kMaxNicknameLen+1];
89 UByte fHintCount[kHintCount];
H A DIrLMP.h55 ULong FillInLMPDUHeader(TIrPutRequest* putRequest, UByte* buffer);
76 UByte fState;
77 UByte fTimerClients;
H A DIrLAPConn.h55 ULong FillInLMPDUHeader(TIrPutRequest* putRequest, UByte* buffer);
71 void ReplyToInvalidFrame(TLMPDUHeader& header, UByte replyOpCode, UByte replyInfo);
80 UByte fState;
H A DIrEvent.h127 UByte fEvent; // X
128 UByte fPendEvent; // X LSAPConn saves original request here.
129 UByte fAllocated; // debugging
130 UByte fPadByte2;
202 UByte fLSAPId; // X Addr of LSAP to connect to (for connect)
229 UByte fDstLSAPId; // X Destination LSAP selector id
230 UByte fSrcLSAPId; // X Source LSAP selector id
231 UByte fCtrlOpCode; // X Data frame or control frame indicator
232 UByte fCtrlInfo; // X Control frame results, status
H A DIrQOS.h192 ULong AddInfoToBuffer(UByte* buffer, ULong maxBytes);
200 ULong HighestBitOn(UByte aByte);
203 UByte fMaxTurnAroundTime;
204 UByte fDataSize;
205 UByte fWindowSize;
206 UByte fNumExtraBOFs;
207 UByte fMinTurnAroundTime;
208 UByte fLinkDiscThreshold;
H A DIrDscInfo.cpp117 ULong TIrDscInfo::AddDevInfoToBuffer(UByte* buffer, ULong maxBytes)
121 UByte hintByte;
130 hintByte = (UByte)(hints & 0xFF);
167 UByte hintByte;
170 UByte devInfo[4 + 1 + kMaxNicknameLen];
H A DIrQOS.cpp133 static const UByte IrExtraBOFsTable[8] = {48, 24, 12, 6, 3, 2, 1, 0};
314 fBaudRate = (UByte)newBaudRate;
360 fDataSize = (UByte)newDataSize;
384 fWindowSize = (UByte)((kQOSValidWindowSizes >> (6 - numFrames)) & kQOSValidWindowSizes);
427 fLinkDiscThreshold = (UByte)newLinkDiscThreshold;
608 ULong TIrQOS::AddInfoToBuffer(UByte* buffer, ULong maxBytes)
671 UByte idLenVal[3]; // id byte, length byte, value byte
702 fBaudRate = (UByte)(value & kQOSValidBaudRatesLow);
713 fMaxTurnAroundTime = (UByte)(value & kQOSValidMaxTurnTimes);
719 fDataSize = (UByte)(valu
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCBufferSegment.h27 static CBufferSegment * New(UByte *buffer, Size len); // use existing buffer, don't alloc or free it
37 virtual Size Getn(UByte* p, Size n);
38 virtual int CopyOut(UByte* p, Size& n);
43 virtual Size Putn(const UByte* p, Size n);
44 virtual int CopyIn(const UByte* p, Size& n);
60 UByte* GetBufferPtr(void);
66 Boolean Init(UByte *buffer, Size len);
70 UByte* fBufBase;
71 UByte* fBufEnd;
74 UByte* fBas
[all...]
H A DCBuffer.h37 virtual Size Getn(UByte* p, Size n) = 0;
38 virtual int CopyOut(UByte* p, Size& n) = 0;
43 virtual Size Putn(const UByte* p, Size n) = 0;
44 virtual int CopyIn(const UByte* p, Size& n) = 0;
H A DCBufferSegment.cpp79 CBufferSegment * CBufferSegment::New(UByte *buffer, Size len)
131 Boolean CBufferSegment::Init(UByte *buffer, Size len)
140 fBufBase = (UByte*)IOMalloc(len);
211 Size CBufferSegment::Getn(UByte* p, Size n)
231 int CBufferSegment::CopyOut(UByte* p, Size& n)
260 Size CBufferSegment::Putn(const UByte* p, Size n)
280 int CBufferSegment::CopyIn(const UByte* p, Size& n)
362 UByte* newPos;
399 fMark = (UByte*) UMinMax((uintptr_t) fBase, (uintptr_t) newPos, (uintptr_t) fEnd);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrLSAPConn.h90 UByte fDstLSAPId;
91 UByte fSrcLSAPId;
92 UByte fOpCode;
93 UByte fInfo;
94 UByte fMode;
115 UByte GetMyLSAPId();
138 void PutControlFrame(UByte opCode, UByte info);
149 UByte fState;
162 UByte fMyLSAPI
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASServer.h61 TIASAttribute *ParseRequest(UByte& iasReturnCode);
63 void SendResponse(UByte iasReturnCode, TIASAttribute* attrElement);
67 UByte fOpCode;
68 UByte fReceiveState;
H A DIrIASClient.h73 UByte fState;
74 UByte fReceiveState;
H A DIrIASService.h94 UByte GetType();
96 IrDAErr GetNBytes(UByte **theBytes, ULong *theLength); // jdg
97 IrDAErr GetString(UByte **theString, UByte *charSet, ULong *length);
112 UByte type;
114 UByte characterSet; // used to store the character set of a string
116 UByte* nameOrBytes; // Used to store string or more than 4 bytes
218 inline UByte TIASElement::GetType(void) { return type; }; // jdg
H A DIrIASService.cpp505 UByte listLenBuf[2]; // Defined as a Big Endian UShort by protocol
698 if (nameOrBytes && (nameOrBytes != (UByte*)&valueOrBytes)) { // if we allocated memory
773 nameOrBytes = (UByte*)&valueOrBytes;
785 nameOrBytes = (UByte*)IOMalloc(length);
810 nameOrBytes = (UByte*)IOMalloc((unsigned int)(length+2));
845 IrDAErr TIASElement::GetNBytes(UByte **theBytes, ULong *theLength)
859 IrDAErr TIASElement::GetString(UByte **theString, UByte *charSet, ULong *len)
882 UByte header[5];
883 UByte* pHd
[all...]
H A DIrIASClient.cpp360 fGetPutBuffer->Put((UByte)classNameLen);
361 fGetPutBuffer->Putn((const UByte *)lookupRequest->fClassName, classNameLen);
362 fGetPutBuffer->Put((UByte)attrNameLen);
363 fGetPutBuffer->Putn((const UByte *)lookupRequest->fAttrName, attrNameLen);
377 UByte ctrlByte;
444 UByte lookupStatus;
H A DIrIASServer.cpp270 UByte ctrlByte;
273 UByte iasReturnCode;
353 TIASAttribute* TIASServer::ParseRequest(UByte& iasReturnCode)
410 UByte nameLength;
430 void TIASServer::SendResponse(UByte iasReturnCode, TIASAttribute* attrEntry)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c72 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
79 UByte manufacturer;
80 UByte version;
81 UByte compression;
82 UByte bpp;
89 UByte colormap[48];
90 UByte reserved;
91 UByte planes;
94 UByte filler[58];
122 static Boln readUByte (tkimg_MFile *handle, UByte *
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c70 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
93 UByte numid;
94 UByte maptyp;
95 UByte imgtyp;
98 UByte mapbits;
103 UByte pixsize;
104 UByte imgdes;
112 UByte *red, /* Pointers to step through scanlines */
116 UByte *redScan, /* Buffer for one scanline: Red channel */
120 UByte *pixbu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c78 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
109 static void byte2bit (UByte *byteline, int width, UByte *bitline, int invert);
129 static Boln read_sun_cols (tkimg_MFile *ifp, SUNHEADER *sunhdr, UByte *colormap);
131 static Boln write_sun_cols (tkimg_MFile *ofp, SUNHEADER *sunhdr, UByte *colormap);
138 static Boln readUByte (tkimg_MFile *handle, UByte *b)
143 *b = (UByte) buf[0];
151 static Boln writeUByte (tkimg_MFile *handle, UByte b)
153 UByte buf[1];
162 UByte bu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c118 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
147 UByte *pixbuf;
149 UByte *ubyteBuf;
192 const Float gtable[], UByte ubOut[])
197 UByte *ubdest;
337 static Boln readUByteRow (Tcl_Interp *interp, tkimg_MFile *handle, UByte *pixels,
340 UByte *mPtr = pixels;
352 pixels[i] = (UByte) val;
414 static Boln readUByteFile (Tcl_Interp *interp, tkimg_MFile *handle, UByte *buf, Int width, Int height,
419 UByte *bufPt
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c86 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
206 UByte *pixbuf;
250 const Float gtable[], UByte ub_out[])
255 UByte *ubdest;
315 static Boln readUByte (tkimg_MFile *handle, UByte *b)
357 static Boln writeUByte (tkimg_MFile *handle, UByte b)
359 UByte buf[1];
480 UByte *cp;
482 UByte sentinel;
493 cp = (UByte *)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c66 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
76 UByte width;
77 UByte height;
79 UByte reserved;
107 UByte red;
108 UByte green;
109 UByte blue;
110 UByte matte;
119 static Boln readUByte (tkimg_MFile *handle, UByte *b)
169 static Boln writeUByte (tkimg_MFile *handle, UByte
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c164 typedef unsigned char UByte; /* Unsigned 8 bit integer */ typedef
204 UByte *pixbuf;
207 UByte *ubyteBuf;
248 const Float gtable[], UByte ubOut[])
253 UByte *ubdest;
285 const Float gtable[], UByte ubOut[])
290 UByte *ubdest;
404 static Boln readUByteRow (tkimg_MFile *handle, UByte *pixels, Int nBytes,
408 UByte *mPtr = pixels;
719 static Boln readUByteFile (tkimg_MFile *handle, UByte *bu
[all...]

Completed in 119 milliseconds

12