Displaying 5 results from an estimated 5 matches for "setoper".
Did you mean:
setopt
2008 Dec 02
0
Rcmd build problem: gcc.exe no input files (R.2.8.0 on Win XP)
Building a package using R.2.8.0 on Windows XP gives problems when compiling C code: 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
2009 Jul 24
9
getting extra characters with printf(copyin(a, b))
Hi,
I have a situation 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
2020 Oct 09
2
Manipulating DAGs in TableGen
I was wondering today whether 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
2020 Oct 11
2
Manipulating DAGs in TableGen
This is a proposal to enhance TableGen's ability to analyze and manipulate
DAGs. Hopefully this will allows more complex DAGs to be built in TableGen.
1. Add a new value suffix.
value(index)
The value must be a DAG. The index specifies the operator or an operand,
whose value is produced. The index can be
0 produce the operator
1...n produce operand by
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