search for: l61

Displaying 9 results from an estimated 9 matches for "l61".

Did you mean: l1
2013 Dec 17
3
[LLVMdev] How to do bitcode archive linking correctly?
...an use to do the archive linking rather than having to invoke an external program (i.e. my system's linker). - For "forthcoming LLVM linker", is that referring to lld [4]? [1] https://github.com/MartinNowack/klee/blob/51d4a2b34511a8d6b00b16a50f90b0bc1a793a69/lib/Module/ModuleUtil.cpp#L61 [2] http://llvm.org/docs/doxygen/html/classllvm_1_1Linker.html#a244da8c7e9789b1b675b9741bd692c63 [3] http://llvm.org/docs/GoldPlugin.html [4] http://lld.llvm.org/ [5] https://github.com/ccadar/klee-uclibc/tree/klee_0_9_29 Thanks, Dan Liew.
2019 Jun 30
1
Question on Conditional Rendering Maxwell/Pascal
...he current documentation https://github.com/envytools/envytools/blob/master/rnndb/graph/gf100_3d.xml#L796 So far I don't understand how the cond address is used and to what it's compared. https://github.com/envytools/envytools/blob/0d91b8bcef3ceb47ff0b114025d301edb790d472/rnndb/g80_defs.xml#L61 It says it uses 2 queries, how do I know which query it's talking off and what it's the comparison that should be done. Also, does failing conditional rendering makes registers not write into the engine or just drawcalls/claers are ignored? -------------- next part -------------- An HTML...
2013 Dec 17
0
[LLVMdev] How to do bitcode archive linking correctly?
...hive linking rather than having to invoke > an external program (i.e. my system's linker). > - For "forthcoming LLVM linker", is that referring to lld [4]? > > [1] https://github.com/MartinNowack/klee/blob/51d4a2b34511a8d6b00b16a50f90b0bc1a793a69/lib/Module/ModuleUtil.cpp#L61 > [2] http://llvm.org/docs/doxygen/html/classllvm_1_1Linker.html#a244da8c7e9789b1b675b9741bd692c63 > [3] http://llvm.org/docs/GoldPlugin.html > [4] http://lld.llvm.org/ > [5] https://github.com/ccadar/klee-uclibc/tree/klee_0_9_29 > > Thanks, > Dan Liew. > __________________...
2004 Jan 09
2
start a batch after rsync
Hello, I would like to replicate one file from one machine to a second one with rsync. After the file is copied ( rsync in read mode ), if the file has changed i must start a small batch, if it has not change I must do nothing. What's the easiest way to do this ? Thanks you Andreas
2013 Mar 11
2
[PATCH] block: replace kmalloc and then memcpy with kmemdup
Signed-off-by: Mihnea Dobrescu-Balaur <mihneadb at gmail.com> --- drivers/block/xen-blkfront.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index c3dae2e..9620644 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -1203,11 +1203,10 @@ static int blkif_recover(struct
2013 Mar 11
2
[PATCH] block: replace kmalloc and then memcpy with kmemdup
Signed-off-by: Mihnea Dobrescu-Balaur <mihneadb at gmail.com> --- drivers/block/xen-blkfront.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index c3dae2e..9620644 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -1203,11 +1203,10 @@ static int blkif_recover(struct
2020 Apr 04
0
Possible Bug In Validation of UTF-8 Sequences
...o `signed char` conversion in such a way that the `signed char` to `unsigned char` conversion restores the original value.? I don't know if this is something explicitly checked for like the `int` == 32bits assumption. [1]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L61 [2]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/character.c#L148 [3]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L106 [4]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L84 [5]: https://github.com/wch/r-source/blob/tags/R-3-6-3/...
2015 Oct 16
2
[PATCH] New API: ntfsresize_info
Get minimum size of NTFS filesystem in bytes. This is used primarily for shrinking images. In case of a full images ntfsresize returns error code and does not print minimum size. So we calculate it manually by rounding 'volume size' up to 'cluster size'. --- daemon/ntfs.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 17 +++++++++++++
2012 Dec 21
0
segfault reading large BLOB from SQL Server
...NO 47 2 NO 0 3 NO 61 4 NO 39 5 YES 37 6 YES 39 7 NO 39 8 NO 61 > z <- odbcQuery(conn, "select FileBLOB from v_MAFiles where ReleaseId = 'L61' and AsOfDate = '2012-12-19'") > z [1] 1 > sqlGetResults(conn) *** glibc detected *** /opt/R/R-2.15.0/lib64/R/bin/exec/R: free(): invalid next size (fast): 0x00000000110fde60 *** ======= Backtrace: ========= /lib64/libc.so.6[0x35efa711df] /lib64/libc.so.6(cfree+0x4b)[0x35efa7...