search for: lfunc

Displaying 10 results from an estimated 10 matches for "lfunc".

Did you mean: func
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...ion said to load \"%s\", failed!\n", DLLlocation); OutputDebugString(lTraceBuffer); } } } //module==0 //m_ProxyModule = LoadLibraryEx ("C:\\R\\rw1070\\bin\\Rproxy.dll", NULL, // LOAD_WITH_ALTERED_SEARCH_PATH); SC_PROXY_GET_OBJECT lFunc; lFunc = (SC_PROXY_GET_OBJECT) GetProcAddress (m_ProxyModule, SC_PROXY_GET_OBJECT_FUN); if (lFunc == 0) { return -1; } // get proxy object ULONG lRc = lFunc (&m_ProxyObject,SC_PROXY_INTERFACE_VERSION);...
2011 Jun 20
3
[LLVMdev] C struct as function argument
...); } -(void) testLLVMStructFuncCall { CGKModule* myMod = [CGKModule moduleWithName:@"llvm_structfunccall_test"]; CGKType* testStructType = [CGKType structTypeWithElementTypes:[NSArray arrayWithObjects:[CGKType intTypeWith32Bits],[CGKType intTypeWith32Bits],nil]]; CGKFunction* lfunc = [CGKFunction functionWithName:@"testLLVMStructFuncCall" types:[NSArray arrayWithObjects:[CGKType idType],testStructType,nil] intoModule:myMod]; CGKFunction* rfunc = [CGKBuilder createStandaloneCallForFunction:lfunc withArguments:[NSArray...
2019 May 17
3
Copy Function from one LLVM IR file to another
...*4.* I keep two iterators to save the points from where i have to start replacing instructions as: Module::iterator F1; Module::iterator F2; *5.* Assign them values so that F1 points to the first function and F2 to the second function: for(Module::iterator func = Mod_ptr->begin(), Lfunc = Mod_ptr->end(); func!=Lfunc; ++func) { F1 = func; } for(Module::iterator func2 = Mod_ptr2->begin(), Lfunc2 = Mod_ptr2->end(); func2!=Lfunc2; ++func2) { if(func2->getName() == F.getName()) //F.getName() gives the same name as the functio...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...ebug.c | 620 ++- com32/lua/src/ldebug.h | 27 +- com32/lua/src/ldo.c | 661 +-- com32/lua/src/ldo.h | 33 +- com32/lua/src/ldump.c | 43 +- com32/lua/src/lfs.c | 294 ++ com32/lua/src/lfunc.c | 81 +- com32/lua/src/lfunc.h | 7 +- com32/lua/src/lgc.c | 1410 ++++-- com32/lua/src/lgc.h | 159 +- com32/lua/src/linit.c | 57 +- com32/lua/src/liolib.c | 548 ++- com32/lua/src/...
2007 Feb 05
1
How to customize the list of exported functions in a shared library
...library and interface functions which I have written in order to call them from R. The ../sources directory contains also two compiled libraries, created with ar. If I try to link my DLL with them, that is R CMD SHLIB -d --output Rsnns.dll Rsnns.c -Wl,-Lc:/mingw/lib,-lfl,-L../sources,-lkernel,-lfunc desired functions from the library are not exported, export list gets only interface functions in the C file. And GCC seems to ignore the .def file, which I create. Thank you. -- View this message in context: http://www.nabble.com/How-to-customize-the-list-of-exported-functions-in-a-shared-libr...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...++- > com32/lua/src/ldebug.h | 27 +- > com32/lua/src/ldo.c | 661 +-- > com32/lua/src/ldo.h | 33 +- > com32/lua/src/ldump.c | 43 +- > com32/lua/src/lfs.c | 294 ++ > com32/lua/src/lfunc.c | 81 +- > com32/lua/src/lfunc.h | 7 +- > com32/lua/src/lgc.c | 1410 ++++-- > com32/lua/src/lgc.h | 159 +- > com32/lua/src/linit.c | 57 +- > com32/lua/src/liolib.c |...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...c | 625 +++-- com32/lua/src/ldebug.h | 27 +- com32/lua/src/ldo.c | 669 +++-- com32/lua/src/ldo.h | 33 +- com32/lua/src/ldump.c | 43 +- com32/lua/src/lfs.c | 296 +++ com32/lua/src/lfunc.c | 81 +- com32/lua/src/lfunc.h | 7 +- com32/lua/src/lgc.c | 1417 +++++++---- com32/lua/src/lgc.h | 159 +- com32/lua/src/linit.c | 57 +- com32/lua/src/liolib.c | 549 ++-- com32/lu...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...2003-05-23-TransparentUnion.ll 3 2753 0 0.01 2741 0 0.01 2741 2003-05-26-Shorts.ll 2 22518 0 0.01 22509 0 0.01 22509 2003-05-31-CastToBool.ll 7 6621 0 0.01 6612 0 0.01 6612 2003-05-31-LongShifts.ll 2 5739 0 0.01 5730 0 0.01 5730 2003-06-08-BaseType.ll 3 2098 0 0.01 2082 0 0.01 2082 2003-06-08-VirtualFunctions.ll 4 4118 0 0.01 4102 0 0.01 4102 2003-06-13-Crasher.ll 4 1886 0 0.01 1870 0 0.01 1870 2003-06-16-InvalidInitializer.ll 1 883 0 0.01 871 0 0.01 871 2003-06-16-VolatileError.ll 1 857 0 0.01 845 0 0.01 845 2003-07-06-IntOverflow.ll 5 6583 0 0.01 6574 0 0.01 7412 2003-07-08-BitOpsTest.ll 2 4018 0...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and