Searched refs:fData (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp49 : fData( type )
56 bcopy( ranges, fData.ranges, numRanges * sizeof( IOVirtualRange ) ) ;
57 fData.rangeCount = numRanges ;
67 if ( fData.rangeCount + numRanges > 6 )
70 bcopy( ranges, & fData.ranges[ fData.rangeCount ], numRanges * sizeof(IOVirtualRange) ) ;
71 fData.rangeCount += numRanges ;
79 fData.rangeCount = numRanges ;
80 bcopy( ranges, fData.ranges, numRanges * sizeof( IOVirtualRange ) ) ;
88 unsigned count = MIN( maxRanges, fData
[all...]
H A DIOFireWireLibNuDCL.h209 NuDCLSharedData fData ; member in class:IOFireWireLib::NuDCL
220 void SetBranch ( NuDCL* branch ) { fData.branch.dcl = branch ; }
221 NuDCL* GetBranch () const { return fData.branch.dcl ; }
222 void SetTimeStampPtr ( UInt32* timeStampPtr ) { fData.timeStamp.ptr = timeStampPtr ; }
223 UInt32* GetTimeStampPtr () const { return fData.timeStamp.ptr ; }
224 void SetCallback ( NuDCLCallback callback ) { fData.callback = callback ; }
225 NuDCLCallback GetCallback () const { return fData.callback ; }
226 void SetStatusPtr ( UInt32* statusPtr ) { fData.status.ptr = statusPtr ; }
227 UInt32* GetStatusPtr () const { return fData.status.ptr ; }
228 void SetRefcon ( void* refcon ) { fData
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt.cpp34 fData = 0;
53 fData = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
54 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
143 fData((TransliterationRuleData*)theData), // cast away const
145 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
155 fData(theData),
157 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
165 Transliterator(other), fData(other.fData),
178 fData
[all...]
H A Drbt.h296 TransliterationRuleData* fData; member in class:RuleBasedTransliterator
H A Drematch.cpp165 if (fData != fSmallData) {
166 uprv_free(fData);
167 fData = NULL;
230 fData = fSmallData;
256 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
257 if (fData == NULL) {
2773 fData[i] = 0;
3571 fData[opValue] = fStack->size();
3577 int32_t newStackSize = (int32_t)fData[opValue];
3722 fData[opValu
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbi.cpp67 fData = new RBBIDataWrapper(data, status); // status checked in constructor
69 if(fData == 0) {
81 fData = new RBBIDataWrapper(data, RBBIDataWrapper::kDontAdopt, status); // status checked in constructor
83 if(fData == 0) {
110 fData = new RBBIDataWrapper(data, RBBIDataWrapper::kDontAdopt, status);
112 if(fData == 0) {
128 fData = new RBBIDataWrapper(udm, status); // status checked in constructor
130 if(fData == 0) {
203 if (fData != NULL) {
204 fData
[all...]
H A Drbtok.cpp40 const char *const tableData = fData->fForwardTable->fTableData;
41 const uint32_t tableRowLen = fData->fForwardTable->fRowLen;
57 const UTrie *trie = &fData->fTrie;
187 const RBBIStateTable *statetable = fData->fForwardTable;
192 const UTrie *trie = &fData->fTrie;
209 const int32_t *vals = (fData->fRuleStatusTable) + (row->fTagIdx);
H A Duresbund.cpp106 UResourceDataEntry *resB = resBundle->fData;
112 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
120 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
134 return (&(resB->fData));
148 res_unload(&(entry->fData));
365 res_load(&(r->fData), r->fPath, r->fName, status);
373 if (r->fData.usesPoolBundle) {
376 const int32_t *poolIndexes = r->fPool->fData
[all...]
H A Duresimp.h61 ResourceData fData; /* data for low level access */ member in struct:UResourceDataEntry
74 UResourceDataEntry *fData; /*for low-level access*/ member in struct:UResourceBundle
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigEntry.cpp44 if (fData) {
45 fData->release();
46 fData = NULL;
72 entry->fData = obj;
132 OSData *data = OSDynamicCast(OSData, fData);
143 fData);
H A DIOConfigEntry.h38 OSObject *fData; member in class:IOConfigEntry
H A DIOLocalConfigDirectory.cpp294 OSData *data = OSDynamicCast(OSData, entry->fData);
326 entry->fData);
550 if(entry->fData == value)
594 value = OSDynamicCast( IOConfigDirectory, ((IOConfigEntry*)fEntries->getObject( index ) )->fData ) ;
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Ddatamap.cpp38 delete fData;
44 fData = new Hashtable(TRUE, status);
45 fData->setValueDeleter(deleteResBund);
53 fData = new Hashtable(TRUE, status);
54 fData->setValueDeleter(deleteResBund);
63 fData = new Hashtable(TRUE, status);
64 fData->setValueDeleter(deleteResBund);
71 fData->removeAll();
75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status);
83 fData
[all...]
H A Dtestdata.cpp46 fData(NULL),
55 fData(data),
85 ures_close(fData);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/Java/
H A DSwingQueryListener.java71 fData = rdata;
82 fListener.queryAnswered( fQuery, fFlags, fIndex, fFullName, fType, fClass, fData, fTTL);
105 protected byte[] fData; field in class:SwingQueryListener
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp325 connectRequest->fData = nil;
408 putRequest->fData = putBuffer;
444 getRequest->fData = getBuffer;
516 acceptRequest->fData = connectData;
960 ConnectComplete(result, reply->fMyQOS, reply->fPeerQOS, (CBufferSegment *)reply->fData);
979 //if (fLastListenBuffer == reply->fData) // this is how it was failing
980 // DebugPrintf("put buf done, %x %x %x", fLastListenBuffer, fLastPutBuffer, reply->fData);
982 DataPutComplete(result, (CBufferSegment *)reply->fData); // virtual callback
1037 check(fLastListenBuffer == reply->fData);
1038 if (fLastListenBuffer != reply->fData) {
[all...]
H A DIrLSAPConn.cpp351 fConnLstnUserData = connLstnReq->fData;
796 fConnLstnUserData = ((TIrConnLstnRequest*)GetCurrentEvent())->fData;
1214 getRequest->fData = fConnLstnUserData;
1241 putRequest->fData = data;
1266 getRequest->fData = fGetData;
1272 fGetData = getRequest->fData;
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dtestdata.h88 UResourceBundle *fData; member in class:RBTestData
H A Ddatamap.h105 Hashtable *fData; member in class:RBDataMap
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.cpp217 connectRequest->fData = nil;
475 getRequest->fData = fGetPutBuffer;
492 putRequest->fData = fGetPutBuffer;
H A DIrIASServer.cpp464 listenRequest->fData = nil;
481 getRequest->fData = fGetPutBuffer;
498 putRequest->fData = fGetPutBuffer;
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.h206 CBuffer* fData; // > Connect data to send w/conn or recv w/listen member in class:TIrConnectEvent
226 //CBuffer* fData; // > Buffer to receive data
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Drbbi.h99 RBBIDataWrapper *fData; member in class:RuleBasedBreakIterator
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h151 uint8_t *fData; member in struct:SResBinary
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c2690 WIN32_FIND_DATA fData;
2693 handle = FindFirstFileA(nativePath, &fData);
2714 if (fData.cFileName[0] != '\0') {
2715 nativeName = fData.cFileName;
2717 nativeName = fData.cAlternateFileName;
2903 WIN32_FIND_DATAW fData;
2906 handle = FindFirstFileW((WCHAR *) nativePath, &fData);
2918 if (fData.cFileName[0] != '\0') {
2919 nativeName = fData.cFileName;
2921 nativeName = fData
2658 WIN32_FIND_DATA fData; local
2871 WIN32_FIND_DATAW fData; local
[all...]

Completed in 185 milliseconds

12