Searched refs:CCALL (Results 1 – 10 of 10) sorted by relevance
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/ |
H A D | avfspfm.cpp | 64 #define CCALL __cdecl macro 158 void CCALL Open(PfmMarshallerOpenOp*,void*); 159 void CCALL Replace(PfmMarshallerReplaceOp*,void*); 160 void CCALL Move(PfmMarshallerMoveOp*,void*); 162 void CCALL Delete(PfmMarshallerDeleteOp*,void*); 163 void CCALL Close(PfmMarshallerCloseOp*,void*); 165 void CCALL List(PfmMarshallerListOp*,void*); 166 void CCALL ListEnd(PfmMarshallerListEndOp*,void*); 167 void CCALL Read(PfmMarshallerReadOp*,void*); 168 void CCALL Write(PfmMarshallerWriteOp*,void*); [all …]
|
/dports/cad/electric/electric-7.00/src/io/ |
H A D | iocifin.c | 128 } CCALL; typedef 444 CCALL *cc; in io_nodes_call() 449 cc = (CCALL *)io_curlist->member; in io_nodes_call() 773 CCALL *cc; in io_newciflist() 809 cc = (CCALL *)emalloc((sizeof (CCALL)), io_tool->cluster); in io_newciflist() 821 REGISTER CCALL *cc; in io_ciffreeciflist() 832 cc = (CCALL *)cl->member; in io_ciffreeciflist() 875 CCALL *cc; in io_newctrans() 884 cc = (CCALL *)io_curlist->member; in io_newctrans() 1044 CCALL *cc; in io_outputcall() [all …]
|
/dports/math/openlibm/openlibm-0.8.0/i387/ |
H A D | osx_asm.h | 321 #define CCALL(fn) \ macro 384 #define CCALL(fn) \ macro 392 CCALL(fn) 396 CCALL(fn) 402 CCALL(fn)
|
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/ |
H A D | ByteCodeInstr.hs | 155 | CCALL Word16 -- stack frame size 283 ppr (CCALL off marshall_addr flags) = text "CCALL " <+> ppr off 364 bciStackUse CCALL{} = 0 function
|
H A D | ByteCodeAsm.hs | 437 CCALL off m_addr i -> do np <- addr m_addr
|
H A D | ByteCodeGen.hs | 1340 do_call = unitOL (CCALL stk_offset token flags)
|
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/variants/src/ |
H A D | SamtoolMpileupWorker.cpp | 98 const QString CCALL("ccall"); variable 322 Descriptor ccall(CCALL, in init() 552 delegates[CCALL] = new ComboBoxDelegate(vm); in init() 898 settings.ccall = getValue<QString>(CCALL).toLatin1(); in getSettings()
|
/dports/lang/retro12/RETRO12-2021.4/doc/ |
H A D | Nga.md | 315 **CCALL** is a conditional call. It takes two values: a flag and a 352 following the last **CALL** or **CCALL**. 718 * CCALL
|
/dports/graphics/sam2p/sam2p-0.49.4/ |
H A D | Makefile | 50 CCALL =$(CXXX) $(CXXFLAGS) $(CXXFLAGSB) macro
|
/dports/lang/retro12/RETRO12-2021.4/image/ |
H A D | retro.muri | 36 should be followed by NOP. These are: JUMP, CALL, CCALL,
|