search for: setop

Displaying 5 results from an estimated 5 matches for "setop".

Did you mean: setopt
2008 Dec 02
0
Rcmd build problem: gcc.exe no input files (R.2.8.0 on Win XP)
...de: Trying to run 'rcmd build' on R.2.8.0 on Windows XP gives ... ---------- Making package gRbase ------------ adding build stamp to DESCRIPTION making DLL ... gcc -std=gnu99 -Ic:/Programs/R/current/include ------------------------------------ gcc.exe: no input files make[3]: *** [setops.o] Error 1 make[2]: *** [srcDynlib] Error 2 make[1]: *** [all] Error 2 make: *** [pkg-gRbase] Error 2 *** Installation of gRbase failed *** whereas running 'rcmd build' on R.2.7.1 I get ... ---------- Making package gRbase ------------ adding build stamp to DESCRIPTION making DLL ......
2009 Jul 24
9
getting extra characters with printf(copyin(a, b))
...ion where a DTrace script is printing out extra characters, despite the copyin() call giving a specific length. Can anyone think of why this might be? It''s fine the first time all of the probes fire, but on a second run of my generating operations, I get junk in there. For example: set setop length 5, FOUND KEY, STORED set setop length 5, FOUND KEY, STORED get setop, FOUND KEY get nothere, NOT FOUND add addop, NOT FOUND add addop, NOT FOUND set replaceop length 9, FOUND KEY, STORED replace replaceop, FOUND KEY set anumber length 7, FOUND KEY, STORED incr anumber, FOUND KEY, 101 decr an...
2020 Oct 09
2
Manipulating DAGs in TableGen
...er the TableGen DAG support would be more useful if you could manipulate DAGs a little more easily. Right now, you can: * Specify a DAG with (...) * Catenate DAGs with !con(). * Construct a DAG with !dag(). * Iterate over a DAG with !foreach(). * Get and set the DAG operator with !getop() and !setop(). What if you could also get and set a DAG's operands individually, by position or by $xxx name? Would that add enough power/convenience that you would build more interesting DAGs in TableGen, or is it just easier to do such building in the backends?
2020 Oct 11
2
Manipulating DAGs in TableGen
...x1, value1, index2, value2, ...) This bang operator creates a copy of the top-level dag node and then replaces the operator and/or operands with new values. Each replacement is specified by an index and a value. The new dag is produced. The two new bang operators replace !getop() and !setop(), which could be deprecated. 4. The !size operator will be extended to accept a DAG and produce the number of operands in it.
2015 Mar 20
7
Samba AD with external DNS server
Hallo, We have Samba4 (Sernet, Version4.1) on a Debian Wheezy server. There we try to use our Infoblox (It is our primary and secondary DNS server) as an external DNS server for the active directory on the samba4 server. It doesn?t matter which setup option (Samba_internal, bind_dlz, none) we use it doesn?t work. Harry