Displaying 20 results from an estimated 24 matches for "_info".
Did you mean:
info
2006 Jul 07
2
Probe ID changes
...d then a
couple of syscall probes were stuck in the hole. It looked like this:
...
40311 fbt cpuid cpuid_detach entry
40312 fbt cpuid cpuid_detach return
40313 fbt cpuid _info entry
40314 fbt cpuid _info return
40315 syscall cpc entry
40316 syscall cpc return
68862 fbt ksyms ksyms_op...
2005 Mar 23
0
[PATCH]
...block is coded.
_sb: The super block.
@@ -497,9 +498,16 @@
_ogg_free(_state->ref_frame_data);
}
+
+void restore_fpu(const oc_theora_state *_state) { _state->opt_vtable.restore_fpu(); } ;
+
+void restore_fpu__c(void) { } ;
+
int oc_state_init(oc_theora_state *_state,const theora_info *_info){
/*First validate the parameters.*/
if(_info==NULL)return OC_FAULT;
+
+
/*The width and height of the encoded frame must be multiples of 16.
They must also, when divided by 16, fit into a 16-bit unsigned integer.
The displayable frame offset coordinates must fit into...
2005 Aug 30
0
No subject
Nothing has been defined <;0;3;(0,23)>
failure on
__vt_9type_info:G(0,65)=ar(12,3);0;3;(0,23) at ;0;3;(0,23)
Nothing has been defined
<;0;7;(0,11)>
failure on
__ti9type_info:G(0,66)=ar(12,3);0;7;(0,...
2014 May 05
1
Application crushes
...ication for
Android, using Teorarm.
It crushes when I try to play the video file. Native application,
compiled with the help of Android NDK 9r in Android Studio.
Program stack:
#0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150
#1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0,
_tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at
jni/theorarm/src/dec/decinfo.c:171
#2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8,
_setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240
#3 0x673fa43c in theora_decode_header (_ci=0x6728...
2011 Jan 12
1
[LLVMdev] About adding a pass into llvm
...ariables, "livevars", "Live Variable Analysis", false,
false);
in the llvm/lib/codegen/LiveVariables.cpp, where LiveVariables is a subclass
of MachineFunctionPass, and
#define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
static RegisterPass<passName> passName ## _info(arg, name, cfg, analysis)
in PassSupport.h
Is this code used to register and initialize a pass? This kind of
registration is just the way illustrated in the hello example at
http://llvm.org/docs/WritingAnLLVMPass.html#registration.
My problem is:
I wrote a pass (Mypass), also a subclass of Machi...
2002 Oct 02
0
Directory Problemsw
...ll.so' (0x40a37000)
No debug information in ELF
'//usr/lib/wine/wine/x11drv.dll.so' (0x40a97000)
Unknown type
'&'info:Tt(2,17)=s8base:(2,18)=*(2,19)=xs__user_type_info:,0,32;offset:(2,15),32,29;is_virtual:(0,12),61,1;access:
No debug information in ELF '//usr/lib/wine/wine/shell32.dll.so'
(0x40994000) No debug
information in ELF '//usr/lib/wine/wine/shlwapi.dll.so' (0x409fe000)...
2006 Apr 27
15
Which is faster, calling helpers or rendering a partial?
Using partials is a nice way to separate chunks of content into
separate pages as opposed to building strings in helpers, but I''m
wondering which is faster. It scares me when I see stuff like:
Rendered users/_public (0.00051)
Rendered users/_public (0.00009)
Rendered users/_public (0.00008)
Rendered users/_public (0.00008)
Rendered users/_public (0.00008)
....50 more times
Has anyone
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...block is coded.
_sb: The super block.
@@ -497,9 +498,16 @@
_ogg_free(_state->ref_frame_data);
}
+
+void restore_fpu(const oc_theora_state *_state) { _state->opt_vtable.restore_fpu(); } ;
+
+void restore_fpu__c(void) { } ;
+
int oc_state_init(oc_theora_state *_state,const theora_info *_info){
/*First validate the parameters.*/
if(_info==NULL)return OC_FAULT;
+
+
/*The width and height of the encoded frame must be multiples of 16.
They must also, when divided by 16, fit into a 16-bit unsigned integer.
The displayable frame offset coordinates must fit into...
2012 Mar 14
0
rsync batch mode produce code 23 error
...source server and generated batch file) -> several web servers (get the batch file and do the update)
now i encounter the problem.
the rsync update process on web server, always return code 23 error, the complete error output like this:
(No batched update for "/pictureShower/wallpaper/_info.php")
(No batched update for "comm/js/log/cbaae969d4e258a9d6815a350d135982.txt")
(No batched update for "/images/wallpaper/data.js")
(No batched update for "images/wallpaper/info.php")
rsync error: some files/attrs were not transferred (see previous errors) (code...
2013 Jul 03
0
RFC: vfio interface for platform devices
[cut]
> > So overall the interface and extension makes sense. My only question is
> > whether it's better to get complete reuse out of GET_REGION_INFO and
> > GET_IRQ_INFO and then add another device tree specific ioctl or is it
> > better to add a device tree index and path to the existing GET_*_INFO
> > ioctls? Getting some information from one ioctl and passing pieces of
> > it back to another ioctl feels a little clun...
2009 Apr 06
0
conflict name of si_code on NetBSD
...-wait.c
In file included from child-wait.c:4:
lib-signals.h:9: error: parse error before '.' token
*** Error code 1
Stop.
Error occurred. I changed some code, and find out the source
of the trouble.
[toyota at sernpidal]% grep -w si_code /usr/include/sys/siginfo.h
#define si_code _info._code
/** si_code */
/** si_code */
The 'si_code' name is conflicted, and I need change the name of
'si_code'. The following is quick patch for NetBSD, just change
si_code to sicode.
[toyota at sernpidal]% diff -crN dovecot-1.2.rc2_bak dovecot-1.2.rc2
diff -crN dovecot-1.2.rc2_bak...
2013 Jul 03
1
RFC: vfio interface for platform devices
...; wrote:
> On Tue, 2013-07-02 at 23:25 +0000, Yoder Stuart-B08248 wrote:
>> The write-up below is the first draft of a proposal for how the kernel can expose
>> platform devices to user space using vfio.
>>
>> In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
>> allows user space to correlate regions and interrupts to the corresponding
>> device tree node structure that is defined for most platform devices.
>>
>> Regards,
>> Stuart Yoder
>>
>> ---------------------------------------------------------------...
2013 Jul 03
1
RFC: vfio interface for platform devices
...; wrote:
> On Tue, 2013-07-02 at 23:25 +0000, Yoder Stuart-B08248 wrote:
>> The write-up below is the first draft of a proposal for how the kernel can expose
>> platform devices to user space using vfio.
>>
>> In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
>> allows user space to correlate regions and interrupts to the corresponding
>> device tree node structure that is defined for most platform devices.
>>
>> Regards,
>> Stuart Yoder
>>
>> ---------------------------------------------------------------...
2006 Nov 28
8
view specs with partials
...haven''t found them useful yet for one reason.
They throw the following exception when ever a view renders another
view, which is very common.
ActionView::TemplateError in ''Event View message''
No rhtml, rxml, rjs or delegate template found for spec/rails/
view_spec/_info
I''d really like to be able to write view spec but this is holding me
up. Has anyone else bumped into this wall? Is there something I''m
missing?
Micah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/...
2013 Jul 26
2
dovecot-lda not logging if dovecot runs under daemontools
Hello all,
I have dovecot running under daemontools and I can't see dovecot-lda in
action when I read the logs. I've set the logs to /dev/stderr because
daemontools redirects /dev/stderr to /var/log/dovecot/current.
The dovecot server works fine and I know that dovecot-lda is actually
doing the delivery, because the sieve facility is working as well. I can
get lda log working -but
2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
...glamor_glyphs_init being removed from xserver
Require at least xserver 1.8
Move xorg_list backwards compatibility to new amdgpu_list.h header
Add DRM event queue helpers
DRI2: Simplify blit fallback handling for scheduled swaps
DRI2: Remove superfluous assignments to *_info->frame
DRI2: Move amdgpu_dri2_flip_event_handler
DRI2: Use helper functions for DRM event queue management
DRI2: Split out helper for getting UST and MSC of a specific CRTC
Add support for SYNC extension fences
Add support for the Present extension
glamor: Add...
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...fer drmModeSetCursor2 over drmModeSetCursor
Require at least xserver 1.8
Move xorg_list backwards compatibility to new radeon_list.h header
Add DRM event queue helpers v2
DRI2: Simplify blit fallback handling for scheduled swaps
DRI2: Remove superfluous assignments to *_info->frame
DRI2: Move radeon_dri2_flip_event_handler
DRI2: Use helper functions for DRM event queue management v3
DRI2: Split out helper for getting UST and MSC of a specific CRTC
Move #include "radeon_glamor.h" from radeon.h to where it's needed
Fold rade...
2013 Jul 03
0
RFC: vfio interface for platform devices
On Tue, 2013-07-02 at 23:25 +0000, Yoder Stuart-B08248 wrote:
> The write-up below is the first draft of a proposal for how the kernel can expose
> platform devices to user space using vfio.
>
> In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
> allows user space to correlate regions and interrupts to the corresponding
> device tree node structure that is defined for most platform devices.
>
> Regards,
> Stuart Yoder
>
> ------------------------------------------------------------------------------
> VFIO...
2013 Jul 02
7
RFC: vfio interface for platform devices
The write-up below is the first draft of a proposal for how the kernel can expose
platform devices to user space using vfio.
In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
allows user space to correlate regions and interrupts to the corresponding
device tree node structure that is defined for most platform devices.
Regards,
Stuart Yoder
------------------------------------------------------------------------------
VFIO for Platform Devices
The existing infra...
2013 Jul 02
7
RFC: vfio interface for platform devices
The write-up below is the first draft of a proposal for how the kernel can expose
platform devices to user space using vfio.
In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
allows user space to correlate regions and interrupts to the corresponding
device tree node structure that is defined for most platform devices.
Regards,
Stuart Yoder
------------------------------------------------------------------------------
VFIO for Platform Devices
The existing infra...