search for: get_

Displaying 20 results from an estimated 55 matches for "get_".

Did you mean: get
2014 Jan 15
0
[PATCH 3/4] hivex: python: Produce Unicode strings in get_* methods
--- generator/generator.ml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/generator/generator.ml b/generator/generator.ml index 1f2690d..908c5f3 100755 --- a/generator/generator.ml +++ b/generator/generator.ml @@ -2925,11 +2925,7 @@ put_string_list (char * const * const argv) list = PyList_New (argc); for (i = 0; i < argc; ++i) { -#ifdef
2006 May 10
2
ruby bindings odds and ends
In the Ruby bindings, set_X and get_X are renamed to remove the get/set, so MSet::get_matches_estimated() becomes a read-only property (if I have my terminology right) of the Ruby MSet class called matches_estimated. This matches how a Ruby programmer would expect a class to be designed. I was looking through the getters and setters...
2006 Sep 30
1
Announce: X.509 certificates support version 5.5.1 in OpenSSH 4.4p1
Hi All, The version 5.5.1 of "X.509 certificates support in OpenSSH" is ready for download. On download page http://roumenpetrov.info.localhost/openssh/download.html#get_-5.5.1 you can found diff for OpenSSH versions 4.4p1. What's new: * specific diff of 5.5 for OpenSSH 4.4p1 Because of OpenSSH source code changes, like include statements and new server option "Match", X.509 certificate support specific files should be changed too so those f...
2007 Aug 06
2
Attempting to shrink speex: Are these functions necessary?
...a decode and encode and removed the breakpoints that I hit. in the functions that had a breakpoint that I didn't hit I commented out those functions (as well as some functions that I know I won't hit). I am aware that some of these functions are only not called because I don't do a GET_ in the ctl functions or don't use ALLOC to initialize the bit buffer, but some of these I am not entirely sure why they would or would not be used. I would like to know if they are just rarely called functions and that I could be breaking the codec by removing them or if all that I removed is...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
..." file, continuing...\n"); } } diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c index 5f85b1b..96f99c7 100644 --- a/drivers/pci/hotplug/pci_hotplug_core.c +++ b/drivers/pci/hotplug/pci_hotplug_core.c @@ -102,13 +102,13 @@ static int get_##name (struct hotplug_slot *slot, type *value) \ { \ struct hotplug_slot_ops *ops = slot->ops; \ int retval = 0; \ - if (try_module_get(ops->owner)) { \ - if (ops->get_##name) \ - retval = ops->get_##name(slot, value); \ - else \ - *value = slot...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
..." file, continuing...\n"); } } diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c index 5f85b1b..96f99c7 100644 --- a/drivers/pci/hotplug/pci_hotplug_core.c +++ b/drivers/pci/hotplug/pci_hotplug_core.c @@ -102,13 +102,13 @@ static int get_##name (struct hotplug_slot *slot, type *value) \ { \ struct hotplug_slot_ops *ops = slot->ops; \ int retval = 0; \ - if (try_module_get(ops->owner)) { \ - if (ops->get_##name) \ - retval = ops->get_##name(slot, value); \ - else \ - *value = slot...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
..." file, continuing...\n"); } } diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c index 5f85b1b..96f99c7 100644 --- a/drivers/pci/hotplug/pci_hotplug_core.c +++ b/drivers/pci/hotplug/pci_hotplug_core.c @@ -102,13 +102,13 @@ static int get_##name (struct hotplug_slot *slot, type *value) \ { \ struct hotplug_slot_ops *ops = slot->ops; \ int retval = 0; \ - if (try_module_get(ops->owner)) { \ - if (ops->get_##name) \ - retval = ops->get_##name(slot, value); \ - else \ - *value = slot...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...ed to move arrays around. what part is the vocoder part of the decode? Thanks for your help! -Mike >>> Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> 08/06/07 7:00 PM >>> > I am aware that some of these functions are only not called because I > don't do a GET_ in the ctl functions or don't use ALLOC to initialize > the bit buffer, but some of these I am not entirely sure why they would > or would not be used. I would like to know if they are just rarely > called functions and that I could be breaking the codec by removing them > or if al...
2013 Nov 16
2
Linking to native routines in other packages
...ay that, when we are not compiling Rcpp, for example the "type2name" function is defined in Rcpp's headers as an inline function that grabs the registered function from Rcpp. inline const char* type2name(SEXP x){ typedef const char* (*Fun)(SEXP) ; static Fun fun = GET_(Fun) R_GetCCallable( "Rcpp", "type2name") ; return fun(x) ; } This works great. Now for the question. The documentation says: "It must also specify ?Imports? or ?Depends? of those packages, for they have to be loaded prior to this one (so the path to the...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...d the breakpoints that I > hit. in the functions that had a breakpoint that I didn't hit I > commented out those functions (as well as some functions that I know I > won't hit). > > I am aware that some of these functions are only not called because I > don't do a GET_ in the ctl functions or don't use ALLOC to initialize > the bit buffer, but some of these I am not entirely sure why they would > or would not be used. I would like to know if they are just rarely > called functions and that I could be breaking the codec by removing them > or if al...
2004 Nov 05
1
RE: basic encoder help
I'm currently facing the same problem. I added the libFLAC++ libraries to my MSVC application. I implemented the same quality levels (0-8) as used in the FLAC frontend application. But the resulting files are remarkable different between my application and the FLAC frontend (although using the same settings). for example: FLAC frontend (quality = 8) --------------------------------
1998 Oct 20
1
fitting regression models
[original bounced; re-submitted by list maintainer, MM] I have downloaded the package modreg for R but when i doing "R INSTALL modreg" I get_ errors. With the packages akima, funfits, acepack,KernSmooth and othes i have the same problem. Why?? I need R for working with calibration curves, and i dont know what is the best package for it. I need some packages for fitting nonlinear models. I would like install thes fuctions: rreg(); lms...
2006 Apr 27
0
Announce: X.509 certificates support in OpenSSH version 5.4
Hi All, The version 5.4 of "X.509 certificates support in OpenSSH" is ready for download. On download page http://roumenpetrov.info.localhost/openssh/download.html#get_-5.4 you can found diffs for OpenSSH versions 4.2p1 and 4.3p2. What's new: * given up support for "x509v3-sign-rsa-sha1" and "x509v3-sign-dss-sha1" The implementation realised in previous version 5.3 is not fully in conformance with "draft-ietf-secsh-x509-02.tx...
2007 Mar 23
0
[ wxruby-Bugs-9501 ] evt_spinctrl should yield an event of type SpinEvent
...n Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: evt_spinctrl should yield an event of type SpinEvent Initial Comment: At the moment on branches/wxwidgets_28 it seems to yield an event of type CommandEvent. This class is missing the get_/set_position methods. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=9501&group_id=35
2004 May 13
1
Ruby-style attribute accessors
...following (not extensively tested) just after you do "require ''wxruby''" cheers alex wx_classes = Wx::constants.map { | c | Wx::const_get(c) }.grep(Class) wx_classes.each do | klass | klass.instance_methods.grep(/^([gs]et|evt)_/).each do | meth | if meth =~ /^get_(\w+)$/ klass.class_eval("alias :#{$1} :#{meth}") elsif meth =~ /^set_(\w+)$/ klass.class_eval("alias :#{$1}= :#{meth}") end end end # for example frame = Wx::Frame.new(nil, -1, ''GOOD TIMES'', Wx::DEFAULT_POSITIO...
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...
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
> FWIW, here are further patches which allow openssh-3.0p1 to work > with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets > and less with the auth_krb5_password {get,verify}_init_creds stuff). Thanks for these. Unfortunately, your vrs patches seem to be based on an earlier version of my patch than the one you're bundling. In particular, your patch adds back in the
2013 Jul 03
1
RFC: vfio interface for platform devices
...dhat.com> 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
...dhat.com> 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 >> >> ---------------------------------------------------...
2007 Aug 07
0
Attempting to shrink speex: Are these functions necessary?
...oints that I hit. in the functions that had a >> breakpoint that I didn't hit I commented out those functions (as >> well as some functions that I know I won't hit). >> >> I am aware that some of these functions are only not called because >> I don't do a GET_ in the ctl functions or don't use ALLOC to >> initialize the bit buffer, but some of these I am not entirely sure >> why they would or would not be used. I would like to know if they >> are just rarely called functions and that I could be breaking the >> codec by removi...