Displaying 14 results from an estimated 14 matches for "tpu".
Did you mean:
cpu
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...rent than the one in the standard
header file.
-John
wb8tyw@qsl.network
Personal Opinion Only
PROJECT_ROOT:[rsync_vms.ZLIB]ADLER32.GDIFF;1
--- ref_zlib:adler32.c Thu May 7 01:19:41 1998
+++ lcl_zlib:adler32.c Sun Jan 6 08:43:46 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:adler32.tpu on
6-JAN-2002 08:43:46.62 OPENVMS_AXP */
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -29,7 +30,7 @@
if (buf == Z_NULL) retur...
2002 Jan 07
2
rsync-2.5.1 / popt patches
...aving a const qualifier on function return value is not legal.
It is legal to return a const pointer.
EAGLE> type lcl_popt:system_h.gdiff
--- ref_popt:system.h Fri Feb 23 19:32:22 2001
+++ lcl_popt:system.h Sun Jan 6 08:42:28 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_popt:system.tpu on
6-JAN-2002 08:42:28.07 OPENVMS_AXP */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -7,7 +8,7 @@
#include <fcntl.h>
#include <limits.h>
-#if HAVE_MCHECK_H
+#ifdef HAVE_MCHECK_H
#include <mcheck.h>
#endif
@@ -15,7 +16,7 @@...
2002 Jan 07
1
rsync-2.5.1 / socket.c - unititialized variable breaks build.
In socket.c, the variable error is unitilialzed.
Also the variable length should be an unsigned int.
EAGLE> type socket.gdiff
--- ref_src:socket.c Sat Jan 5 13:27:07 2002
+++ lcl_src:socket.c Sun Jan 6 08:40:51 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:socket.tpu on
6-JAN-20
02 08:40:51.01 OPENVMS_AXP */
/* -*- c-file-style: "linux" -*-
Copyright (C) 1992-2001 by Andrew Tridgell <tridge@samba.org>
@@ -105,7 +106,8 @@
bhints.ai_family = ai_family;
bhints.ai_socktype = ai_socktype;
bhi...
2002 Jan 13
1
rsynd-2.5.1 / batch.c patch
...he usage indicated either (void)
or (unsigned char) should be used.
-John
wb8tyw@qsl.network
Personal Opinion Only
EAGLE> type batch.gdiff
--- ref_src:batch.c Sat Jan 5 13:27:01 2002
+++ lcl_src:batch.c Sat Jan 12 21:21:52 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:BATCH.TPU on
12-JAN-2002 21:21:52.41 OPENVMS_AXP */
/* -*- c-file-style: "linux" -*-
Weiss 1/1999
@@ -22,7 +23,7 @@
struct file_list *batch_flist;
-void create_batch_file_ext()
+void create_batch_file_ext(void)
{
struct tm *timeptr;
time_t elap...
2002 Jan 07
0
rsync-2.5.1 / lib patches
...for getenv() does not match the one in stdlib.h.
-John
wb8tyw@qsl.network
Personal Opinion Only
PROJECT_ROOT:[rsync_vms.LIB]FNMATCH.GDIFF;1
--- ref_lib:fnmatch.c Sat Jan 29 05:35:04 2000
+++ lcl_lib:fnmatch.c Sun Jan 6 08:42:06 2002
@@ -1,4 +1,9 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_lib:fnmatch.tpu on
6-JAN-2
002 08:42:06.02 OPENVMS_AXP */
+#ifdef __VMS
+#include "rsync.h"
+#else
#include "../rsync.h"
+#endif
#ifndef HAVE_FNMATCH
/* ----- THE FOLLOWING UP TO 'END' is glibc-2.1.2 posix/fnmatch.c
@@ -128,7 +133,11 @@
whose names...
2002 Oct 04
2
Problem with construction (1-x)^(1-y) (PR#2103)
Hello!
I have any problem with construction (1-x)^(1-y) if y<1
> x=5
> y=.5
> (1-x)^(1-y)
[1] NaN
> (1-y)
[1] 0.5
> (1-x)^0.5
[1] NaN
> (1-x)
[1] -4
> -4^.5
[1] -2
Roma V. Kalaida
E-mail rss@rss.phtd.tpu.edu.ru
<<insert bug report here>>
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 1
minor = 5.1
year = 2002
month = 06
day = 17
language = R
Search Path:
.GlobalEnv...
2017 Jul 20
3
Issue with DAG legalization of brcond, setcc, xor
Hi,
I am having some issues with how some of the instructions are being
legalized.
So this is my intial basic block. The area of concern is the last three
instructions. I will pick and choose debug output to keep this small.
SelectionDAG has 36 nodes:
t0: ch = EntryToken
t6: i32,ch = CopyFromReg t0, Register:i32 %vreg507
t2: i32,ch = CopyFromReg t0, Register:i32 %vreg17
t4: i32 = or t2, Constant:i32<256>
t9: i32 = shl t4, Constant:i32<2>...
2017 Jul 21
4
Issue with DAG legalization of brcond, setcc, xor
...t;manatunga at gmail.com>
> wrote:
>
>> Hi,
>>
>> I am having some issues with how some of the instructions are being
>> legalized.
>> So this is my intial basic block. The area of concern is the last three
>> instructions. I will pick and choose debug output to keep this small.
>>
>> SelectionDAG has 36 nodes:
>> t0: ch = EntryToken
>> t6: i32,ch = CopyFromReg t0, Register:i32 %vreg507
>> t2: i32,ch = CopyFromReg t0, Register:i32 %vreg17
>> t4: i32 = or t2, Constant:i32<256&g...
2002 Jan 13
0
rsynd-2.5.1 / checksum.c patches
...being used
instead of what appears should be (unsigned char).
-John
wb8tyw@qsl.network
Personal Opinion Only
EAGLE> type checksum.gdiff
--- ref_src:checksum.c Sat Jan 5 13:27:01 2002
+++ lcl_src:checksum.c Sun Jan 6 22:41:06 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:CHECKSUM.TPU on
6-JAN-2002 22:41:06.45 OPENVMS_AXP */
/*
Copyright (C) Andrew Tridgell 1996
Copyright (C) Paul Mackerras 1996
@@ -30,7 +31,7 @@
a simple 32 bit checksum that can be upadted from either end
(inspired by Mark Adler's Adler-32 checksum)
*/
-ui...
2002 Feb 11
0
RSYNC 2.5.2 type mismatches in batch.c
...(char *) is being used as a type, when a generic structure is being passed.
(void *) appears to be what is needed.
EAGLE> type batch.gdiff
--- ref_src:batch.c Sat Feb 9 21:17:28 2002
+++ lcl_src:batch.c Sat Feb 9 23:09:27 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:BATCH.TPU on
9-FEB-2002 23:09:26.95 OPENVMS_AXP */
/* -*- c-file-style: "linux" -*-
Weiss 1/1999
@@ -22,7 +23,7 @@
struct file_list *batch_flist;
-void create_batch_file_ext()
+void create_batch_file_ext(void)
{
struct tm *timeptr;
time_t elaps...
2002 Jan 07
0
rsync-2.5.1 / updated syscall.c "const" patch
...ng on resovling the conflicts between
signed and unsigned values.
-John
wb8tyw@qsl.network
Personal Opinion Only
EAGLE> type syscall.gdiff
--- ref_src:syscall.c Sat Jan 5 13:27:07 2002
+++ lcl_src:syscall.c Sun Jan 6 23:12:41 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:syscall.tpu on
6-JAN-2
002 23:12:41.17 OPENVMS_AXP */
/*
Copyright (C) Andrew Tridgell 1998
@@ -28,22 +29,24 @@
#define CHECK_RO if (read_only || list_only) {errno = EROFS; return -1;}
-int do_unlink(char *fname)
+int do_unlink(const char *fname)
{
if (dry_run)...
2002 Jan 13
0
rsynd-2.5.1 / io.c patches
...eing used where the usage was actually an
(unsigned char).
const qualifiers were added to improve compile efficiency.
EAGLE> type io.gdiff
--- ref_src:io.c Sat Jan 5 13:27:04 2002
+++ lcl_src:io.c Sat Jan 12 18:29:18 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_SRC:IO.TPU on
12-JAN-2002 18:29:18.32 OPENVMS_AXP */
/* -*- c-file-style: "linux" -*-
Copyright (C) 1996-2001 by Andrew Tridgell
@@ -49,7 +50,7 @@
static int io_error_fd = -1;
-static void read_loop(int fd, char *buf, int len);
+static void read_loop(int fd, void *buf...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...1dedR at I)A`T2SEtH<Qz<dJ93o*jAp`t={*zkj#*
zbJ&)ho!zlz%a*>KJ9qli)6;`)+L7|Bz<B at uz1`c}dtzv4sCH&%#!5|1RhTI$DN2HY
zIX5?_W at l%WZQH)Gva-_v=6?gmojZ3LdU|?Jtz5ZMtyr-_c|0C{G{L|C2ms^9j~{yC
z{kCn}{6~)-t=qV9V_?~W0XAH at a^-w581w>&w6ru0L^Lp%82|v27^DID_U#+a4VIUe
zpDZaUX-SrSo}~if)vH%tpU>A$4`;1jy;=hy!C*Hr2Ux*?00 at dH8aM*P^85YGI44<v
zED0DNK76n*UcA^&t8T4Xvqn)M3;}@$i{>KC4gi7)HsKmR;<{V6ZZ+e&;^N|#WdR0U
zgASSzt5&VjV3>?xAWS#Gz(X at 2@_asabaXUt*svi$naBTIgK_WPy#`{27mQ#azzSvr
z1K`98{tTe-gG<mb at f`z_pP&Etx^?RU>({Rj<mBY|f2#lr_h at Zx{RfQTDJgC;VX?us
z%I...
2011 Aug 26
7
Odd behavior on Phenom II X6
...r a generic CentOS install, it gives a
Kernel panic and dies, the error says something about CPU0 and it
reboots after 5 seconds. If I try to install either XCP or XenServer,
I get simular issues. Has anyone had any experience with this CPU or
MOBO, or both? It has some switches on the board for TPU/EPU, though
even after reading on this link -
http://usa.asus.com/Motherboards/AMD_AM3Plus/M5A99X_EVO/#overview
I am unsure as to what they really do. I tested the drive and memory
in another system (Intel Core i3) and they work just fine, video card
is an ATI 512 meg low end PCI-e. I tried disab...