search for: 55,5

Displaying 20 results from an estimated 28 matches for "55,5".

Did you mean: 5,5
2013 Mar 13
2
How to read a *.csv file in R?
...e file in R I have nulled all empty fields and tried: date BRENT BRENTchg HWWI HWWIchg Jan. 86 22,5 NULL 68,1 -15,6 Feb.86 17 NULL 64,9 -21,6 Mar. 86 13,7 NULL 66,6 -19,5 Apr.86 12,3 NULL 63,6 -19,1 May 86 14 NULL 61,5 -20,9 June 86 11,8 NULL 59,8 -20,7 July 86 9,4 NULL 57,2 -19,3 Aug.86 13,2 NULL 55,5 -18,3 Sep.86 14,2 NULL 57,5 -15,1 Oct. 86 13,7 NULL 55,5 -14,1 Nov.86 14,4 NULL 54,9 -14,9 Dec. 86 15,7 NULL 52,9 -26,4 Jan. 87 18,3 -18,67 49,8 -26,87 Feb.87 17,3 1,76 49,9 -23,11 Mar. 87 17,8 29,93 49,7 -25,38 Apr.87 18 46,34 50,5 -20,6 May 87 18,6 32,86 52,3 -14,96 June 87 18,8 59,32 53,5 -10,...
2006 Feb 15
1
Bridge Calls with G()
...ge two outbound calls together. (have a program start a context, dial one party and then bridge another party) I thought that the G() flag in the dial application would work. I tried the the following test (continue down a dial plan). One station calls into a context ... in this case, dials '55' to start the extenion exten => 55,1,DBget(PHONE2=demo/phone2) exten => 55,2,Playback(/recordings/prompt01) exten => 55,3,Dial(${PHONE2},,rG(from-internal-custom, 55, 4)) exten => 55,4,Playback(/recordings/prompt02) exten => 55,5,Hangup() You would think that the two parties wo...
2020 Aug 18
0
[PATCH nbdkit 6/9] lib: Use replacement strategy for get_current_dir_name.
...mon/include/Makefile.am index 151c2ae4..a7d0d026 100644 --- a/common/include/Makefile.am +++ b/common/include/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = \ ascii-string.h \ byte-swapping.h \ exit-with-parent.h \ - get-current-dir-name.h \ isaligned.h \ ispowerof2.h \ iszero.h \ @@ -56,7 +55,6 @@ TESTS = \ test-ascii-ctype \ test-ascii-string \ test-byte-swapping \ - test-current-dir-name \ test-isaligned \ test-ispowerof2 \ test-iszero \ @@ -79,10 +77,6 @@ test_byte_swapping_SOURCES = test-byte-swapping.c byte-swapping.h test_byte_swapping_CPPFLAGS = -I$(srcdir) test_byt...
2014 Feb 26
3
error en ifelse
..." "y" "datmatriz" "1" "c.1" "T.stans" "54" "58" "59" "59" "muerto" 158 54 NA "2" "c.1" "T.stans" "57" "59" "61" "muerto" NA 155 53 NA "3" "c.1" "P.porphyria" "53" "78" "106" "119" "133" 156 53 NA "4" "c.1" "T.stans" "35" "36" "muerto" NA NA 158 57 NA "5" "c.1" "...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...rtual Function also has PCI Memory Space, which is used to map its own register set. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 1006...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...rtual Function also has PCI Memory Space, which is used to map its own register set. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 1006...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...rtual Function also has PCI Memory Space, which is used to map its own register set. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 1006...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...pport" + depends on PCI + select PCI_MSI + select PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copy...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...pport" + depends on PCI + select PCI_MSI + select PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copy...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...pport" + depends on PCI + select PCI_MSI + select PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copy...
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once during inspection, and
2020 Sep 15
0
[PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
...ha_pci_supported, .mmap = dma_common_mmap, .get_sgtable = dma_common_get_sgtable, + .alloc_pages = dma_common_alloc_pages, + .free_pages = dma_common_free_pages, }; EXPORT_SYMBOL(alpha_pci_ops); diff --git a/arch/arm/mm/dma-mapping-nommu.c b/arch/arm/mm/dma-mapping-nommu.c index 287ef898a55e11..43c6d66b6e733a 100644 --- a/arch/arm/mm/dma-mapping-nommu.c +++ b/arch/arm/mm/dma-mapping-nommu.c @@ -176,6 +176,8 @@ static void arm_nommu_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist const struct dma_map_ops arm_nommu_dma_ops = { .alloc = arm_nommu_dma_alloc, .free = ar...
2019 Aug 14
3
[libnbd PATCH 0/2] Drop generated file from git
Rich recently patched things to generate one man page per function rather than libnbd-api.3 (nice), but in doing so got stumped by a problem with a fresh git clone (automake fails for any 'include' directive that does not already exist). I've figured out how to hack around it, but the hack requires GNU make. We already use GNU make constructs elsewhere (such as $(wildcard)), but
2020 Aug 19
0
[PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
...ha_pci_supported, .mmap = dma_common_mmap, .get_sgtable = dma_common_get_sgtable, + .alloc_pages = dma_common_alloc_pages, + .free_pages = dma_common_free_pages, }; EXPORT_SYMBOL(alpha_pci_ops); diff --git a/arch/arm/mm/dma-mapping-nommu.c b/arch/arm/mm/dma-mapping-nommu.c index 287ef898a55e11..43c6d66b6e733a 100644 --- a/arch/arm/mm/dma-mapping-nommu.c +++ b/arch/arm/mm/dma-mapping-nommu.c @@ -176,6 +176,8 @@ static void arm_nommu_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist const struct dma_map_ops arm_nommu_dma_ops = { .alloc = arm_nommu_dma_alloc, .free = ar...
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...Index: linux-2.6.16-rc6/include/linux/kernel_stat.h =================================================================== --- linux-2.6.16-rc6.orig/include/linux/kernel_stat.h 2006-01-02 19:21:10.000000000 -0800 +++ linux-2.6.16-rc6/include/linux/kernel_stat.h 2006-03-12 19:57:48.000000000 -0800 @@ -55,5 +55,6 @@ static inline int kstat_irqs(int irq) extern void account_user_time(struct task_struct *, cputime_t); extern void account_system_time(struct task_struct *, int, cputime_t); extern void account_steal_time(struct task_struct *, cputime_t); +extern void account_cpu_steal_time(cputime_t);...
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...Index: linux-2.6.16-rc6/include/linux/kernel_stat.h =================================================================== --- linux-2.6.16-rc6.orig/include/linux/kernel_stat.h 2006-01-02 19:21:10.000000000 -0800 +++ linux-2.6.16-rc6/include/linux/kernel_stat.h 2006-03-12 19:57:48.000000000 -0800 @@ -55,5 +55,6 @@ static inline int kstat_irqs(int irq) extern void account_user_time(struct task_struct *, cputime_t); extern void account_system_time(struct task_struct *, int, cputime_t); extern void account_steal_time(struct task_struct *, cputime_t); +extern void account_cpu_steal_time(cputime_t);...
2015 Apr 23
2
cálculo de distancias
...0" 12 22 61 0.177205460616549 0.475 "11" 7 36 79 0.13854423602331 0.42 "12" 8 40 79 0.331830724035422 0.65 "13" 8 40 79 0.0962112750161874 0.35 "14" 11 39 60 0.950331777710913 1.1 "15" 14 40 40 1.65129963854314 1.45 "16" 7 39 42 0.180955736846772 0.48 "17" 12 35 40 1.43138815279185 1.35 "18" 11 38 56 0.6647610054996 0.92 "19" 12 31 60 0.1661902513749 0.46 "20" 12 25 22 1.13097335529233 1.2 "21" 11 37 29 0.241922269280499 0.555 "22" 14 40 14 0.933131557932508 1.09 "23&...
2008 Oct 21
16
[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Major changes between v4 -> v5: 1, remove interfaces for PF driver to create sysfs entries (Matthew
2008 Oct 21
16
[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Major changes between v4 -> v5: 1, remove interfaces for PF driver to create sysfs entries (Matthew
2008 Oct 22
20
[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Changes from v5 to v6: 1, update ABI document to include SR-IOV sysfs entries (Greg KH) 2, fix two coding