search for: test_add

Displaying 3 results from an estimated 3 matches for "test_add".

Did you mean: test_addr
2015 Apr 17
3
[LLVMdev] RFC: Indirect Call Promotion LLVM Pass
...above inline-related heuristic. 3. Handling virtual function calls ----------------------------------- Consider the following C++ example involving virtual functions and calls. ----------------------------------------------------------------------------class Operation { public: virtual int test_add(int a, int b)=0; virtual int test_sub(int a, int b)=0; }; class A : public Operation { public: int test_add(int a, int b) { return a + b; } int test_sub(int a, int b) { return a - b; } }; A myA; int __attribute__ ((noinline)) testmain(int (A::*fptr)(int, int)) { return (m...
2012 Jul 14
2
video issue - Intel Atom based motherboard D2500HN
Hi all, I recently bought a Intel D2500HN motherboard with Intel GMA 3600 video card. I want to install FreeBSD 9-Release on it via PXE, but after booting the system, it seems that video card driver doesn't work properly. Have a look at this picture: http://img703.imageshack.us/img703/5648/20120714393.jpg I've tried the # vidcontrol 80x25 but unfortunately it doesn't help. Do
2011 Apr 28
2
Server offline :-( please help to repair software RAID
...[sdb] Mode Sense: 00 3a 00 00 sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sdb: sdb1 sdb2 sdb3 sdb4 < sda6 > sd 0:0:0:0: [sda] Attached SCSI disk sdb5 sdb6 > sd 1:0:0:0: [sdb] Attached SCSI disk Freeing unused kernel memory: 636k freed aufs test_add:252:busybox[1175]: uid/gid/perm /squash 0/0/0755, 0/0/01777 md: bind<sdb6> md: bind<sda6> raid1: md3 is not clean -- starting background reconstruction raid1: raid set md3 active with 2 out of 2 mirrors md3: detected capacity change from 0 to 189594992640 md: resync of RAID array md3 m...