search for: _v

Displaying 20 results from an estimated 111 matches for "_v".

Did you mean: _vq
2006 Jun 02
1
Compilation on PPC/bigendian machine
...attach the diff-file of my changes here. Regards, Christian ---------- cut here ------------------------------------- --- syslinux-3.11/libfat/ulint.h 2004-12-20 05:57:44.000000000 +0100 +++ syslinux-3.11-new/libfat/ulint.h 2006-06-02 20:45:47.350219424 +0200 @@ -79,35 +79,37 @@ { uint16_t _v; - _v = p[0]; - _v |= p[1] << 8; + _v = ((const uint8_t *)_p)[0]; + _v |= ((const uint8_t *)_p)[1] << 8; return _v; } static inline void write16(le16_t *_p, uint16_t _v) { - _p[0] = _v & 0xFF; - _p[1] = (_v >> 8) & 0xFF; + ((uint8_t *)_p)[0] = _v & 0xFF; +...
2019 Sep 06
0
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
...nux-gcc (GCC) 7.4.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout b1b0d638e6f93b91cf34585350bb00035d066989 # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp at intel.com> All warnings (new ones prefixed by >>): In file included from arch/ia64/include/asm/ptrace.h:46:0, from arch/ia64/include/asm/proc...
2012 Feb 14
2
save objects of own function to workspace
...Var]<-paste(Var,"_m",sep="") mz_int<-merge(mz,Dg_a,by=c("asbhh","bpkzm"),all.x=T) colnames(Dg_a)[colnames(Dg_a)=="bpkzm"]<-"bpkzv" colnames(Dg_a)[colnames(Dg_a)==paste(Var,"_m",sep="")]<-paste(Var,"_v",sep="") mz_int<-merge(mz_int,Dg_a,by=c("asbhh","bpkzv"),all.x=T) mz_int <- mz_int[order(mz_int$asbhh,mz_int$apkz),c(colnames(mz),paste(Var,"_m",sep=""),paste(Var,"_v",sep=""))] } My problem is that the objects a...
2010 May 01
4
Civ4 on Ubuntu doesn't work anymore after upgrade
...o downgrade Wine (now 1.1.42), and if so, how do I do that ? Thanks for any help, I NEED to play !!! And I don't want to reboot on Window$ :-( \bye -- Nicolas FRANCOIS | /\ http://nicolas.francois.free.fr | |__| X--/\\ We are the Micro$oft. _\_V Resistance is futile. You will be assimilated. darthvader penguin
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks, Here's a new spin of the pvops64 patch series. We didn't get that many comments from the last time, so it should be probably almost ready to get in. Heya! >From the last version, the most notable changes are: * consolidation of system.h, merging jeremy's comments about ordering concerns * consolidation of smp functions that goes through smp_ops. They're sharing
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks, Here's a new spin of the pvops64 patch series. We didn't get that many comments from the last time, so it should be probably almost ready to get in. Heya! >From the last version, the most notable changes are: * consolidation of system.h, merging jeremy's comments about ordering concerns * consolidation of smp functions that goes through smp_ops. They're sharing
2006 Oct 11
6
Indexing problem 10.9/10.10
...he indexer process has already gone through 1 M. Additionally, if I search, I don''t get results past an even smaller number of docs (22k) . I''ve tried the two latest ferret releases. Does this listing of the index directory look right? -rw------- 1 blee blee 3.8M Oct 10 17:06 _v.fdt -rw------- 1 blee blee 51K Oct 10 17:06 _v.fdx -rw------- 1 blee blee 12M Oct 10 16:49 _u.cfs -rw------- 1 blee blee 97 Oct 10 16:49 fields -rw------- 1 blee blee 78 Oct 10 16:49 segments -rw------- 1 blee blee 11M Oct 10 16:23 _t.cfs -rw------- 1 blee blee 11M Oct 10 15:56 _s.cf...
2020 Jul 16
0
[PATCH vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
...e/resources.c:79:6: warning: unused variable 'out' [-Wunused-variable] 79 | u32 out[MLX5_ST_SZ_DW(destroy_uctx_out)] = {}; | ^~~ drivers/vdpa/mlx5/core/resources.c: At top level: drivers/vdpa/mlx5/core/resources.c:184:5: warning: no previous prototype for 'mlx5_vdpa_create_mkey' [-Wmissing-prototypes] 184 | int mlx5_vdpa_create_mkey(struct mlx5_vdpa_dev *mvdev, struct mlx5_core_mkey *mkey, u32 *in, | ^~~~~~~~~~~~~~~~~~~~~ In file included from <command-line>: drivers/vdpa/mlx5/core/resources.c: In function 'mlx5_vdpa_cr...
2004 Dec 22
15
OpenVPN and DNAT
Hello Tom and all, Quick question: Is it possible to operate an OpenVPN server from behind a firewall? Is it as simple as setting it up and placing: DNAT net loc:192.168.10.20 udp 5000 - ipaddress -- Paul Slinski -o) Network Administrator /\ Global IQX, Inc. _\_v Global IQX is the leader in integrated e-business automation solutions for the group life and health insurance industry. We provide web based solutions for quoting, procurement, distribution and enrollment both on a SEMCI and private labeled basis. The information transmitted is intended only for...
2015 Feb 06
3
[LLVMdev] [cfe-dev] [3.6 Release] Release Candidate 2 available
Hi all, I would really like to get a patch into 3.6 for libc++. The patch renames template parameters with the names '_A' and '_V' to longer names. '_A' is frequently defined in ctypes.h and that could cause libc++ to not compile. I'm fairly sure the code was added between 3.5 and 3.6 so that would make this a regression. The patch can be found here: http://reviews.llvm.org/rL228353. I've attached a patch...
2004 Aug 06
3
livestreams, anyone have good success ?
buggz wrote: > Oct 20 10:30:43 buggz1 kernel: Sound: Recording overrun > Oct 20 10:31:14 buggz1 last message repeated 345 times > Oct 20 10:32:11 buggz1 last message repeated 601 times > > Anyway to correct this ? yes, your system is too slow, and can not keep up with the sound card input. are you running darkice as root? what is the system load when you run darkice or liveice?
2004 Aug 06
2
livestreams, anyone have good success ?
...ystem is too slow, and can not keep up with the sound card > > input. are you running darkice as root? what is the system load when you > > run darkice or liveice? > > > -- > Ed June -o) > /\ > buggz at america dot net _\_v > Linux: An open choice for free people worldwide. > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containin...
2011 Jun 21
13
VM disk I/O limit patch
...mode; + struct xenbus_watch rate_watch; + int have_rate_watch; }; blkif_t *blkif_alloc(domid_t domid); diff -urNp blkback/vbd.c blkback-qos/vbd.c --- blkback/vbd.c 2010-05-20 18:07:00.000000000 +0800 +++ blkback-qos/vbd.c 2011-06-22 07:34:50.000000000 +0800 @@ -35,6 +35,11 @@ #define vbd_sz(_v) ((_v)->bdev->bd_part ? \ (_v)->bdev->bd_part->nr_sects : get_capacity((_v)->bdev->bd_disk)) +#undef DPRINTK +#define DPRINTK(fmt, args...) \ + printk("blkback/vbd (%s:%d) " fmt ".\n", \ + __FUNCTION__, __LINE__, ##args) + unsigned long long v...
2011 Jun 21
13
VM disk I/O limit patch
...mode; + struct xenbus_watch rate_watch; + int have_rate_watch; }; blkif_t *blkif_alloc(domid_t domid); diff -urNp blkback/vbd.c blkback-qos/vbd.c --- blkback/vbd.c 2010-05-20 18:07:00.000000000 +0800 +++ blkback-qos/vbd.c 2011-06-22 07:34:50.000000000 +0800 @@ -35,6 +35,11 @@ #define vbd_sz(_v) ((_v)->bdev->bd_part ? \ (_v)->bdev->bd_part->nr_sects : get_capacity((_v)->bdev->bd_disk)) +#undef DPRINTK +#define DPRINTK(fmt, args...) \ + printk("blkback/vbd (%s:%d) " fmt ".\n", \ + __FUNCTION__, __LINE__, ##args) + unsigned long long v...
2007 May 14
0
[PATCH] x86: replace some intpte_t * casts
...b_ptr), _ol3e, _nl3e); BUG_ON(_pl3e != _ol3e); } @@ -1316,7 +1316,7 @@ static inline int update_intpte(intpte_t /* Macro that wraps the appropriate type-changes around update_intpte(). * Arguments are: type, ptr, old, new, mfn, vcpu */ #define UPDATE_ENTRY(_t,_p,_o,_n,_m,_v) \ - update_intpte((intpte_t *)(_p), \ + update_intpte(&_t ## e_get_intpte(*(_p)), \ _t ## e_get_intpte(_o), _t ## e_get_intpte(_n), \ (_m), (_v)) @@ -2498,7 +2498,7...
2006 Feb 13
1
Problem with overloading add type casts of numeric strings in PHP bindings
...e check for a number if implemented as IS_STRING in the sence of a numeric string which effectivly prevents the application from reaching the next section which checks for IS_STRING in the sence of a term and executes the intended overload. The solution would be to change the integer test from _v = (Z_TYPE_PP(argv[1]) == IS_LONG || Z_TYPE_PP(argv[1]) == IS_DOUBLE || Z_TYPE_PP(argv[1]) == IS_STRING) ? 1 : 0; to _v = (Z_TYPE_PP(argv[1]) == IS_LONG || Z_TYPE_PP(argv[1]) == IS_DOUBLE) ? 1 : 0; Thus forcing the user to typecast his parameters when in doubt (PHP does support casts), bef...
2013 Sep 06
4
About de Bruijn sequences in bitmath.h
...ow that it's faster to use the following code in FLAC__bitmath_ilog2_wide(): static const unsigned char DEBRUIJN_IDX32[32]={ 0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8, 31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9 }; FLAC__uint32 v; int m; m=(_v>0xFFFFFFFFU)<<5; v=(FLAC__uint32)(_v>>m); v|=v>>1; v|=v>>2; v|=v>>4; v|=v>>8; v|=v>>16; v=(v>>1)+1; return m+DEBRUIJN_IDX32[v*0x77CB531U>>27&0x1F];
2020 Jul 16
0
[PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
...p, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) | ^~~~~~~~~~~~~~~~~ include/linux/mlx5/device.h:78:10: note: in expansion of macro '__mlx5_dw_mask' 78 | (~__mlx5_dw_mask(typ, fld))) | (((_v) & __mlx5_mask(typ, fld)) \ | ^~~~~~~~~~~~~~ drivers/vdpa/mlx5/core/mr.c:194:2: note: in expansion of macro 'MLX5_SET' 194 | MLX5_SET(create_mkey_in, in, uid, mvdev->res.uid); | ^~~~~~~~ include/linux/compiler_types.h:135:35: error: 'struct...
2010 Jun 25
2
Civ 4 patch help?
Hello. I'm following the instructions on how to install Civ 4 on my Ubuntu system. I've had it working perfectly in the past, but this time I come to a stop every time I try to patch to 1.74. The patch installer doesn't recognise that I have an existing installation of Civ on my system. Sorry to be a pain in the arse, but I can't remember if this happened before and if it did how
2002 Feb 21
2
[permissions] smbpasswd vs passwd
...cal/samba/bin/smbpasswd -r-s--x--x 1 root root 12244 Feb 7 2000 /usr/bin/passwd Is there a reason why the perms are not the same ? TIA -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com