search for: bbp

Displaying 20 results from an estimated 23 matches for "bbp".

Did you mean: bb
2008 Feb 19
2
[LLVMdev] Problem with variable argument intrinsics
...Type**)calloc(extTys.size(),sizeof(Type*)); /* extTys vector contains data types(pointers) of formal parameters of the function "f" */ int i=0; for(vector<const Type*>::iterator it=extTys.begin(),e=extTys.end();it!=e;it++) {Tys[i++]=*it;} extTys.clear(); Module *M = bbp->getParent()->getParent(); Function *f = Intrinsic::getDeclaration(M,Intrinsic::migrate_begin,Tys,i); /* migrate_begin intrinsic creation */ CallInst* CI = new CallInst(f,"migrate_begin",bbp); /*bbp is pointer to basic block where intrinsic is to be inserted*/ //Errors: Ove...
2008 Mar 04
0
[LLVMdev] Deleting Instructions after Intrinsic Creation
...i1( i32 %migrate_begin ) ; <i1> [#uses=1] br i1 %migrate_end1, label %bb.i, label %bb10.i ------------------------------------------------------------------------------------------------------------- Section of code used to delete instructions: for(BasicBlock::iterator i= bbp->getFirstNonPHI(),ie=bbp->end();i!=ie;++i){ if(!((i->isTerminator()) || (isa<CallInst>(i)))) {i->dropAllReferences(); } } for(BasicBlock::iterator bi= bbp->getFirstNonPHI(),ie=bbp->end();bi!=ie;++bi){ if((*bi).getNumOperands()==0) {(*bi).eraseFromParent();} } -------...
2008 Feb 12
0
[LLVMdev] Inrinsic Creation Problem
...*Tys=(const Type**)calloc(extTys.size(),sizeof(Type*)); /* extTys vector contains data types(pointers) of formal parameters of the function "f" */ int i=0; for(vector<const Type*>::iterator it=extTys.begin(),e=extTys.end();it!=e;it++) {Tys[i++]=*it;} extTys.clear(); Module *M = bbp->getParent()->getParent(); Function *f = Intrinsic::getDeclaration(M,Intrinsic::migrate_begin,Tys,i); /* migrate_begin intrinsic creation */ CallInst* CI = new CallInst(f,bbp); /*bbp is pointer to basic block where intrinsic is to be inserted*/ Errors: /work/aditya/llvm-2.1/Debug/bin/op...
2008 Mar 04
1
[LLVMdev] Deleting Instructions after Intrinsic Creation
....i1( i32 %migrate_begin ) ; <i1> [#uses=1] br i1 %migrate_end1, label %bb.i, label %bb10.i ------------------------------------------------------------------------------------------------------------- Section of code used to delete instructions: for(BasicBlock::iterator i= bbp->getFirstNonPHI(),ie=bbp->end();i!=ie;++i){ if(!((i->isTerminator()) || (isa<CallInst>(i)))) {i->dropAllReferences();} } for(BasicBlock::iterator bi= bbp->getFirstNonPHI(),ie=bbp->end();bi!=ie;++bi){ if((*bi).getNumOperands()==0) {(*bi).eraseFromParent();} } ----------...
2015 Jan 13
3
CentOS 6.6 64-bit won't install on a 3 TB disk
> I'm having an issue getting a C6.6 install to work on a 3 TB dual hard >drive system, raid 0. I'm hoping that someone here can help. 1: Is this system booting UEFI or BIOS? 2: Is the disk partitioned with MBR or GPT? 3: Is /boot on its own partition? 3TB drives are larger than MBR and BIOS properly support, so they're only really expected to work on a system partitioned with
2002 Sep 11
2
[Bug 394] SSH 2 MAC Error Caused By OpenSSH?
http://bugzilla.mindrot.org/show_bug.cgi?id=394 ------- Additional Comments From markus at openbsd.org 2002-09-11 22:52 ------- openssh does not have the bug described in http://www.tartarus.org/~owen/putty-docs/AppendixA.html#A.6 what do you see? what ciphers are used? what hmac? what does sshd -ddd say when a client connects? do you have more information? ------- You are receiving
2009 Jan 12
2
bwi: no DS tssi no OFDM tssi
...on pci0 isa0: <ISA bus> on isab0 pci0: <simple comms, generic modem> at device 8.0 (no driver attached) bwi0: <Broadcom BCM4306v1 802.11 Wireless Lan> mem 0xd0004000-0xd0005fff irq 9 at device 9.0 on pci0 bwi0: [ITHREAD] bwi0: regwin: chipcommon (0x800), rev 2, vendor 0x4243 bwi0: BBP: id 0x4306, rev 0x2, pkg 0 bwi0: nregwin 6, cap 0x0000002a bwi0: regwin: 802.11 MAC (0x812), rev 4, vendor 0x4243 bwi0: has TX stats bwi0: MAC: rev 4 bwi0: regwin: pcmcia (0x80d), rev 1, vendor 0x4243 bwi0: regwin: v90 codec (0x807), rev 1, vendor 0x4243 bwi0: regwin: pci (0x804), rev 7, vendor 0x4...
2005 Feb 13
6
Who makes these phones?
Message: 1 Date: Mon, 14 Feb 2005 09:53:36 +1100 From: "PHP Mechanic" <oliver.bode@phpmechanic.com> Subject: [Asterisk-Users] Who makes these phones? To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed;
2010 Jun 18
1
12th Root of a Square (Transition) Matrix
..., "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"), c("AAA", "AAp", "AA", "AAm", "Ap", "A", "Am", "BBBp", "BBB", "BBBm", "BBp", "BB", "BBm", "Bp", "B", "Bm", "CCC.to.C", "D"))) ------ BEGIN PASTE ------ # create a matrix of eigenvectors of the transition matrix X <- eigen(trans_matrix)$vecto...
2015 Jan 13
0
CentOS 6.6 64-bit won't install on a 3 TB disk
...tor boundary. Tue Jan 13 12:55:21 EST 2015 P308771:~ # parted -l Model: ATA WDC WD30EFRX-68E (scsi) Disk /dev/sda: 3001GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start End Size File system Name Flags 1 1049kB 2097kB 1049kB bbp bios_grub 2 2097kB 1002MB 1000MB ext3 primary 3 1002MB 5002MB 3999MB linux-swap(v1) primary 4 5002MB 3001GB 2996GB ext4 primary > booting via UEFI. And in that case, /boot and /boot/efi need to be > individual partitions. > --...
2006 Nov 04
1
Message could not be delivered
The message was not delivered due to the following reason(s): Your message could not be delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely there is a network problem that prevented delivery, but it is also possible that the computer is
2008 Feb 20
1
[LLVMdev] Invalid intrinsic name error
...as follows: const Type **Tys=(const Type**)calloc(extTys.size(),sizeof(Type*)); /*extTys vector contains function type of the function "f" */ int i=0; for(vector<const Type*>::iterator it=extTys.begin(),e=extTys.end();it!=e;it++) {Tys[i++]=*it;} extTys.clear(); Module *M = bbp->getParent()->getParent(); Function *f = Intrinsic::getDeclaration(M,Intrinsic::migrate_begin,Tys,i); /* migrate_begin intrinsic creation */ CallInst* CI = new CallInst(f,"migrate_begin"); //Error: NAME:llvm.migrate_begin.i32 opt: Function.cpp:293: unsigned int llvm::Functi...
2008 Feb 19
0
[LLVMdev] Problem with variable argument intrinsics
On Feb 19, 2008, at 1:11 AM, aditya vishnubhotla wrote: > Hi, > I tried creating variable argument intrinsics which > are to be placeholders for some instructions which > should not be executed by the backend. > > Kindly help me with the errors in my "migrate_begin" > intrinsic creation > > //Additions made to Intrinsics.td file: > > def
2008 Jan 21
4
Can't change paramName with InPlaceCollectionEditor
Hi all, I use prototype v1.5 and script.aculo.us controls v1.7.0 I did this simple code : --------------------------------------------------------------------------------------------------- new Ajax.Request("myPageSel.asp", { method: "get", parameters: {r:$el.id}, onSuccess: function(xhr) { new Ajax.InPlaceCollectionEditor($el.id, ''myPageMaj.asp'', {
2011 Jan 05
3
Multiple LUN support
I have Centos 5.2 and am trying to set up my first tape loader, a Quantum SuperLoader 3. My "cat /proc/scsi/scsi" outputs the following: Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: transtec Model: PV610F16R1C Rev: 373I Type: Direct-Access ANSI SCSI revision: 05 Host: scsi1 Channel: 00 Id: 01 Lun: 00 Vendor: HP Model: Ultrium
2012 May 01
8
VGABIOS patches
Couple of patches to fix an overflow, optimize a bit and support bigger resolutions using Windows 8.
2013 Jul 30
0
Fwd: nut package with Riello UPS support
...ppi0 at isa0 port 0x61 spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 mtrr: Pentium Pro MTRR support uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 rum0 at uhub2 port 3 "Ralink 802.11 bg WLAN" rev 2.00/0.01 addr 3 rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, address 00:24:21:8b:7b:aa uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (acd65066376089a0.a) swap on sd0b dump on sd0b...
2013 Jul 29
3
nut package with Riello UPS support
Thanks for you reply. I have installed asciidoc with "pkg_add asciidoc" And it returns something: # asciidoc fgh asciidoc: FAILED: input file /root/nut/fgh missing # which asciidoc /usr/local/bin/asciidoc Maybe there is any way to skip building man pages. This is not the such main thing as a new devices support. I also could built the driver that I need # make riello_ser but I don't
2008 May 07
0
Kernel panic - em0 culprit?
...1 ahc0: <Adaptec 2940 Ultra SCSI adapter> port 0xb400-0xb4ff mem 0xe1042000-0xe1042fff irq 19 at device 11.0 on pci0 ahc0: [ITHREAD] aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs ral0: <Ralink Technology RT2560> mem 0xe1040000-0xe1041fff irq 17 at device 13.0 on pci0 ral0: MAC/BBP RT2560 (rev 0x04), RF RT2525 ral0: Ethernet address: 00:11:50:14:b7:66 ral0: [ITHREAD] atapci0: <VIA 6420 SATA150 controller> port 0xb800-0xb807,0xbc00-0xbc03,0xc000-0xc007,0xc400-0xc403,0xc800-0xc80f,0xcc00-0xccff irq 20 at device 15.0 on pci0 atapci0: [ITHREAD] ata2: <ATA channel 0>...
2013 Jul 30
2
nut package with Riello UPS support
...kr0 at pcppi0 > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > mtrr: Pentium Pro MTRR support > uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 > rum0 at uhub2 port 3 "Ralink 802.11 bg WLAN" rev 2.00/0.01 addr 3 > rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, address 00:24:21:8b:7b:aa > uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 > vscsi0 at root > scsibus1 at vscsi0: 256 targets > softraid0 at root > scsibus2 at softraid0: 256 targets > root on sd0a (acd65066376089a0....