search for: iread

Displaying 7 results from an estimated 7 matches for "iread".

Did you mean: read
2012 Jun 10
1
[libtremor] ov_read is reading past file size
...so tremor knows how much PCM data there is. However ov_read is just going ahead and skipping past that number reading up to 168320 bytes. So either I have to increase the size of my pvPCMBuffer by some magic number or tremor is reading to far. int current_section = 0; long iRead = 0; unsigned int uiCurrPos = 0; do { iRead = ov_read(&vf, (char*)pvPCMBuffer + uiCurrPos, 4096, &current_section); uiCurrPos += (unsigned int)iRead; } while (iRead != 0); I've tried everything assuming I'm th...
2008 Apr 30
3
0.9.60 Wine with Ubunto 8.04- Create "S" drive with space
I am attempting to install a windows base business management program on Wine 0.9.60 I tried to install using the wines windows XP, but ran into shell32.dll problems. Iread Sticky's notations, and switched to wines windows 98. This allowed the setup.exe to move ahead, but when it looked at the S drive location it wanted to install to, it found no allocated space. It needs 483803. I do not see how to allocate specific space in the Wine configuration. The comput...
2006 Jan 18
6
Mention about an open source image editor
Some days back there was a mention about an open source image editor that people uses for application layout designing. I have forgotten about the name of that software. Can someone send me the link? Silvy Mathews
2003 Sep 29
14
Help with GPL license of Asterisk
I would appreciate some help with this. I read the GPL license and basically it says you can do whatever you want with the software (sell, modify) as long as you include the source code, the License and make any changes you make available in the same manner to all others. My questions is this: If I develop an external application (say a Call Center application or a GUI management application)
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...SP = ROWD, InstrItinClass itin = NoItinerary> { dag OutOperandList = (outs ROWD:$wd, VK128Opnd:$wdm); dag InOperandList = (ins ROWSP:$wsp, VK128Opnd:$wsm, vx256xmem:$wsi); string AsmString = !strconcat("$wd = LS[$wsi]; // iread (or Mips MSA's LD) strinstr_asm = ", instr_asm); list<dag> Pattern = [(set ROWD:$wd, VK128Opnd:$wdm, (masked_gather ROWSP:$wsp, VK128Opnd:$wsm, vectoraddr:$wsi))]; InstrItin...
2016 Dec 15
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...InstrItinClass itin = NoItinerary> { > dag OutOperandList = (outs ROWD:$wd, VK128Opnd:$wdm); > dag InOperandList = (ins ROWSP:$wsp, VK128Opnd:$wsm, vx256xmem:$wsi); > string AsmString = !strconcat("$wd = LS[$wsi]; // iread (or Mips MSA's LD) > strinstr_asm = ", > instr_asm); > list<dag> Pattern = [(set ROWD:$wd, VK128Opnd:$wdm, > (masked_gather > ROWSP:$wsp, VK128Opnd:$wsm, vectoraddr:$wsi))]; &...
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. Will, thanks a lot for pointing me to the MaskedGatherSDNode and mgatherv4i32. I have to say that the definition of the "multiclass avx512_gather" from lib/Target/X86/X86InstrAVX512.td is difficult to follow and I prefer not to use it. I currently have some serious problems with TableGen - it gives an assertion failure: