search for: contians

Displaying 20 results from an estimated 40 matches for "contians".

Did you mean: contains
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...= (Value & 0x000000FF) >> 0; Notably, we don't put spaces before parens in function calls or before template arguments: + symbol(llvm::StringRef Name, size_t) : + Name(Name.begin (), Name.end ()), ... + typedef std::vector <symbol*> symbols; + // this class contians staging data for a coff section + struct section { typo 'contians'. COFF should be capitalized and the comment should end with a period. +//===-- llvm/MC/WinCOFFObjectWriter.cpp -------------------------*- C++ -*-===// +// A terminology question: is it "Win32 COFF" file or...
2010 Jun 12
3
[LLVMdev] Win32 COFF Support
Here is a full patch including Nathan's COFF support, tests that pass on Windows, and some changes to lit. Obviously the COFF support and changes to lit should be separate patches in the end. http://codereview.appspot.com/1624043/show - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: COFF-support.patch Type: application/octet-stream Size:
2012 Aug 27
0
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
> 2.i want to write such a test:translate a *.ll(i.e:hello.ll) file to a > *.c file(i.e:hello.c) with llc,then verify if the .c file contian a > certain string(i.e:"abc:). so: It seems you want to test LLVM C backend, go looking for llvm-3.0.src/test/CodeGen/CBackend/* (C backend had been removed from LLVM 3.1). HTH, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute
2012 Aug 27
4
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
hi,chen: thaks for your explaining,after reading it i have a few problems more. 1.in the sentenses of "X32: subl $-128, %eax" and "; X64: subl $-128," ,i do not know what means that in detail,these sentences were writen follow which language rules? 2.i want to write such a test:translate a *.ll(i.e:hello.ll) file to a *.c file(i.e:hello.c) with llc,then verify if the .c
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
...on't put spaces before parens in function calls or > before template arguments: > > + symbol(llvm::StringRef Name, size_t) : > + Name(Name.begin (), Name.end ()), > ... > + typedef std::vector <symbol*> symbols; > > > > > > + // this class contians staging data for a coff section > + struct section { > > typo 'contians'. COFF should be capitalized and the comment > should end with a period. > > > +//===-- llvm/MC/WinCOFFObjectWriter.cpp -------------------------*- > C++ -*-===// > +// > > A ter...
2007 May 24
3
Re: compatibility issues.
okay that questioned is answered, thank you. I am interested in using speex in a VOIP application. do i need to put it in into the ogg contianer format in order to encode/decode and send it? or will it work "as is"? if the latter then: "the packet is larger than the allocated buffer" message: whats your recomendaton for fixing that? i was thinking simply getting the size of
2003 May 22
4
grep, gsub, sub have problems with NA values (PR#3078)
In a string context, grep, gsub, sub are improperly treating NA (missing) as the string "NA", and returning unexpected results > grep("A", c(NA,"NA")) [1] 1 2 # expected: # [1] 2 > gsub("A", "X", c(NA,"NA")) [1] "NX" "NX" # expected # [1] NA "NX" > sub("A", "X",
2010 Jan 22
2
Trouble getting feature codes to work
Hi, I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. Features.conf contians this: blindxfer=## atxfer=*2 automon=*1 disconnect=** I'm really most interested in getting disconnect to work so that I hear "Goodbye" when I press ** during a call connected this way in my dial plan: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten => 1,n,...
2007 May 25
5
Re: compatibility issues.
For a streaming application like VOIP, you collect 20 ms of samples, feed this through the encoder, stick it in an RTP packet, and send if over the network. On the receive side you feed packets through a jitter buffer to the decoder, and then copy the output audio to your output device. Speex runs efficiently on most compilers, so the real-time requirement is not a big deal, as long as you
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...calls or before >> template arguments: >> >> + symbol(llvm::StringRef Name, size_t) : >> + Name(Name.begin (), Name.end ()), >> ... >> + typedef std::vector <symbol*> symbols; >> >> >> >> >> >> + // this class contians staging data for a coff section >> + struct section { >> >> typo 'contians'. COFF should be capitalized and the comment should end >> with a period. >> >> >> +//===-- llvm/MC/WinCOFFObjectWriter.cpp -------------------------*- C++ >> -*-==...
2019 Nov 02
4
supermin: failed to find a suitable kernel
Hi all I am trying to run the dockerized version of linaro lava. Unfortunately it is not possible to start libguetsfs inside one of the containers. My settings are: Ubuntu Server 18.04.3, Docker version 18.09.7 running a Debian:stretch based contianer Running libguestfs-test-tool gives me the following output: root at e91c89e0874d:/# libguestfs-test-tool
2002 Apr 29
3
Organizing the help files in a package
Dear all!! I am using R1.4.1 on windows 98. I had been trying to organize the package and has already been able to document some of the functions in to .Rd (R documentation) files. From these .Rd files I generated plain text files as well as html files. I have also given the 00Index file in each of the directories: html/ help/ data/ man/ Problem: I don't get the help using comand
2008 Jul 07
4
script.aculo.us slider - this and event handler - depending sliders
...he loop with: this.sliders[i].ctrl.options.onSlide = handleSliderChange; this.sliders[i].ctrl.options.onChange = handleSliderChange; In the callback I get two parameters: the new value and the slider that triggered the event. To do my stuff I now need one more thing: a reference to the array that contians ALL the sliders - naturally you would think this.sliders[] but no of course not, the event callback doesn''t recognize the this keyword anymore because it doesn''t know it belongs to the sliders class. I worked around this by using the object I create and access the array there so I...
2007 Mar 01
6
prototype ajax.updater response bigger than 10k on safari
Hi All, Safari crashes everytime my ajax response is bigger than 10k, i traced it down and found out that it breaks when evalScript is being called, maining when extractScript is trying to match the regex..... is this a known bug on safari? if yes is there anyway to get around it? thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2019 Nov 06
0
Re: supermin: failed to find a suitable kernel
Hi, On Saturday, 2 November 2019 10:36:21 CET Klaas Schulze-Dieckhoff wrote: > I am trying to run the dockerized version of linaro lava. Unfortunately it is not possible to start libguetsfs inside one of the containers. > My settings are: Ubuntu Server 18.04.3, Docker version 18.09.7 running a Debian:stretch based contianer > > Running libguestfs-test-tool gives me the following
2007 May 24
0
Re: compatibility issues.
HI, I am also working on VOIP application. Now the speexenc.exe is used to encode a wav/raw file. However, in real time voice communication, the voice keep recording from the microphone and how can we employ speex to compress the voice and send over the network? Thanks Quoting Greg <caroundw5h@yahoo.com>: > okay that questioned is answered, thank you. > > I am interested in
2010 Jan 21
0
Feature codes not detected
Hi, I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. Features.conf contians this: blindxfer=## atxfer=*2 automon=*1 disconnect=** I'm really most interested in getting disconnect to work so that I hear "Goodbye" when I press ** during a call connected this way in my dial plan: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten => 1,n,...
2005 Nov 01
1
OU vs. Default CN?
I am having a hard time getting any information from this list about the default OU's used when running the net ads join command. After mapping to the wrong OU in Active Directory for a Samba Domain Member Server (ou=wrong_container,dc=server,dc=com) I cannot change this back to the default (cn=users,dc=server,dc=com). Any help is appreciated and here is the result of net ads dn command:
2007 May 25
1
Re: compatibility issues.
Hi, For the openSpeak project we use PortAudio V19 & speex. So if you want some code examples, you can look an pick in our SVN (its GPL). ATM we are having some problems with PortAudio v19 (it might still be buggy somehow, it seems not to support the 32-kHz sampling rate used by speex ultra-wide-band mode) so if you want something stable you'd better use v18. And of course, if you
2023 Mar 23
0
[PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
On Thu, 23 Mar 2023 11:38:34 +0800, Yunsheng Lin <linyunsheng at huawei.com> wrote: > On 2023/3/23 9:36, Xuan Zhuo wrote: > > On Wed, 22 Mar 2023 16:22:18 +0800, Yunsheng Lin <linyunsheng at huawei.com> wrote: > >> On 2023/3/22 11:03, Xuan Zhuo wrote: > >>> In the xdp implementation of virtio-net mergeable, it always checks > >>> whether two