search for: nfunction

Displaying 6 results from an estimated 6 matches for "nfunction".

Did you mean: function
2008 Oct 31
1
Ubuntu 8.10, Wine 1.0.1 and jre-1_5_0_16-windows-i586-p.exe
...0x000003f5,(nil),0x0006,0x00000000,0x33e4b0,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x130f30,(nil)): stub err:eventlog:ReportEventW L"=====================================================\r\nException code: C0000005 ACCESS_VIOLATION\r\nFunction: 0x0\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000 EBX:004BEF2D ECX:0033E4EC EDX:00000031 ESI:0033E674 EDI:00000000\r\nCS:EIP:0023:00000000 "... err:eventlog:ReportEventW L"" err:eventlog:ReportEventW L"" err:eventlog:Report...
2013 Apr 04
2
custom startup/welcome message
hi everybody I wonder if there is a simple way, but not simple would be ok too, to customize info/welcome page at session start time? what I'd like to do is to put together simple short howto / dos & don'ts page for users, I'm thinking it would be great if it was possible many thanks [[alternative HTML version deleted]]
2012 Jul 17
1
FW: rsync hanging after working reliably for years on one of my shares
...t [1], left {59, 999996}) 21381 0.000101 write(1, "\261\5\0\7", 4) = 4 21381 0.000094 select(2, NULL, [1], [1], {60, 0}) = 1 (out [1], left {59, 999997}) 21381 0.000103 write(1, "e_results']);\n unset($_SESSION['update_success']);\n\n return $output;\n}\n\nfunction update_info_page() {\n // Change qu ery-strings on css/js files to enforce reload for all users.\n _drupal_flush_css_js();\n // Flush the cache of all data for the update status module.\n if (db_table_exists('cache_update')) {\n cache_clear_all('*', 'cache_update', TRU...
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...i.c Fri Nov 02 09:52:30 2007 -0700 @@ -96,29 +96,6 @@ DriverEntry(PDRIVER_OBJECT DriverObject, return status; } -typedef struct { - unsigned nEAX; - unsigned nEBX; - unsigned nECX; - unsigned nEDX; -} CPUID_Output, *PCPUID_Output; - -static void CPUID(PCPUID_Output pResult, int nFunction) -{ - __asm { - mov eax, nFunction - xor ebx, ebx - xor ecx, ebx - xor edx, ebx - cpuid - mov edi, pResult - mov [edi.nEAX], eax - mov [edi.nEBX], ebx - mov [edi.nECX], ecx - mov [edi.nEDX], edx - } -} - static void WRMSR(unsigned int msr, ULONGLONG val) { ULONG...
2012 May 04
3
[LLVMdev] Extending GetElementPointer, or Premature Linearization Considered Harmful
...mon and useful situations. The FAQ suggests that one way to solve this problem is to use the SCEV library which always represents the VLA and non-VLA index in the same manner. I don't see it. Here's some code I wrote to explore how various array references are compiled: *bool preston::runOnFunction(Function &F) {* * errs() << "\nFunction: ";* * errs().write_escaped(F.getName()) << '\n';* * SE = &getAnalysis<ScalarEvolution>();* * for (inst_iterator ii = inst_begin(F), ie = inst_end(F); ii != ie; ++ii) {* * Instruction *inst = &*ii;* *...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...aces"}, {"_ZL14nObjCProtocols", "nObjCProtocols"}, {"_ZL12nObjCMethods", "nObjCMethods"}, {"_ZL14nObjCPropertys", "nObjCPropertys"}, {"_ZL15nClassTemplates", "nClassTemplates"}, {"_ZL18nFunctionTemplates", "nFunctionTemplates"}, {"_ZL22nTemplateTemplateParms", "nTemplateTemplateParms"}, {"_ZL6nEnums", "nEnums"}, {"_ZL8nRecords", "nRecords"}, {"_ZL11nCXXRecords", "nCXXRecords"}...