Searched refs:dcl (Results 1 - 25 of 33) sorted by last modified time

12

/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DLTOModule.h141 void addPotentialUndefinedSymbol(llvm::GlobalValue *dcl, bool isFunc);
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c102 #define DEHASH(dev, dcl, doff) (dehashtbl[(minor(dev) + (dcl) + (doff)) & dehash])
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.cpp104 const DCLCommand * dcl,
109 switch( dcl->opcode & ~kFWDCLOpFlagMask)
116 outRange.address = (IOVirtualAddress)((DCLTransferPacket*)dcl)->buffer ;
117 outRange.length = ((DCLTransferPacket*)dcl)->size ;
122 outRange.address = (IOVirtualAddress)((DCLPtrTimeStamp*)dcl)->timeStampPtr ;
123 outRange.length = sizeof( *( ((DCLPtrTimeStamp*)dcl)->timeStampPtr) ) ;
141 for( DCLCommand * dcl = program; dcl != NULL; dcl = dcl
103 getDCLDataBuffer( const DCLCommand * dcl, IOVirtualRange & outRange) argument
[all...]
H A DIOFWUserIsochPort.cpp68 const UserExportDCLCommand *dcl,
74 switch ( dcl->opcode & ~kFWDCLOpFlagMask )
81 outDataBuffer = ( (UserExportDCLTransferPacket*)dcl )->buffer ;
82 outDataLength = ( (UserExportDCLTransferPacket *)dcl )->size ;
87 outDataBuffer = ( (UserExportDCLPtrTimeStamp *) dcl )->timeStampPtr ;
132 getDCLSize ( UserExportDCLCommand* dcl )
136 switch(dcl->opcode & ~kFWDCLOpFlagMask)
817 for( DCLCommand * dcl = (DCLCommand*)fProgramBuffer; dcl != NULL; dcl
67 getDCLDataBuffer( const UserExportDCLCommand *dcl, mach_vm_address_t & outDataBuffer, mach_vm_size_t & outDataLength ) argument
945 IOFWDCL * dcl = reinterpret_cast< IOFWDCL * >( program->getObject( index ) ) ; local
963 DCLCommand * dcl = fDCLTable[ index ] ; local
1062 convertToKernelDCL(UserExportDCLUpdateDCLList *pUserExportDCL, DCLUpdateDCLList *dcl) argument
1105 convertToKernelDCL(UserExportDCLCallProc *pUserExportDCL, DCLCallProc * dcl) argument
[all...]
H A DIOFWDCLPool.h132 IOFWDCL * dcl,
146 void appendDCL( IOFWDCL * dcl ) ;
H A DIOFWDCL.h198 const OSArray * dcl ) ;
256 const OSArray * dcl ) ;
320 const OSArray * dcl ) ;
H A DIOFWDCLPool.cpp69 IOFWReceiveDCL * dcl = allocReceiveDCL() ; local
70 if ( dcl && !dcl->initWithParams( updateSet, headerBytes, rangesCount, ranges ) )
72 dcl->release() ;
73 dcl = NULL ;
76 if ( dcl )
78 appendDCL( dcl ) ;
79 dcl->release() ;
82 return dcl ;
91 IOFWSendDCL * dcl local
110 IOFWSkipCycleDCL * dcl = allocSkipCycleDCL() ; local
[all...]
H A DIOFireWireFamilyCommon.h1071 typedef void (*NuDCLCallback)( void* refcon, NuDCLRef dcl );
H A DIOFWUserIsochPort.h91 DCLCallProc * dcl ) ;
104 IOReturn convertToKernelDCL ( UserExportDCLUpdateDCLList *pUserExportDCL, DCLUpdateDCLList * dcl ) ;
105 IOReturn convertToKernelDCL ( UserExportDCLJump *pUserExportDCL, DCLJump * dcl ) ;
106 IOReturn convertToKernelDCL ( UserExportDCLCallProc *pUserExportDCL, DCLCallProc * dcl ) ;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c2989 struct demangle_component *dcl; local
2998 dcl = d_left (dc);
3001 && dcl->type == DEMANGLE_COMPONENT_NAME
3002 && dcl->u.s_name.len == 6
3003 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3013 d_print_comp (dpi, dcl);
H A Dcp-demangle.c.orig2989 struct demangle_component *dcl;
2998 dcl = d_left (dc);
3001 && dcl->type == DEMANGLE_COMPONENT_NAME
3002 && dcl->u.s_name.len == 6
3003 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3013 d_print_comp (dpi, dcl);
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim451 au BufNewFile,BufRead *.dcl,*.icl setf clean
600 au BufNewFile,BufRead *.com call s:BindzoneCheck('dcl')
1704 au BufNewFile,BufRead *.decl,*.dcl,*.dec
H A Dmakemenu.vim163 SynMenu DE.Digital\ Command\ Lang:dcl
H A Dsynmenu.vim147 an 50.30.200 &Syntax.DE.Digital\ Command\ Lang :cal SetSyn("dcl")<CR>
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp2467 DeviceCOM::SPrintDCLProgram( IOFireWireLibDeviceRef self, const DCLCommand* dcl, UInt32 inDCLCount ) argument
2469 const DCLCommand* currentDCL = dcl ;
2473 printf( "IsochPort::printDCLProgram: dcl=%p, inDCLCount=%ud\n", dcl, inDCLCount) ;
2475 printf( "IsochPort::printDCLProgram: dcl=%p, inDCLCount=%lud\n", dcl, inDCLCount) ;
H A DIOFireWireLibIsoch.h633 void (*PrintDCL)( NuDCLRef dcl ) ;
716 @param dcl The dcl whose next pointer will be returned
718 NuDCLRef (*FindDCLNextDCL)( IOFireWireLibNuDCLPoolRef self, NuDCLRef dcl ) ;
730 IOReturn (*SetDCLBranch)( NuDCLRef dcl, NuDCLRef branchDCL ) ;
735 @param dcl The dcl whose branch pointer will be returned.
736 @result Returns the branch pointer of 'dcl' or 0 for none is set.*/
737 NuDCLRef (*GetDCLBranch)( NuDCLRef dcl ) ;
749 @param dcl Th
[all...]
H A DIOFireWireLibIsochPort.cpp209 DCLCommand* dcl,
215 switch(dcl->opcode & ~kFWDCLOpFlagMask)
222 *outDataBuffer = (IOVirtualAddress)((DCLTransferPacket*)dcl)->buffer ;
223 *outDataLength = ((DCLTransferPacket*)dcl)->size ;
233 *outDataBuffer = (IOVirtualAddress)((DCLPtrTimeStamp*)dcl)->timeStampPtr ;
234 *outDataLength = sizeof( *( ((DCLPtrTimeStamp*)dcl)->timeStampPtr) ) ;
247 DCLCommand* dcl)
251 switch(dcl->opcode & ~kFWDCLOpFlagMask)
783 for( DCLCommand * dcl = mDCLProgram; dcl !
208 GetDCLDataBuffer( DCLCommand* dcl, IOVirtualAddress* outDataBuffer, IOByteCount* outDataLength) argument
246 GetDCLSize( DCLCommand* dcl) argument
1037 ModifyTransferPacketDCLSize( DCLTransferPacket* dcl, IOByteCount newSize ) argument
1306 UserExportDCLCommand * dcl = (UserExportDCLCommand*)(*exportBuffer + offset ) ; local
1493 NuDCL * dcl = ((NuDCL**)inDCLList)[ index ] ; local
1707 SModifyTransferPacketDCLSize( PortRef self, DCLTransferPacket * dcl, IOByteCount newSize ) argument
1729 SModifyTransferPacketDCLBuffer( PortRef self, DCLTransferPacket * dcl, void * newBuffer ) argument
1738 SModifyTransferPacketDCL( PortRef self, DCLTransferPacket * dcl, void * newBuffer, IOByteCount newSize ) argument
[all...]
H A DIOFireWireLibIsochPort.h251 IOReturn ModifyTransferPacketDCLSize ( DCLTransferPacket * dcl, IOByteCount newSize ) ;
255 void S_DCLKernelCallout( DCLCallProc * dcl ) ;
256 void S_NuDCLKernelCallout ( NuDCL * dcl ) ;
317 static IOReturn SModifyTransferPacketDCLSize( PortRef self, DCLTransferPacket* dcl, IOByteCount newSize ) ;
318 static IOReturn SModifyTransferPacketDCLBuffer( PortRef self, DCLTransferPacket* dcl, void* newBuffer ) ;
319 static IOReturn SModifyTransferPacketDCL( PortRef self, DCLTransferPacket* dcl, void* newBuffer, IOByteCount newSize ) ;
H A DIOFireWireLibNuDCL.cpp182 if ( fData.branch.dcl )
183 fprintf( file, "\t\t\tbranch --> %p\n", fData.branch.dcl ) ;
300 exportedData->branchIndex = fData.branch.dcl ? fData.branch.dcl->GetExportIndex() : 0 ;
408 if ( fSendData.skipBranch.dcl )
410 fprintf( file, "\t\t\tskip --> %p\n", fSendData.skipBranch.dcl ) ;
439 if ( fSendData.skipBranch.dcl )
440 exportedData->skipBranchIndex = fSendData.skipBranch.dcl->GetExportIndex() ;
H A DIOFireWireLibNuDCLPool.cpp41 const NuDCL * dcl = reinterpret_cast< const NuDCL* >( ptr ) ; local
42 delete dcl;
103 NuDCLPool::AppendDCL( CFMutableSetRef saveBag, NuDCL * dcl )
105 if ( dcl )
109 ::CFSetSetValue( saveBag, dcl ) ;
112 ::CFArrayAppendValue( fProgram, dcl ) ;
113 dcl->SetExportIndex( ::CFArrayGetCount( fProgram ) ) ;
116 return dcl ;
122 SendNuDCL *dcl = new SendNuDCL( *this, numBuffers, buffers ); local
123 dcl
152 const NuDCL * dcl = reinterpret_cast< const NuDCL* >(::CFArrayGetValueAtIndex( fProgram, index ) ) ; local
164 const NuDCL * dcl = reinterpret_cast< const NuDCL* >(::CFArrayGetValueAtIndex( fProgram, index ) ) ; local
439 S_SetDCLBranch( NuDCLRef dcl, NuDCLRef branchDCL ) argument
457 S_SetDCLTimeStampPtr( NuDCLRef dcl, UInt32* timeStampPtr ) argument
475 S_AddDCLRanges( NuDCLRef dcl, UInt32 numRanges, IOVirtualRange* ranges ) argument
483 S_SetDCLRanges( NuDCLRef dcl, UInt32 numRanges, IOVirtualRange* ranges ) argument
491 S_SetDCLRanges_v( NuDCLRef dcl, IOVirtualRange* firstRange, ... ) argument
525 S_GetDCLRanges( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) argument
541 S_GetDCLSpan( NuDCLRef dcl, IOVirtualRange* spanRange ) argument
559 S_SetDCLCallback( NuDCLRef dcl, NuDCLCallback callback ) argument
577 S_SetDCLUserHeaderPtr( NuDCLRef dcl, UInt32 * headerPtr, UInt32 * mask ) argument
603 S_SetDCLStatusPtr( NuDCLRef dcl, UInt32* statusPtr ) argument
621 S_SetDCLRefcon( NuDCLRef dcl, void* refcon ) argument
637 S_SetDCLUpdateList( NuDCLRef dcl, CFSetRef dclList ) argument
655 S_AppendDCLUpdateList( NuDCLRef dcl, NuDCLRef updateDCL ) argument
676 S_SetDCLWaitControl( NuDCLRef dcl, Boolean wait ) argument
684 S_SetDCLFlags( NuDCLRef dcl, UInt32 flags ) argument
700 S_SetDCLSkipBranch( NuDCLRef dcl, NuDCLRef skipCycleDCL ) argument
718 S_SetDCLSkipCallback( NuDCLRef dcl, NuDCLCallback callback ) argument
735 S_SetDCLSkipRefcon( NuDCLRef dcl, void * refcon ) argument
752 S_SetDCLSyncBits( NuDCLRef dcl, UInt8 syncBits ) argument
769 S_SetDCLTagBits( NuDCLRef dcl, UInt8 tagBits ) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_namespaces.test39 test tepam-ns.main1.dcl.main "tepam, main namespace - parent procedure declaration" \
43 test tepam-ns.main1.dcl.chld "tepam, main namespace - child procedure declaration" \
59 test tepam-ns.main2.dcl.main "tepam, main namespace - parent procedure declaration" \
63 test tepam-ns.main2.dcl.chld "tepam, main namespace - child procedure declaration" \
82 test tepam-ns.ns1.dcl.1 "tepam, ns1 namespace - first parent procedure declaration" \
86 test tepam-ns.ns1.dcl.2 "tepam, ns1 namespace - second parent procedure declaration" \
106 test tepam-ns.ns1.dcl.3 "tepam, ns1 namespace - namespace child procedure declaration" \
129 test tepam-ns.ns2.dcl.1 "tepam, ns2 namespace - parent procedure declaration" \
148 test tepam-ns.ns2.dcl.2 "tepam, ns2 namespace - child procedure declaration" \
H A Dproc_subproc.test32 test tepam-sp.dcl_td.dcl.1 "tepam, sub procedure top-down declaration - main procedure declaration" \
36 test tepam-sp.dcl_td.dcl.2 "tepam, sub procedure top-down declaration - first sub procedure declaration" \
40 test tepam-sp.dcl_td.dcl.3 "tepam, sub procedure top-down declaration - second sub procedure declaration" \
44 test tepam-sp.dcl_td.dcl.4 "tepam, sub procedure top-down declaration - sub sub procedure declaration" \
85 test tepam-sp.dcl_bu.dcl.1 "tepam, sub procedure buttom-up declaration - sub sub procedure declaration" \
89 test tepam-sp.dcl_bu.dcl.2 "tepam, sub procedure buttom-up declaration - second sub procedure declaration" \
93 test tepam-sp.dcl_bu.dcl.3 "tepam, sub procedure buttom-up declaration - first sub procedure declaration" \
97 test tepam-sp.dcl_bu.dcl.4 "tepam, sub procedure buttom-up declaration - main procedure declaration" \
138 test tepam-sp.dcl_sc.dcl.1 "tepam, sub procedure without main procedure - first sub procedure declaration" \
142 test tepam-sp.dcl_sc.dcl
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dchill.vim88 syn keyword chillType dcl DCL int INT char CHAR bool BOOL REF ref LOC loc INSTANCE instance
H A Ddcl.vim162 let b:current_syntax = "dcl"
H A Dsdl.vim26 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset

Completed in 308 milliseconds

12