search for: type4

Displaying 15 results from an estimated 15 matches for "type4".

Did you mean: type
2006 Jan 10
1
extracting coefficients from lmer
...s: score ~ x * type Value Std.Error DF t-value p-value (Intercept) -0.0812834 0.2933314 294 -0.2771043 0.7819 x1 0.4143072 0.4180624 98 0.9910176 0.3241 type2 0.8509166 0.4084443 294 2.0833112 0.0381 type3 0.6691275 0.4024369 294 1.6626894 0.0974 type4 -0.7830413 0.4123851 294 -1.8988109 0.0586 x1:type2 1.0643239 0.6791126 294 1.5672274 0.1181 x1:type3 -0.7533085 0.5674532 294 -1.3275253 0.1854 x1:type4 -0.0549616 0.5777216 294 -0.0951351 0.9243 etc. However, there seems to be no route to extract the corresponding informatio...
2006 Jun 26
0
[klibc 37/43] x86_64 support for klibc
...(__syscall \ + : "=a" (__res) \ + : "0" (__NR_##name),"D" (arg1),"S" (arg2), \ + "d" (arg3) \ + : __syscall_clobber); \ +__syscall_return(type,__res); \ +} + +#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ +type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4) \ +{ \ +long __res; \ +register type4 __r10 asm("%r10") = arg4; \ +__asm__ volatile (__syscall \ + : "=a" (__res) \ + : "0" (__NR_##name),"D" (arg1),"S" (arg2), \ +...
2018 Jul 18
2
Why Clang is unpacking my StructType Function arguments
...re currently building an internal solution based on LLVM/Clang technologies which involves generating LLVM IR based on Bitcode generated by Clang from C codes. We have a C function which prototype looks like the following: typedef struct { int (*allocFunction)(void* x, void* y); void* YY; } Type4; int bar (Type1 *x, Type2 *y, Type3 *z, Type4 bar) When we compile this code uses Clang 6 into x86_64-apple-macos, the generated function in IR has the type: ; Function Attrs: noinline nounwind optnone ssp uwtable define i32 @bar(%struct.Type1*, %struct.Type2*, %struct.Type3*,i32 (i8*, i8*)...
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...\ + _retval = -1; \ + } \ + return (type)_retval; \ +} + +#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ +type \ +name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ +{ \ + register long _r8 asm ("r8"); \ + regi...
2017 Nov 07
2
Unable to upload printer drivers
Hai Manu, Well, i can say... Its not you.. I did the following as test. Startup 2 pc's X64 w7 + w10 Open printer manager tool and connect to the server. Steps done. Create a new printer in cups. => after 15 min, in both pc's the new printer is shown correctly. Test 1 and 2. samba 4.6.8 and 4.6.9 own packages. W7, setup/upload/delete of an HP LaserjetII driver ( a original
2006 Jun 26
0
[klibc 31/43] ppc support for klibc
...* Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* PowerPC seems to lack _syscall6() in its headers */ +/* This seems to work on both 32- and 64-bit ppc */ + +#ifndef _syscall6 + +#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ + type5,arg5,type6,arg6) \ +type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \ +{ \ + unsigned long __sc_ret, __sc_err; \ + { \ + re...
2006 Jun 26
0
[klibc 32/43] ppc64 support for klibc
...+++ b/usr/include/arch/ppc64/klibc/archsys.h @@ -0,0 +1,52 @@ +/* + * arch/ppc64/include/klibc/archsys.h + * + * Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +#ifndef _syscall6 + +#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ + type5,arg5,type6,arg6) \ +type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \ +{ \ + unsigned long __sc_ret, __sc_err; \ + { \ + re...
2005 Nov 10
0
Using multiple inputs with ajax.autocompleter
...;'_query''}); } </script> <select id="val"> <option value="type1">Type 1</option> <option value="type2">Type 2</option> <option value="type3">Type 3</option> <option value="type4">Type 4</option> <option value="type5">Type 5</option> </select> <input onfocus="ac(this);" /> <input onfocus="ac(this);" /> <input onfocus="ac(this);" /> <input onfocus="ac(this);&...
2014 Feb 22
0
Validates inclusion of include fails at plugin.
...-------------------------- MyModelPatch.rb, base.send(:remove_const, :TYPES) base._validators[:my_type].reject!{ |validator| validator if validator.is_a? ActiveModel::Validations::InclusionValidator } TYPES = { "type1" => 1 , "type2" => 2, "type3" => 3,"type4" => 4, "type5" => 5 }.freeze base.const_set('TYPES',TYPES) base.class_eval do validates_inclusion_of :my_type, :in => TYPES.keys end ---------------------------------------- In my View or Console, The MyModel::TYPES gives me the patched hash, But saving the patc...
2005 Feb 28
0
Re: R-help Digest, Vol 24, Issue 28
...# type is a data frame with 1 column [1] 1 > vtype <- unlist(type) # Extract the vector that is the one # data frame (list) element > vtype[1:4] # Try also length(vtype) type.type1 type.type2 type.type3 type.type4 "uphill" "other" "other" "relay" Your syntax (without the comma) does give a result, providing that the dimensions match (the condition must have the same number of elements as races2000 has columns), but it is probably not the result that you...
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
...ecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* S/390 only has five syscall parameters, and uses a structure for + 6-argument syscalls. */ + +#ifndef _syscall6 + +#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,\ + type4,arg4,type5,arg5,type6,arg6) \ +type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ + type5 arg5, type6 arg6) { \ + unsigned long __arg[6] = { \ + (unsigned long) arg1, \ + (unsigned long) arg2, \ + (unsigned long) arg3, \ + (un...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2006 May 11
0
[patch] klibc: merge s390 and s390x
...cture-specific syscall definitions - */ - -#ifndef _KLIBC_ARCHSYS_H -#define _KLIBC_ARCHSYS_H - -/* S/390X only has five syscall parameters, and uses a structure for - 6-argument syscalls. */ - -#ifndef _syscall6 - -#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,\ - type4,arg4,type5,arg5,type6,arg6) \ -type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ - type5 arg5, type6 arg6) { \ - unsigned long __arg[6] = { \ - (unsigned long) arg1, \ - (unsigned long) arg2, \ - (unsigned long) arg3, \ - (un...
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...cture-specific syscall definitions - */ - -#ifndef _KLIBC_ARCHSYS_H -#define _KLIBC_ARCHSYS_H - -/* S/390X only has five syscall parameters, and uses a structure for - 6-argument syscalls. */ - -#ifndef _syscall6 - -#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,\ - type4,arg4,type5,arg5,type6,arg6) \ -type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ - type5 arg5, type6 arg6) { \ - unsigned long __arg[6] = { \ - (unsigned long) arg1, \ - (unsigned long) arg2, \ - (unsigned long) arg3, \ - (un...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: