Searched refs:GetArraySize (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp183 XTRACE(kLogDeleteEventList, check_contents, eventlist->GetArraySize());
185 if (eventlist->GetArraySize() > 0) {
189 for (int index = eventlist->GetArraySize() - 1; index >= 0 ; index--) {
238 if (gFreeEventList->GetArraySize() > 0) {
247 XTRACE(kAllocateEventBlock, gInUseEventList->GetArraySize(), gFreeEventList->GetArraySize());
257 XTRACE(kLogGrabErr3, 0, gInUseEventList->GetArraySize());
258 /*for (int index = 0; index < gInUseEventList->GetArraySize(); index++ ) {
298 XTRACE(kLogReleaseErr3, 0, gInUseEventList->GetArraySize());
300 for (int index = 0; index < gInUseEventList->GetArraySize(); inde
[all...]
H A DIrLMP.cpp450 if (discoveredDevices->GetArraySize() > 0) {
452 for (FastInt index1 = discoveredDevices->GetArraySize() - 1; index1 >= 0 ; index1--) {
H A DIrLAPConn.cpp308 XTRACE(kLogResetLsapConn, 1, fLSAPConnList->GetArraySize());
309 for (index = fLSAPConnList->GetArraySize() - 1; index >= 0 ; index--) {
647 for (FastInt index = fLSAPConnList->GetArraySize() - 1; index >= 0 ; index--) {
840 if (removeResult == noErr && fLSAPConnList->GetArraySize() == 1) { // if only one thing left on the list
917 if (fLSAPConnList->GetArraySize() == 1) { // if only one thing on the list
H A DIrLAP.cpp3075 for (index = fPendingPutRequests->GetArraySize() - 1; index >= 0 ; index--) {
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.h47 ArrayIndex GetArraySize(void);
88 inline ArrayIndex CDynamicArray::GetArraySize() function in class:CDynamicArray
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrStream.cpp217 XTRACE(kLogFreeQueue, list_retain_count, fPendingEventsList->GetArraySize());
230 if (fPendingEventsList != nil && fPendingEventsList->GetArraySize() > 0) {
233 for (index = fPendingEventsList->GetArraySize()-1; index >= 0; index--) {
H A DIrDiscovery.cpp427 //userResults->count = fDiscoveredDevices->GetArraySize();
428 XTRACE(kIrExtDiscoverComplete, 0, fDiscoveredDevices->GetArraySize()); // Log the count.
H A DCIrLSAP.cpp741 numFound = fDiscoverList->GetArraySize();
745 for( index = 0; index < fDiscoverList->GetArraySize(); index++ ) {
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASService.cpp83 for (index = 0; index < this->GetArraySize(); index++) {
375 for (index = 0; index < this->GetArraySize(); index++) {
458 for (index = 0; index < this->GetArraySize(); index++) {
483 ULong arraySize = this->GetArraySize();
490 for (index = 0; index < this->GetArraySize(); index++) {

Completed in 145 milliseconds