Searched refs:dcl (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.h62 void Free( NuDCLRef* dcl ) ;
66 void PrintDCLs( NuDCLRef dcl ) ;
67 void PrintDCL( NuDCLRef dcl ) ;
72 NuDCL * dcl ) ;
118 static void S_PrintDCL( NuDCLRef dcl ) ;
132 // static IOReturn S_SetDCLNextDCL ( NuDCLRef dcl, NuDCLRef nextDCL ) ;
133 static NuDCLRef S_FindDCLNextDCL ( IOFireWireLibNuDCLPoolRef self, NuDCLRef dcl ) ;
134 static IOReturn S_SetDCLBranch ( NuDCLRef dcl, NuDCLRef branchDCL ) ;
135 static NuDCLRef S_GetDCLBranch ( NuDCLRef dcl ) ;
136 static IOReturn S_SetDCLTimeStampPtr ( NuDCLRef dcl, UInt3
[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 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...]
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 DIOFireWireLibDCLCommandPool.h63 IOReturn AllocateWithOpcode( DCLCommand* dcl, DCLCommand** outDCL, UInt32 opcode, ... ) ;
64 DCLCommand* AllocateTransferPacketDCL( DCLCommand* dcl, UInt32 opcode, void* buffer, IOByteCount size ) ;
65 DCLCommand* AllocateTransferBufferDCL( DCLCommand* dcl, UInt32 opcode, void* buffer, IOByteCount size, IOByteCount packetSize, UInt32 bufferOffset ) ;
99 DCLCommand* AllocateLabelDCL( DCLCommand* dcl ) ;
100 DCLCommand* AllocateJumpDCL( DCLCommand* dcl, DCLLabel* pInJumpDCLLabel ) ;
101 DCLCommand* AllocateSetTagSyncBitsDCL( DCLCommand* dcl, UInt16 tagBits, UInt16 syncBits ) ;
102 DCLCommand* AllocateUpdateDCLListDCL( DCLCommand* dcl, DCLCommand** dclCommandList, UInt32 numCommands ) ;
103 DCLCommand* AllocatePtrTimeStampDCL( DCLCommand* dcl, UInt32* timeStampPtr ) ;
104 void Free( DCLCommand* dcl ) ;
203 static DCLCommand* SAllocateCallProcDCL( IOFireWireLibDCLCommandPoolRef self, DCLCommand* dcl, DCLCallCommandPro
[all...]
H A DIOFireWireLibNuDCL.h88 NuDCL * dcl ; member in union:IOFireWireLib::NuDCLSharedData::__anon1586
169 NuDCL * dcl ; member in union:IOFireWireLib::SendNuDCLSharedData::__anon1592
185 skipBranch.dcl = NULL ;
220 void SetBranch ( NuDCL* branch ) { fData.branch.dcl = branch ; }
221 NuDCL* GetBranch () const { return fData.branch.dcl ; }
255 static void S_NuDCLKernelCallout( NuDCL * dcl, UserObjectHandle kernProgramRef ) ;
298 void SetSkipBranch( NuDCL * skipBranchDCL ) { fSendData.skipBranch.dcl = skipBranchDCL ; }
299 NuDCL * GetSkipBranch() const { return fSendData.skipBranch.dcl ; }
343 branch.dcl = NULL ;
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() ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
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 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 ) ;
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 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 DIOFWDCLPool.h132 IOFWDCL * dcl,
146 void appendDCL( IOFWDCL * dcl ) ;
H A DIOFWLocalIsochPort.h118 const DCLCommand * dcl,
H A DIOFWLocalIsochPort.cpp113 const DCLCommand * dcl,
118 const DCLCommand * currentDCL = dcl ;
112 printDCLProgram( const DCLCommand * dcl, UInt32 count, void (*printFN)( const char *format, ...), unsigned lineDelayMS ) argument
H A DIOFWDCL.h198 const OSArray * dcl ) ;
256 const OSArray * dcl ) ;
320 const OSArray * dcl ) ;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmakepro.awk145 dcl = dtype " " dcltor ";"
147 dcl = "extern " dcl
149 gsub(/ mod_export /, " mod_import_function ", dcl)
151 gsub(/ mod_export /, " mod_import_variable ", dcl)
152 gsub(/@[+-]/, "", dcl)
153 gsub(/ +/, " ", dcl)
154 while(match(dcl, /[^_0-9A-Za-z] ./) || match(dcl, /. [^_0-9A-Za-z]/))
155 dcl
[all...]
/macosx-10.10.1/tcl-105/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.10.1/emacs-93/emacs/lisp/progmodes/
H A Ddcl-mode.el0 ;;; dcl-mode.el --- major mode for editing DCL command files
50 ;; dcl-calc-command-indent-function or dcl-calc-cont-indent-function,
56 ;; * Change meaning of `left margin' when dcl-tab-always-indent is nil.
82 (defvar dcl-font-lock-keywords
92 (defvar dcl-font-lock-defaults
93 '(dcl-font-lock-keywords nil)
99 (defgroup dcl nil function
104 (defcustom dcl-basic-offset 4
107 dcl
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.h141 void addPotentialUndefinedSymbol(llvm::GlobalValue *dcl, bool isFunc);
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c102 #define DEHASH(dev, dcl, doff) (dehashtbl[(minor(dev) + (dcl) + (doff)) & dehash])
/macosx-10.10.1/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);
/macosx-10.10.1/vim-55/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"

Completed in 141 milliseconds

12