Home
last modified time | relevance | path

Searched refs:CCALL (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Davfspfm.cpp64 #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 Diocifin.c128 } 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 Dosx_asm.h321 #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 DByteCodeInstr.hs155 | CCALL Word16 -- stack frame size
283 ppr (CCALL off marshall_addr flags) = text "CCALL " <+> ppr off
364 bciStackUse CCALL{} = 0 function
H A DByteCodeAsm.hs437 CCALL off m_addr i -> do np <- addr m_addr
H A DByteCodeGen.hs1340 do_call = unitOL (CCALL stk_offset token flags)
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/variants/src/
H A DSamtoolMpileupWorker.cpp98 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 DNga.md315 **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 DMakefile50 CCALL =$(CXXX) $(CXXFLAGS) $(CXXFLAGSB) macro
/dports/lang/retro12/RETRO12-2021.4/image/
H A Dretro.muri36 should be followed by NOP. These are: JUMP, CALL, CCALL,