Searched refs:dumplen (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp263 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct macro
265 #define buflen ((dumplen*2)+dumplen)+3
266 #define Asciistart (dumplen*2)+3
313 if (Count > dumplen)
315 wlen = dumplen;
332 if (wlen > dumplen)
334 llen = dumplen;
335 wlen -= dumplen;
390 for (curr=0; curr<size; curr+=dumplen)
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp176 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct macro
178 #define buflen ((dumplen*2)+dumplen)+3
179 #define Asciistart (dumplen*2)+3
223 if (Count > dumplen)
225 wlen = dumplen;
242 if (wlen > dumplen)
244 llen = dumplen;
245 wlen -= dumplen;
299 for (curr=0; curr<size; curr+=dumplen)
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp70 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct macro
72 #define buflen ((dumplen*2)+dumplen)+3
73 #define Asciistart (dumplen*2)+3
113 if (Count > dumplen)
115 wlen = dumplen;
132 if (wlen > dumplen)
134 llen = dumplen;
135 wlen -= dumplen;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp226 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct macro
228 #define buflen ((dumplen*2)+dumplen)+3
229 #define Asciistart (dumplen*2)+3
266 if (Count > dumplen)
268 wlen = dumplen;
284 if (wlen > dumplen)
286 llen = dumplen;
287 wlen -= dumplen;
352 for (curr=0; curr<Count; curr+=dumplen)
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp308 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct macro
310 #define buflen ((dumplen*2)+dumplen)+3
311 #define Asciistart (dumplen*2)+3
352 if ( Count > dumplen )
354 wlen = dumplen;

Completed in 298 milliseconds