search for: contian

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

Did you mean: contain
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 o...
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 of Information Science, Academia Sinica, Taiwa...
2012 Aug 27
4
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
..."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 file contian a certain string(i.e:"abc:). so: i want to change the old sample to achieve my aim,but i failed.my old sample like this: ; RUN: llc -march=c < %s | FileCheck %s ; ModuleID = 'hello.c' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:6...
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 te...
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 the frame and using the speex_bits_init_bu...
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.
...ss the voice and send over the network? > > Thanks > Quoting Greg <caroundw5h@yahoo.com>: > >> 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 t...
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 ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output...
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...
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
...ember 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 output: > > > root@e91c89e0874d:/# libguestfs-test-tool > [...] > supermin: failed to find a suitable kernel (host_cpu=x86_64). > > I looked for kernels in /boot and modules in /lib/modules. > > If this...
2007 May 24
0
Re: compatibility issues.
...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 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 the > frame >...
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?
...et 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: This is the contianer I would like to have used: jason@doc-odin:~> sudo net ads dn CN=Users,DC=scl,DC=utah,DC=edu Got 1 replies cn: Users description: Default container for upgraded user accounts instanceType: 4 isCriticalSystemObject: TRUE distinguishedName: CN=Users,DC=server,DC=com objectCategory: CN=Container,...
2007 May 25
1
Re: compatibility issues.
...> Quoting Greg <caroundw5h@yahoo.com>: >>> >>>> 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 >>&g...
2023 Mar 23
0
[PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
...gt; > >>> } else { > >>> xdp_page = page; > >>> } > >> > >> It seems the above else block is not needed anymore. > > > > Yes, the follow-up patch has this optimization. > > Isn't refoctor patch supposed to be self-contianed too, instead of > depending on follow-up patch? I mean that the #2 patch do this. Thanks.