search for: typedef'd

Displaying 11 results from an estimated 11 matches for "typedef'd".

2012 Jun 04
0
[LLVMdev] [cfe-dev] Inconsistent use of size_t in SmallVector.h
...e of size_t, size_type and unsigned. Building on Win64 > this causes numerous implicit conversion warnings when accessing > anything by index. Is there any design/performance reason for this or > can it be changed so the interfaces in question make consistant use > size_type (currently typedef'd to size_t)? > I think SmallVector should be specified entirely in terms of size_type (and it should be typedef'd to size_t as it is currently), but let's see if others have opinions on this. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2011 Feb 11
1
Writting my own package - 64 bit problem with R_GetCCallable
...= 8 (gdb) p sizeof(DL_FUNC*) $11 = 8 -------------- The function is invoked by ---------- fitholder->Zt = R_as_cholmod_sparse ((CHM_SP)malloc(sizeof(cholmod_sparse)), Zt, TRUE, FALSE); ----------- where Zt is a SEXP pointing to a Matrix-class sparse matrix passed by .Call from R. CHM_SP is a typedef'd pointer to a cholmod_sparse > sessionInfo() R version 2.12.1 (2010-12-16) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 [7]...
2019 Aug 30
0
Wine release 4.15
...press Chat 2.1.9 MSI installer crashes without native jscript 47035 widl generates typelib file with enums multiply defined 47041 wire_marshal attribute ignored and the underlying type is used instead 47049 boolean type defined as 'unsigned char' rather than 'char' 47050 typedef'd anonymous structs typedef'd names are not used in interface methods 47101 Multiple 64-bit game and application crash reporting tools need x86_64 'ntdll.RtlCaptureStackBackTrace' implementation 47149 widl generates invalid C headers when user-defined structs also have const t...
2010 Oct 14
0
[LLVMdev] [cfe-dev] confusion with character types
...layed as integers, where char should be displayed as a string. I always have to remember to display my byte arrays as hex as: std::cout << std::hex << static_cast<int>(bytearray[i]) << ' '; Way too freaking verbose when bytearray is an array of unsigned char's (typedef'd as byte).
2007 Sep 12
0
[LLVMdev] C interface
On Sep 11, 2007, at 10:01 PM, Gordon Henriksen wrote: > Hi all, > > I'm authoring a C interface to the LLVM IR type system. Since this > is Really Quite Tedious, I would like to solicit opinions before I > get too far down any paths that seem offensive. Sounds good. > I've attached the header, where I've mapped a portion of Module and > most of Type and
2018 Oct 12
0
Wine release 3.18
...dl: Properly handle nesting of pointers and arrays when parsing. widl: Correctly generate headers for nested arrays and pointers. rpcrt4/tests: Add some tests for nesting arrays and pointers. widl: Fix detection of SAFEARRAY pointers when writing array pointers. widl: Handle typedef'd arrays. widl: Fix -Oicf marshalling of pointers to arrays. rpcrt4: Handle non-ref pointers in calc_arg_size(). rpcrt4: Correctly handle simple ref pointers in calc_arg_size(). rpcrt4: Avoid clearing a NULL output parameter in client_do_args(). Zhiyi Zhang (2): r...
2007 Sep 12
7
[LLVMdev] C interface
Hi all, I'm authoring a C interface to the LLVM IR type system. Since this is Really Quite Tedious, I would like to solicit opinions before I get too far down any paths that seem offensive. I've attached the header, where I've mapped a portion of Module and most of Type and its subclasses. This is working, and I've built ocaml bindings on top of it.[1] My intent is to
2010 Mar 19
0
Wine release 1.1.41
..._detect_type to determine which types should be written for the pointer description in write_struct_tfs. widl: Pass current_structure into write_conf_or_var_desc in write_ip_tfs. widl: error_status_t isn't an allowed conformance type. widl: Fix the writing of expressions in un-typedef'd structures by using write_type_left to write out the type, which adds the "struct ..." if necessary. widl: Remove some FIXME comments and replace them with comments explaining why the current behaviour is correct. widl: Clean up array case in write_remoting_arg. wi...
2008 Feb 22
0
Wine release 0.9.56
.... Austin English (1): README: Update some outdated information. Chris Robinson (1): winemp3: Don't keep unused data buffered. Christian Authmann (1): explorer: Add meaningful titles to virtual desktop windows. Dan Hipschman (1): widl: Allow is_string_type to work for typedef'd types. Dan Kegel (1): msvcrt: Fix EOF behavior on read from pipe or console. David Adam (1): d3dx8: Fix a typo in d3dx8math.h. Detlef Riekenberg (1): ddraw/tests: Avoid endless loop, when T&L is not supported. Divan Burger (1): comdlg32: Fix memory leak in colo...
2007 Apr 18
4
[RFC, PATCH 1/24] i386 Vmi documentation
...from C8000h - DFFFFh in 2 kilobyte + increments. The romSignature bytes must be '0x55, 0xAA', and the + checksum of the region indicated by the romLength field must be zero. + The checksum is a simple 8-bit addition of all bytes in the ROM region. + + Data layout + + typedef struct HyperRomHeader { + uint16_t romSignature; + int8_t romLength; + unsigned char romEntry[4]; + uint8_t romPad0; + uint32_t hyperSignature; + uint8_t APIVersionMinor; + uint8_t APIVersionMa...
2007 Apr 18
4
[RFC, PATCH 1/24] i386 Vmi documentation
...from C8000h - DFFFFh in 2 kilobyte + increments. The romSignature bytes must be '0x55, 0xAA', and the + checksum of the region indicated by the romLength field must be zero. + The checksum is a simple 8-bit addition of all bytes in the ROM region. + + Data layout + + typedef struct HyperRomHeader { + uint16_t romSignature; + int8_t romLength; + unsigned char romEntry[4]; + uint8_t romPad0; + uint32_t hyperSignature; + uint8_t APIVersionMinor; + uint8_t APIVersionMa...