Displaying 20 results from an estimated 41621 matches for "argument".
2007 Nov 15
0
4 commits - libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_frame.c | 14 ++
libswfdec/swfdec_as_frame_internal.h | 3
libswfdec/swfdec_as_function.c | 12 --
libswfdec/swfdec_as_interpret.c | 1
libswfdec/swfdec_asbroadcaster.c | 3
test/trace/arguments-5.swf |binary
test/trace/arguments-5.swf.trace | 82 +++++++++--------
test/trace/arguments-6.swf |binary
test/trace/arguments-6.swf.trace | 137 ++++++++++++++---------------
test/trace/arguments-7.swf |binary
test/trace/arguments-7.swf.trace | 137...
2013 Nov 06
1
Multiple String word replacements: Performance Issue
...D4\\b..."
Thus, those 'replacement vectors' are character vectors of length 1, each containing up to 800 words
**Main code:**
library("parallel")
library("stringr")
preprocessText<-function(x){
# Replace the 'html-and'
arguments<-list(pattern="\\&\\;",replacement="and",x=x, ignore.case=TRUE)
y<-do.call(gsub, arguments)
# Remove some special characters
arguments<-list(pattern="[^-[:alnum:]\\'\\:\\/\\$\\%\\.\\,\\+\\-\\#\\@\\_\\!\\?+[:space:]]",rep...
2013 Jan 07
2
Samba 4 on AIX with XLC
...rpc_printer.c
[2851/3655] Compiling source3/utils/net_rpc_shell.c
"../source3/utils/net_cache.c", line 87.56: 1506-226 (S) The ":" operator is not allowed between "char[1]" and "int".
"../source3/utils/net_cache.c", line 86.18: 1506-280 (W) Function argument assignment between types "const char*" and "int" is not allowed.
"../source3/utils/net_cache.c", line 96.35: 1506-280 (W) Function argument assignment between types "const char*" and "int" is not allowed.
"../source3/utils/net_cache.c", li...
2010 Jun 10
1
Re: Recognising an unrecognisable scanner
...ckends 1.0.20
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
searching for SCSI scanners:
checking /dev/scanner... failed to open (Invalid argument)
checking /dev/sg0... failed to open (Access to resource has been denied)
checking /dev/sg1... failed to open (Access to resource has been denied)
checking /dev/sg2... failed to open (Access to resource has been denied)
checking /dev/sg3... failed to open (Access to resource has been denied)
checki...
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
...multiqueue: a hodge podge of things
config: i386-allmodconfig (attached as .config)
All related error/warning messages are:
block/blk-core.c: In function ?attempt_plug_merge?:
block/blk-core.c:1253:9: error: ?struct request? has no member named ?q?
drivers/block/cpqarray.c:938:2: warning: passing argument 1 of ?blk_rq_map_sg? from incompatible pointer type [enabled by default]
include/linux/blkdev.h:845:12: note: expected ?struct request *? but argument is of type ?struct request_queue *?
drivers/block/cpqarray.c:938:2: warning: passing argument 2 of ?blk_rq_map_sg? from incompatible pointer type [e...
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
...multiqueue: a hodge podge of things
config: i386-allmodconfig (attached as .config)
All related error/warning messages are:
block/blk-core.c: In function ?attempt_plug_merge?:
block/blk-core.c:1253:9: error: ?struct request? has no member named ?q?
drivers/block/cpqarray.c:938:2: warning: passing argument 1 of ?blk_rq_map_sg? from incompatible pointer type [enabled by default]
include/linux/blkdev.h:845:12: note: expected ?struct request *? but argument is of type ?struct request_queue *?
drivers/block/cpqarray.c:938:2: warning: passing argument 2 of ?blk_rq_map_sg? from incompatible pointer type [e...
2003 Mar 13
0
Still warnings on Solaris 9 (sparc)
...ot;/usr/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using LIBS = -lsec -lgen -lsocket -lnsl -ldl
Warnings to follow
Compiling libsmb/clirap.c
"libsmb/clirap.c", line 114: warning: argument #9 is incompatible with prototype:
prototype: pointer to unsigned int : "libsmb/clirap.c", line 57
argument : pointer to int
"libsmb/clirap.c", line 114: warning: argument #11 is incompatible with prototype:
prototype: pointer to unsigned int : "libs...
2005 Nov 08
0
gcc4 noise
...es. Any volunteers
to de-noise the code a bit? The easy way is to insert typecasts; the
better way is to actually take care about signedness. -- Peter
gcc -I../include -O -Wall -Wsign-compare -c -o everups.o everups.c
everups.c: In function Code:
everups.c:38: warning: pointer targets in passing argument 2 of ser_get_char differ in signedness
everups.c: In function InitUpsType:
everups.c:49: warning: pointer targets in passing argument 2 of ser_get_char differ in signedness
everups.c: In function upsdrv_updateinfo:
everups.c:96: warning: pointer targets in passing argument 2 of ser_get_char differ...
2011 Jan 27
2
[LLVMdev] Question about compiling plugins for LLVM tools
When I load my plugin into opt or llc, I get a bunch of warnings:
llc: CommandLine Error: Argument 'use-unknown-locations' defined more than
once!
llc: CommandLine Error: Argument 'disable-debug-info-print' defined more
than once!
llc: CommandLine Error: Argument 'print-dbgscope' defined more than once!
llc: CommandLine Error: Argument 'disable-sched-hazard' defin...
2006 Apr 09
0
Realtime oracle compiling problem
...fig_oracle.c:53: warning: data definition has no type or storage
class
res_config_oracle.c: In function 'realtime_oracle':
res_config_oracle.c:109: warning: incompatible implicit declaration of
built-in function 'snprintf'
res_config_oracle.c:127: warning: pointer targets in passing argument 3
of 'checkerr' differ in signedness
res_config_oracle.c:129: warning: pointer targets in passing argument 3
of 'OCIStmtPrepare' differ in signedness
res_config_oracle.c:130: warning: pointer targets in passing argument 3
of 'checkerr' differ in signedness
res_config_oracle....
2014 Nov 27
2
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...ay to use
the power of `...` in more complex scenarios and I'm well aware that this
might not be the best approach ;-)
Regarding your actual question:
"Are you suggesting methods be dispatched based on the *contents* of ...
[...]?"
Yes, I guess currently I kind of do - but not on the argument *names*
I'm not expecting functions to detect the argument *names* from `...`, but
the relevant "argument containers" from which then the actual arguments
should be extracted and used:
I thought the *actual* arguments to be passed via `...` to subsequent
functions/methods could be...
2013 Jan 18
3
new errors in /var/log/messages since update to 5.9
since updating to 5.9 a little while ago I find a load of these in
/var/log/messages, which I've not seen before:
Jan 17 22:17:18 fcshome ntpd[4680]: sendto(216.230.228.211) (fd=22): Invalid argument
Jan 17 22:17:20 fcshome ntpd[4680]: sendto(199.4.29.166) (fd=22): Invalid argument
Jan 17 22:17:31 fcshome ntpd[4680]: sendto(129.70.132.37) (fd=22): Invalid argument
Jan 17 22:34:22 fcshome ntpd[4680]: sendto(216.230.228.211) (fd=22): Invalid argument
Jan 17 22:34:23 fcshome ntpd[4680]: sendto(199...
2013 May 26
2
[LLVMdev] Mixing noalias and regular arguments
...d this patch starred but hadn't got
around to it. Yes, the rationale and implementation are correct.
> (Is there a code owner for AA, btw?)
(It falls back on the more general code owner who is Chris Lattner in
this case, "Everything not covered by someone else".)
+/// isNoAliasArgument - Return true if this is an argument with the noalias
+/// attribute.
+bool isNoAliasArgument(const Value* V);
"const Value* V" should be "const Value *V".
+ // Arguments can't alias with noalias arguments
+ if ((isa<Argument>(O1) && isNoAliasArgument(O...
2009 Apr 02
2
actual argument matching does not conform to the definition (PR#13634)
Full_Name: Wacek Kusnierczyk
Version: 2.10.0 r48269
OS: Ubuntu 8.04 Linux 32 bit
Submission from: (NULL) (129.241.199.164)
In the following example (and many other cases):
quote(a=1)
# 1
the argument matching is apparently incorrect wrt. the documentation (The R
Language Definition, v 2.8.1, sec. 4.3.2, p. 23), which specifies the following
algorithm for argument matching:
1. Attempt to match named actual arguments to formal arguments exactly.
2. For the arguments remaining from step 1, attemp...
2018 May 09
0
Compiling 3.13.2 under FreeBSD 11.1?
...> https://review.gluster.org/19974
Will do -- thanks!
> Based on that gdb bt you can try applying this patch too
> https://review.gluster.org/19994
Tried it (both against 3.13.2 and 4.0.2), and now 'make' fails with:
make all-am
CC libglusterfs_la-dict.lo
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-command-line-argument]
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-command-line-argument]
CC libglusterfs_la-xlator.lo
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-c...
2003 Mar 26
0
Solaris 9 sparc, Forte C compile errors (2_2 branch)
...-DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using LIBS = -lsec -lgen -lsocket -lnsl -ldl
Compiling libsmb/clirap.c
"libsmb/clirap.c", line 114: warning: argument #9 is incompatible with prototype:
prototype: pointer to unsigned int : "libsmb/clirap.c", line 57
argument : pointer to int
"libsmb/clirap.c", line 114: warning: argument #11 is incompatible with prototype:
prototype: pointer to unsigned int : "libs...
2014 Nov 27
2
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
Dear List,
I'm currently investigating if the argument dispatch mechanism based on
`...` could somehow be "generalized" to scenarios that involve `r`
recipients located across `c` calling stack layers *and* combined with the
S4 method mechanism (for those interested see
http://stackoverflow.com/questions/26963900/generalizing-three-dots-argum...
2013 May 27
2
[LLVMdev] Mixing noalias and regular arguments
Kuperstein, Michael M wrote:
> Thanks Nick!
>
> Can you just check sanity before I commit?
> (Or suggest a better name for the function...)
Sure!
+static bool canNotAliasDiffArgument(const Value *V)
+{
+ return (isa<AllocaInst>(V) || isNoAliasCall(V) || isNoAliasArgument(V));
+}
Extra parens?
The name "canNotAliasDiffArgument" works, but it's named for what we
need the function to do in its sole caller. Thinking about what it does
without a specific cal...
2014 Nov 28
1
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
Well, the benefit lies in the ability to pass along arguments via `...` to
more than one recipient that use *identical argument names* and/or when
these recipients are not necessarily located on the same calling stack
layer.
I'm *not* after a *general* change in the way arguments are
dispatched/functions are called as I'm actually a big friend of ke...
2011 Feb 02
0
[LLVMdev] Question about compiling plugins for LLVM tools
On Thu, Jan 27, 2011 at 1:27 AM, Talin <viridia at gmail.com> wrote:
> When I load my plugin into opt or llc, I get a bunch of warnings:
>
> llc: CommandLine Error: Argument 'use-unknown-locations' defined more than
> once!
> llc: CommandLine Error: Argument 'disable-debug-info-print' defined more
> than once!
> llc: CommandLine Error: Argument 'print-dbgscope' defined more than once!
> llc: CommandLine Error: Argument 'disabl...