search for: nameless

Displaying 20 results from an estimated 164 matches for "nameless".

Did you mean: namelen
2013 Feb 07
1
[LLVMdev] Nameless Functions in LLVM IR
Hi, When and why are nameless functions generated in LLVM IR? Also, for the clarity, is it possible for a nameless function to have external linkage? (I think not, but I would like to get it confirmed anyway) -- Anitha
2003 Dec 03
2
nameless functions in R
Hi, I have an apply statement that looks like: > check.cols <- function(v1, v2) { + return( identical(v1,v2) ); + } > x [,1] [,2] [,3] [1,] 1 3 3 [2,] 4 5 4 [3,] 2 7 6 > apply(x, c(2), check.cols, v2=c(7,8,9)) [1] FALSE FALSE FALSE Is it possible to make the function check.cols() inline to the apply statement. Some thing like this: apply(x,
2017 Jul 20
0
Wine release 2.0.2
...ub. Andrey Gusev (1): d3dx11: Add D3DX11FilterTexture stub. André Hentschel (4): include: Add the new version of the IP_ADAPTER_UNICAST_ADDRESS structure. iphlpapi: Add GetUnicastIpAddressEntry implementation. hidclass.sys: Fix compilation on systems that don't support nameless structs. winebus.sys: Fix compilation on systems that don't support nameless structs. Aric Stewart (1): usp10: Fix Contextual Shaping for Languages with RTL write order. Austin English (2): ntoskrnl.exe: Add KeAcquireInStackQueuedSpinLock stub. ntoskrnl.exe: Add IoRepo...
2013 Mar 12
1
Flac compression levels?
On Tue, Mar 12, 2013 at 12:36:29PM +0100, catch-all at masklinn.net wrote: > > > now is it just a coincidence, > > It is, testing on a >6mn piece (Endless, Nameless from Nirvana's > Nevermind, 6:21) Does that track have a long period of silence in the middle? (...checks Discogs...) Nope: "Endless, Nameless" comes after 10 minutes silence after the end of "Something In The Way", and all are indexed on the CD as track 12. I'm jus...
2009 Sep 02
0
Wine release 1.1.29
...unctions static. riched20: Make ME_SetCursorToEnd() static. mshtml: Remove the create_nsstream() prototype. jscript: Make Arguments_value() static. jscript: Add a trailing '\n' to a FIXME(). windowscodecs/tests: Fix compilation on systems that don't support nameless unions. rpcrt4/tests: Fix compilation on systems that don't support nameless unions. ddraw/tests: Fix compilation on systems that don't support nameless unions. d3drm/tests: Fix compilation on systems that don't support nameless unions. windowscodecs: Fix compila...
2006 Jun 04
0
Bug: collection#create misbehaves on validations
So we have a Presentation model which belongs to the Conference model. We don''t want to create nameless Presentations, so we class Presentation < ActiveRecord::Base belongs_to :conference validates_presence_of :name, :on => :create end Now we have a conference instance called rails_conf. When we try to create a new nameless Presentation through the association collection: rail...
2017 May 12
0
Wine release 2.8
...ow listeners to be cancelled. webservices: Don't trace output parameters in WsReadQualifiedName. webservices: Implement WsReadAttribute. iphlpapi: Return a fully initialized GUID from ConvertInterfaceLuidToGuid. netprofm: Fix compilation on systems that don't support nameless unions. iphlpapi: Adapter names returned from GetAdaptersAddresses are GUID strings. Henri Verbeet (30): ddraw/tests: Port test_texturemapblend() to ddraw4.c as well. ddraw: Validate that non-fill blits have a source surface in ddraw_surface7_Blt(). wined3d: Print a FIXME i...
2013 Mar 12
3
Flac compression levels?
"Using FLAC binary : /Users/Marcus/flac/test/../src/flac/flac Original file size 441044 bytes. Compression level 1, file size 421393 bytes. Compression level 2, file size 421393 bytes. Compression level 3, file size 373613 bytes. Compression level 4, file size 369517 bytes. Compression level 5, file size 369517 bytes. Compression level 6, file size 369517 bytes. Compression
2012 Apr 27
1
Hyperspec package: need to change spectra names in a stacked plot
Hi all, I need to insert the name of spectra in a stacked plot obtained with hyperspec. I use this command plot(spectra [c(-1:-4, -6:-8, -10:-12, -14:-16)], stacked = T) but, in this way R draw nameless spectra on the Y axis. How can I solve the problem? Thank you for any suggestion. Best regards, Roberto -- View this message in context: http://r.789695.n4.nabble.com/Hyperspec-package-need-to-change-spectra-names-in-a-stacked-plot-tp4593690p4593690.html Sent from the R help mailing list archi...
2012 Jun 25
1
[LLVMdev] getting identifier for alloca instruction and basic blocks
...bindings to generate: [ICmp (Local "%2") IEq (Ident (Local "%argc")) (IConstant 3), Br (Ident (Local "%2")) (Label "%3") (Label "%40")] If getting those identifiers is not possible through the api, I believe I have to add extra effort to generate nameless identifiers and use equality of LLVM Values to see that first value of the branch instruction is the equal to the result of the icmp instruction. I would get the icmp instruction from the use_iterator. Would that be the proper way of doing this? Regards, Marcelo >Ciao, Duncan. > >> &...
2008 Mar 01
7
Sins of a Solar Empire sound & font problems
I am trying to run Sins of a Solar Empire (http://appdb.winehq.org/objectManager.php?sClass=application&iId=6653), and most reports say that it is playable, with the exception of large fotns. However, I an having sound problems. Sound is stuttering in-game. I tried fiddling around with the sound options in winecfg, but nothing solved the problem (although Emulation instead of Full hardware
2005 Aug 16
4
Contemplating Move
...ed that the Fedora Core Project is more or less beta test, and not really suitable for development work. Please anyone correct me if I am wrong. So I am considering a hop to a more stable environment. Since CentOS is akin to The Product Produced By A Major Vendor Of Linux Software Who Shall Remain Nameless, I was wondering if the transition might be easier to CentOs rather than, say Debian. (Makes me feel like I'm reading a Harry Potter novel about He Who Shall Not Be Named.) Is there any reasonable hope of an "upgrade" from FC2 to CentOS 4.1 or should/must I backup, install, and resto...
2007 Nov 09
0
Wine release 0.9.49
...lt button in the 'Do you want to kill all your applications' dialog. wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented. winetest: Add an option that shuts Windows down once the tests have completed. cryptnet: Fix compilation on systems that don't support nameless structs. crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. shlwapi: Fix the DeleteMenuWrap() forward. tapi32: Add prototypes for lineInitializeExA/W(). d3dx8: Fix compilation on systems that don't support nameless unions. d...
2010 Jul 22
0
[LLVMdev] Question about function arguments
...this int foo(int a, int b) there are names "a" and "b". To make it easier for humans to read LLVM IR, most front-ends will use the same names for the function arguments in the LLVM IR. But names are entirely optional, and everything works fine if all function arguments are nameless. So in general you can't hope to extract "a" and "b" from the LLVM IR. What do you want the names for? They aren't needed to use and manipulate arguments. > This piece of code works if 'module' contains the definition of function > foo. Otherwise, I jus...
2015 Jul 14
1
Backups solution from WinDoze to linux
...for > individual community members. > </snip> > > http://sourceforge.net/p/bacula/mailman/bacula-announce/?viewmonth=201501 Which doesn't help me at all, since a) I'm not in the bacula community, and b) this is for an agency of the US federal gov't which shall remain nameless*, but whose budget is 20% *lower* than it was in 2003. mark * I do not represent myself as speaking for my employer, nor the US federal gov't, nor the view out my window, assuming I had a window in this cube.
2019 Apr 23
5
StringRef Iterator Variable Display
Hello, I want to display the variable names in stringref iterator. But it is not displayed using following code. for (set<StringRef>::iterator sit = L.begin(); sit != L.end(); sit++) { errs() << *sit << " "; } How to do this? Please help.. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jul 15
1
[LLVMdev] Figuring out the parameters of the Call Instruction
...CallInst.getOperand(1).getNameStr(), return abc and type returns i64, How do I figure the operand is a const expression and a cast operator was used to generate it. More generally, When I use Instruction iterator on BasicBlock, I get the RHS of instruction but not the LHS. How do I get name of nameless LHS registers(%1, %2). C Code : p_ptr ((unsigned long) &abc); LLVM IR : call void @p_ptr(i64 ptrtoint (%struct.my_struct* @abc to i64)) nounwind, !dbg !52 I think by the call CI->getArgOperand(0) you mean CI->getOperand(0). That doesn't return the ptrtoint constant expression. The...
2010 Jul 22
2
[LLVMdev] Question about function arguments
Hello All, I was wondering how I could determine the values of function arguments using the iterators defined in Function.cpp. Any advice or hints would be great..! Basically, what I am trying out is: Function foo has the following function body: int foo(int a, int b) { } Function * f = module->getFunction("foo"); Function::arg_iterator start = f->arg_begin();
2008 Mar 13
1
Warned about these "three little maids"...
Greetings all: Newcomer to R as I work on learning it to transfer my college classroom stats training to something more useful and accurate then that spreadsheet from Redmond which shall remain nameless. I'm running v2.6.2 on a Win XP Home system that I keep up to date with all the called for patches. Haven't added much to the basic install other than the bits and bobs needed to run the R Commander package and its plugins. I did, however, use the ctv library to add the Graphics view....
2018 Mar 25
2
Config problem: Service #0 is missing name
Okay. So following up on the problems I was discussing weeks ago, I have hand-patched dovecot to work around problems that I believe may be in libc and not dovecot. Trying to get the properly built and installed dovecot-2.2.35, however, is giving me an error I haven?t seen before. I presume that something got munged while I was hand-configuring and installing/uninstalling/reinstalling the port