search for: sptr

Displaying 20 results from an estimated 23 matches for "sptr".

Did you mean: ptr
2011 May 04
1
is not allowed as an instance variable name error
...ble name) in app/views/shared/_details_view.haml: searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:75:in `fields_for'' searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:64:in `form_for'' app/helpers/builders_helper.rb:68:in `details_view'' /home/app-sptr/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'' app/other/restful_component.rb:488:in `new_html'' app/other/restful_component.rb:73:in `new'' app/other/restful_component.rb:72:in `new'' /home/app-sptr/.rvm/rubies/ruby-1.8.7-p3...
2013 May 25
0
[LLVMdev] compiler-rt tests in cmake?
...about for arm-linux? Thanks, Greg diff --git a/lib/interception/interception.h b/lib/interception/interception.h index d50af35..1771d4e 100644 --- a/lib/interception/interception.h +++ b/lib/interception/interception.h @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; typedef __sanitizer::sptr SSIZE_T; typedef __sanitizer::sptr PTRDIFF_T; typedef __sanitizer::s64 INTMAX_T; -typedef __sanitizer::OFF_T OFF_T; -typedef __sanitizer::OFF64_T OFF64_T; +//typedef __sanitizer::OFF_T OFF_T; +//typedef __sanitizer::OFF64_T OFF64_T; // How to add an interceptor: // Suppose you ne...
2013 Nov 17
0
[LLVMdev] opposite to CreateStructGEP
Does getelementptr have a counterpart function which unindexes a pointer? In particular, I'm using CreateStructGEP from the builder and want to get back to the struct pointer from a member pointer. fptr = b.CreateStructGEP( sptr, 2 ); //I want to do this sptr = b.CreateUnStructGEP( fptr, sptr_type, 2 ); I know I can calculate the offsets on my own, but it'd be nice to not have to since GEP already does it in the forward direction. -- edA-qa mort-ora-y Leaf Creator Leaf - the language we always wanted http://leafl...
2005 May 12
0
Patch to address (PR#7853) -- tested briefly, seems to
...12:24:11.000000000 -0700 > @@ -190,6 +190,7 @@ > static void *RObjToCPtr(SEXP s, int naok, int dup, int narg, int Fort, > const char *name, R_toCConverter **converter, > int targetType) > { > + unsigned char *rawptr; > int *iptr; > float *sptr; > double *rptr; > @@ -228,6 +229,16 @@ > } > > switch(TYPEOF(s)) { > + case RAWSXP: > + n = LENGTH(s); > + rawptr = RAW(s); > + if (dup) { > + rawptr = (unsigned char *) R_alloc(n, sizeof(unsigned char)); > + for (i = 0; i <...
2013 May 25
2
[LLVMdev] compiler-rt tests in cmake?
...t; > diff --git a/lib/interception/interception.h > b/lib/interception/interception.h > index d50af35..1771d4e 100644 > --- a/lib/interception/interception.h > +++ b/lib/interception/interception.h > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; > typedef __sanitizer::sptr SSIZE_T; > typedef __sanitizer::sptr PTRDIFF_T; > typedef __sanitizer::s64 INTMAX_T; > -typedef __sanitizer::OFF_T OFF_T; > -typedef __sanitizer::OFF64_T OFF64_T; > +//typedef __sanitizer::OFF_T OFF_T; > +//typedef __sanitizer::OFF64_T OFF64_T; > > // How to...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...gt;> > b/lib/interception/interception.h >> > index d50af35..1771d4e 100644 >> > --- a/lib/interception/interception.h >> > +++ b/lib/interception/interception.h >> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >> > typedef __sanitizer::sptr SSIZE_T; >> > typedef __sanitizer::sptr PTRDIFF_T; >> > typedef __sanitizer::s64 INTMAX_T; >> > -typedef __sanitizer::OFF_T OFF_T; >> > -typedef __sanitizer::OFF64_T OFF64_T; >> > +//typedef __sanitizer::OFF_T OFF_T; >> > +//type...
2013 May 24
2
[LLVMdev] compiler-rt tests in cmake?
I blame this line in lsan/lit_tests/lit.cfg: # Setup attributes common for all compiler-rt projects. compiler_rt_lit_cfg = os.path.join(llvm_src_root, "projects", "compiler-rt", "lib", "lit.common.cfg") On Fri, May 24, 2013 at 2:53 PM, Alexey Samsonov <samsonov at google.com>wrote: > > On Fri, May 24,
2013 May 27
0
[LLVMdev] compiler-rt tests in cmake?
...ception/interception.h > > b/lib/interception/interception.h > > index d50af35..1771d4e 100644 > > --- a/lib/interception/interception.h > > +++ b/lib/interception/interception.h > > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; > > typedef __sanitizer::sptr SSIZE_T; > > typedef __sanitizer::sptr PTRDIFF_T; > > typedef __sanitizer::s64 INTMAX_T; > > -typedef __sanitizer::OFF_T OFF_T; > > -typedef __sanitizer::OFF64_T OFF64_T; > > +//typedef __sanitizer::OFF_T OFF_T; > > +//typedef __sanitizer::OFF64_T...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...nterception/interception.h >>> > index d50af35..1771d4e 100644 >>> > --- a/lib/interception/interception.h >>> > +++ b/lib/interception/interception.h >>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>> > typedef __sanitizer::sptr SSIZE_T; >>> > typedef __sanitizer::sptr PTRDIFF_T; >>> > typedef __sanitizer::s64 INTMAX_T; >>> > -typedef __sanitizer::OFF_T OFF_T; >>> > -typedef __sanitizer::OFF64_T OFF64_T; >>> > +//typedef __sanitizer::OFF_T OFF_T; &...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...nterception/interception.h >>> > index d50af35..1771d4e 100644 >>> > --- a/lib/interception/interception.h >>> > +++ b/lib/interception/interception.h >>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>> > typedef __sanitizer::sptr SSIZE_T; >>> > typedef __sanitizer::sptr PTRDIFF_T; >>> > typedef __sanitizer::s64 INTMAX_T; >>> > -typedef __sanitizer::OFF_T OFF_T; >>> > -typedef __sanitizer::OFF64_T OFF64_T; >>> > +//typedef __sanitizer::OFF_T OFF_T; &...
2001 Feb 20
2
segfault
I've managed to trap the following segfault with xxgdb and gctorture() set. The segfault seems to move around if gctorture() is not set, but has now occurred twice in the same spot with it set. xxgdb gives the message Program received signal SIGSEGV, Segmentation fault. 0x71244 in RunGenCollect (size_needed=2) at memory.c:1027 and the source listing points to FORWARD_CHILDREN(s); in the
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...tion.h >>>> > index d50af35..1771d4e 100644 >>>> > --- a/lib/interception/interception.h >>>> > +++ b/lib/interception/interception.h >>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>>> > typedef __sanitizer::sptr SSIZE_T; >>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>> > typedef __sanitizer::s64 INTMAX_T; >>>> > -typedef __sanitizer::OFF_T OFF_T; >>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>> > +//typedef __sanitiz...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...gt;> > index d50af35..1771d4e 100644 >>>>> > --- a/lib/interception/interception.h >>>>> > +++ b/lib/interception/interception.h >>>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>>>> > typedef __sanitizer::sptr SSIZE_T; >>>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>>> > typedef __sanitizer::s64 INTMAX_T; >>>>> > -typedef __sanitizer::OFF_T OFF_T; >>>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>>> >...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...tion.h >>>> > index d50af35..1771d4e 100644 >>>> > --- a/lib/interception/interception.h >>>> > +++ b/lib/interception/interception.h >>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>>> > typedef __sanitizer::sptr SSIZE_T; >>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>> > typedef __sanitizer::s64 INTMAX_T; >>>> > -typedef __sanitizer::OFF_T OFF_T; >>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>> > +//typedef __sanitiz...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...ex d50af35..1771d4e 100644 >>>>>> > --- a/lib/interception/interception.h >>>>>> > +++ b/lib/interception/interception.h >>>>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>>>>> > typedef __sanitizer::sptr SSIZE_T; >>>>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>>>> > typedef __sanitizer::s64 INTMAX_T; >>>>>> > -typedef __sanitizer::OFF_T OFF_T; >>>>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>&g...
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
...d4e 100644 >>>>>>> > --- a/lib/interception/interception.h >>>>>>> > +++ b/lib/interception/interception.h >>>>>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >>>>>>> > typedef __sanitizer::sptr SSIZE_T; >>>>>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>>>>> > typedef __sanitizer::s64 INTMAX_T; >>>>>>> > -typedef __sanitizer::OFF_T OFF_T; >>>>>>> > -typedef __sanitizer::OFF64_T OFF...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...tizer_linux_libcdep.cc:244 "((*tls_addr + *tls_size)) <= ((*stk_addr + *stk_size))" (0xf0be3030, 0xf0be3000) ==21625==AddressSanitizer CHECK failed: /local/mnt/workspace/draco/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:126 "((allocated_end_ - allocated_current_ >= (sptr)size)) != (0)" (0x0, 0x0) #0 0x806c0e3 (/local/mnt/workspace/draco/out/release_stage2/projects/compiler-rt/lib/asan/tests/Asan-i386-Test+0x806c0e3) ==21625==AddressSanitizer CHECK failed: /local/mnt/workspace/draco/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:126 "((allocat...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...>>>>>> > --- a/lib/interception/interception.h > >>>>>>> > +++ b/lib/interception/interception.h > >>>>>>> > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; > >>>>>>> > typedef __sanitizer::sptr SSIZE_T; > >>>>>>> > typedef __sanitizer::sptr PTRDIFF_T; > >>>>>>> > typedef __sanitizer::s64 INTMAX_T; > >>>>>>> > -typedef __sanitizer::OFF_T OFF_T; > >>>>>>> > -typedef __sa...
2017 Aug 10
0
Independent Component Regression issue in R
Hello, I am trying to use independent component regression inside the caret package. I ran into the error message below. All entries in the formula are dataframe column names. Any help is appreciated. icrFit <- icr(AUV ~ SPTR + NDDUEAFE + RU20INTR + LBUSTRUU + LF98TRUU + SPTRMDCP,Test,n.comp = 6) Error in fastICA::fastICA(x[, method$ica, drop = FALSE], ...) : unused argument (weights = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to