Searched refs:descLen (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibUnitDirectory.cpp134 unsigned descLen = 0; local
139 descCString = CFStringGetChars( desc, descLen ) ;
143 const uint64_t inputs[6] = {(const uint64_t)mKernUnitDirRef, key, (const uint64_t)buffer,len, (const uint64_t)descCString, descLen};
155 unsigned descLen = 0; local
160 descCString = CFStringGetChars( desc, descLen ) ;
164 const uint64_t inputs[5] = {(const uint64_t)mKernUnitDirRef, key, value, (const uint64_t)descCString, descLen};
180 unsigned descLen = 0; local
185 descCString = CFStringGetChars( desc, descLen ) ;
201 const uint64_t inputs[4] = {(const uint64_t)mKernUnitDirRef, key, (const uint64_t)descCString,descLen};
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/library/
H A Daete.tcl160 set descLen [string length $description]
163 append param [binary format ca* $descLen [encoding convertto macRoman $description]]
166 if {[expr {$descLen % 2}] == 0} {
178 set descLen [string length $description]
181 append param [binary format ca* $descLen [encoding convertto macRoman $description]]
184 if {[expr {$descLen % 2}] == 0} {
209 set descLen [string length $description]
215 append identification [binary format ca* $descLen [encoding convertto macRoman $description]]
218 if {[expr {($nameLen + $descLen) % 2}] == 1} {
403 binary scan $data ca* descLen dat
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.h338 UInt32 descLen ) const ;
344 UInt32 descLen ) const ;
349 UInt32 descLen,
356 UInt32 descLen ) const ;
H A DIOFireWireUserClient.cpp2151 UInt32 descLen ) const
2179 if ( descCString && (descLen < 1024) )
2181 char * cStr = new char[ descLen ];
2184 copyUserData( (IOVirtualAddress)descCString, (IOVirtualAddress)cStr, descLen ) ;
2186 cStr[ descLen-1 ] = 0 ;
2209 UInt32 descLen ) const
2225 if ( descCString && (descLen < 1024) )
2227 char * cStr = new char[ descLen ];
2230 copyUserData( (IOVirtualAddress)descCString, (IOVirtualAddress)cStr, descLen ) ;
2232 cStr[ descLen
2247 localConfigDirectory_addEntry_FWAddr( UserObjectHandle dirHandle, int key, const char * descCString, UInt32 descLen, FWAddress * value ) const argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp546 UInt8 descLen = p[0]; local
549 if ( descLen == 0 )
551 XTRACE(this, descLen, 0, "initDevice - Illegal Descriptor:");
568 p += descLen;
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dwrtxml.cpp496 int32_t descLen = 0, transLen=0; local
504 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
526 if(descLen > 0){
528 print(desc, descLen, "<!--", "-->", status);

Completed in 114 milliseconds