Home
last modified time | relevance | path

Searched defs:ppbc (Results 1 – 9 of 9) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/
H A Dcmdlinerunner.cpp130 t_pbc* ppbc = settings_.hasPBC() ? &pbc : nullptr; in run() local
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/
H A DRunningObjectTable_Test.java125 PointerByReference ppbc = new PointerByReference(); in GetObject() local
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/
H A DProgram.cs16 private static extern void CreateBindCtx(int reserved, out IBindCtx ppbc); in CreateBindCtx()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/
H A DProgram.cs16 private static extern void CreateBindCtx(int reserved, out IBindCtx ppbc); in CreateBindCtx()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Interop/
H A DInterop.COM.Windows.cs83 internal static extern void CreateBindCtx(UInt32 reserved, out IBindCtx ppbc); in CreateBindCtx()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DOle32.java540 HRESULT CreateBindCtx(DWORD reserved, PointerByReference ppbc); in CreateBindCtx()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshdeprecated.h402 #define IBrowserService_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Thi… argument
779 #define IBrowserService2_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Th… argument
1121 #define IBrowserService3_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Th… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshdeprecated.h402 #define IBrowserService_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Thi… argument
779 #define IBrowserService2_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Th… argument
1121 #define IBrowserService3_GetHistoryObject(This,ppole,pstm,ppbc) (This)->lpVtbl->GetHistoryObject(Th… argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Dmarshal.cs2441 private static extern void CreateBindCtx(UInt32 reserved, out IBindCtx ppbc); in CreateBindCtx()