search for: intset

Displaying 8 results from an estimated 8 matches for "intset".

Did you mean: inset
2018 Aug 14
0
[PATCH] v2v: Verify that ’source.s_disks.s_disk_id‘s are all unique.
--- v2v/v2v.ml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/v2v/v2v.ml b/v2v/v2v.ml index 09bc4f37d..1775200d3 100644 --- a/v2v/v2v.ml +++ b/v2v/v2v.ml @@ -31,6 +31,7 @@ open Utils open Cmdline module G = Guestfs +module IntSet = Set.Make(struct let compare = compare type t = int end) (* Conversion mode, either normal (copying) or [--in-place]. *) type conversion_mode = @@ -234,10 +235,15 @@ and open_source cmdline input = if source.s_disks = [] then error (f_"source has no hard disks!"); - List.i...
2014 Jan 28
2
[LLVMdev] Weird msan problem
...sempty248 () #5 0x00007f417c163e3d in jl_apply (f=0x606000984d60, f at entry=<optimized out>, args=0x7fff9132da20, args at entry=<optimized out>, nargs=1, nargs at entry=<optimized out>) at ./julia.h:1043 (here's the code of that julia function for reference) isempty(s::IntSet) = !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, Uint64, Uint64), s.bits, 0, s.limit)==0 Looking at where that value is coming from: (gdb) f 5 #5 0x00007f417c163e3d in jl_apply (f=0x606000984d60, f at entry=<optimized out>, args=0x7fff9132da20, args at entry=<opt...
2014 Jan 28
2
[LLVMdev] Weird msan problem
...x606000984d60, f at entry=<optimized >> out>, args=0x7fff9132da20, args at entry=<optimized out>, nargs=1, >> nargs at entry=<optimized out>) at ./julia.h:1043 >> >> (here's the code of that julia function for reference) >> >> isempty(s::IntSet) = >> !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, Uint64, >> Uint64), s.bits, 0, s.limit)==0 >> >> Looking at where that value is coming from: >> >> (gdb) f 5 >> #5 0x00007f417c163e3d in jl_apply (f=0x606000984d60, f at entry=<...
2014 Feb 01
2
[LLVMdev] Weird msan problem
...gt; out>, args=0x7fff9132da20, args at entry=<optimized out>, nargs=1, >> >> nargs at entry=<optimized out>) at ./julia.h:1043 >> >> >> >> (here's the code of that julia function for reference) >> >> >> >> isempty(s::IntSet) = >> >> !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, Uint64, >> >> Uint64), s.bits, 0, s.limit)==0 >> >> >> >> Looking at where that value is coming from: >> >> >> >> (gdb) f 5 >> >> #5 0x...
2014 Feb 02
2
[LLVMdev] Weird msan problem
...t entry=<optimized out>, nargs=1, >>>> >> nargs at entry=<optimized out>) at ./julia.h:1043 >>>> >> >>>> >> (here's the code of that julia function for reference) >>>> >> >>>> >> isempty(s::IntSet) = >>>> >> !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, Uint64, >>>> >> Uint64), s.bits, 0, s.limit)==0 >>>> >> >>>> >> Looking at where that value is coming from: >>>> >> >>>...
2014 Feb 03
2
[LLVMdev] Weird msan problem
...gt; >>>> >> nargs at entry=<optimized out>) at ./julia.h:1043 >> >>>> >> >> >>>> >> (here's the code of that julia function for reference) >> >>>> >> >> >>>> >> isempty(s::IntSet) = >> >>>> >> !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, >> >>>> >> Uint64, >> >>>> >> Uint64), s.bits, 0, s.limit)==0 >> >>>> >> >> >>>> >> Looking at...
2014 Feb 05
2
[LLVMdev] Weird msan problem
...rgs at entry=<optimized out>) at ./julia.h:1043 >> >> >>>> >> >> >> >>>> >> (here's the code of that julia function for reference) >> >> >>>> >> >> >> >>>> >> isempty(s::IntSet) = >> >> >>>> >> !s.fill1s && ccall(:bitvector_any1, Uint32, (Ptr{Uint32}, >> >> >>>> >> Uint64, >> >> >>>> >> Uint64), s.bits, 0, s.limit)==0 >> >> >>>> >> >> &...
2014 Feb 07
2
[LLVMdev] Weird msan problem
...at ./julia.h:1043 > >>> >> >>>> >> > >>> >> >>>> >> (here's the code of that julia function for reference) > >>> >> >>>> >> > >>> >> >>>> >> isempty(s::IntSet) = > >>> >> >>>> >> !s.fill1s && ccall(:bitvector_any1, Uint32, > (Ptr{Uint32}, > >>> >> >>>> >> Uint64, > >>> >> >>>> >> Uint64), s.bits, 0, s.limit)==0 > >>> >...