search for: iff

Displaying 20 results from an estimated 784 matches for "iff".

Did you mean: if
2013 Dec 08
1
OGG loads as a naked file, but not if embedded in an IFF.
I can now load and play AIFF, WAV, and OGG files using libsndfile and libao. Now I'm moving on to loading and playing files embedded in an IFF file. This is presenting a problem. Playing an AIFF embedded in an IFF works fine. Playing an OGG embedded in the same IFF fails. Specifically, it appears that sf_open_fd()...
2016 May 01
2
[PATCH] "iff" instead of "if" in comments
I noticed that there are several comments with "iff" word instead of "if", and it looks like typos to me. The patch is attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: iff_if.patch Type: application/octet-stream Size: 3787 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/f...
2012 Jan 10
1
[PATCH] libxl: fix typo iff -> if
# HG changeset patch # User Zhigang Wang <zhigang.x.wang@oracle.com> # Date 1326227259 18000 # Node ID a78507899bea4824901d209d818b69545f607312 # Parent 03138a08366b895d79e143119d4c9c72833cdbcd libxl: fix typo iff -> if Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> diff -r 03138a08366b -r a78507899bea tools/libxl/libxl_types.idl --- a/tools/libxl/libxl_types.idl Fri Dec 09 16:19:36 2011 +0000 +++ b/tools/libxl/libxl_types.idl Tue Jan 10 15:27:39 2012 -0500 @@ -106,7 +106,7 @@ libxl_domin...
2016 May 01
1
[PATCH] "iff" instead of "if" in comments
Timothy B. Terriberry <tterribe at xiph.org> писал(а) в своём письме Sun, 01 May 2016 19:29:42 +0300: > "Iff" is commonly-used shorthand for the mathematical "if and only if", > e.g., "returns true iff stat() succeeds for both files and they have the > same device and inode" means it *won't* return true unless all of those > conditions are satisfied. Wow. Didn't...
2003 May 02
2
Suppressing Scientific Notation
R gurus, Every so often(*) someone asks how to suppress scientific notation in printing, so I thought I'd give it a shot, but I need some help. The formatting decision is made(**) on line 286 of src/main/format.c : if (mF <= *m) { /* IFF it needs less space : "F" (Fixpoint) format */ where mF is the number of characters for "normal" printing and *m is the number of characters for scientific notation. If mf <= *m, then parameters are set that cause "normal" printing. My idea was to introduce a &qu...
2014 Jan 27
0
Excluding; iff foo.part exists, exclude foo and foo.part
I'm syncing a download directory, where various programs drop their files. I would like to exclude partial firefox downloads. This could be accomplished by excluding "foo" and "foo.part", iff "foo.part" exists. How can I accomplish this with exclude rules? Or would I have to generate the rules dynamically, by some script.
2003 Jun 11
2
[PATCH] Fix typos, OpenBSD + Portable
...t comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- Index: TODO =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/TODO,v retrieving revision 1.54 diff -u -r1.54 TODO --- TODO 18 May 2003 11:44:07 -0000 1.54 +++ TODO 18 May 2003 12:20:44 -0000 @@ -89,7 +89,7 @@ - PAM + See above PAM notes - AIX - + usrinfo() does not set TTY, but only required for legicy systems. Works + + usrinfo() does not set TTY, but only required for legacy systems....
2019 Dec 13
0
[PATCH 08/10] drm/virtio: plane_state->fb iff plane_state->crtc
...d-off-by: Daniel Vetter <daniel.vetter at intel.com> Cc: David Airlie <airlied at linux.ie> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org --- drivers/gpu/drm/virtio/virtgpu_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c index bc4bc4475a8c..947e65b51555 100644 --- a/drivers/gpu/drm/virtio/virtgpu_plane.c +++ b/drivers/gpu/drm/virtio/virtgpu_plane.c @@ -88,7 +88,7 @@ static int virtio_gpu_plane_atomic_check(struct drm_plane *plan...
2017 Jun 30
1
[PATCH] Fix typos in plugin manual
Replace 'iff' with 'if'. Signed-off-by: Nir Soffer <nirsof@gmail.com> --- docs/nbdkit-plugin.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index 4b364f3..b96664f 100644 --- a/docs/nbdkit-plugin.pod +++ b/docs/nbd...
2014 Apr 25
0
Odd behavior on Windows: Rgui responds to user interrupts (Ctrl-C) at the Windows command prompt (iff launched from one)
On Windows, 1. Open the Windows Command interpreter (cmd.exe). 2. Launch rgui.exe --vanilla. 2. In RGui, (disable Misc -> Buffered output) and run the following endless loop: > i <- 0; repeat { print(i <- i + 1); Sys.sleep(0.1) } [1] 1 [1] 2 [1] 3 ... 3a. Back at the Windows command line, press Ctrl-C (user interrupt). This will interrupt Rgui! 3b. Alternatively, start Rterm.exe
1999 Jul 02
2
problems with connecting to a share
...is a NT-machine. Sometimes when users try to connect to a share they get the answer the password is incorrect. After a restart of smbd all works fine. Has anybody an idea???? regards Eckhard --------------------------------------------- Fraunhofer Institute Factory Operation and Automation (IFF) Eckhard Szemkus Sandtorstr.22 39106 Magdeburg / Germany szemkus@iff.fhg.de
2017 Apr 19
4
[PATCH v2 0/2] daemon: Move the useful 'is_zero' function into common code.
v1 -> v2: The first patch is the same (the pure refactoring), but in the second patch I implement Eric Blake's suggested version. Rich.
2017 Apr 19
2
[PATCH] daemon: Move the useful 'is_zero' function into common code.
This is largely a simple refactoring, but it combines another definition of this function from virt-builder which had a slightly different prototype. --- builder/pxzcat-c.c | 20 +------------------- daemon/daemon.h | 18 ------------------ lib/guestfs-internal-all.h | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 37 deletions(-) diff --git a/builder/pxzcat-c.c b/builder/pxzcat-c.c index 33923b532...
2004 Aug 16
6
Mac OS X HFS+ metadata patch, take 2
...first pass at a patch to transfer Mac OS X HFS+ metadata (resource forks and Finder metadata) to non-HFS+ filesystems (Linux, Solaris, etc). I finally got a chance to update the patch to reflect suggestions offered on the list. Thanks for the ideas, this version should be a big improvement. The diff and a binary (and a fuller explanation) can be found at: http://www.quesera.com/~reynhout/misc/rsync-hfsmode-patch The current patch is against rsync-2.6.2. It still works with the standard build of rsync on the receiving side, so only the sender needs to be patched. For a single HFS+ file, ther...
2012 Sep 19
1
[LLVMdev] [cfe-dev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
...- 3]; > > Answer: Since in the current implementation of SPIR, a pointer is defined as 64bits when in a structure(SPIR spec 2.1.5), the offsets themselves are well defined. > > *****comment 4: > // We're required to diagnose this iff sizeof(size_t) != 4. > extern int x[20]; > int x[sizeof(size_t) * 5; > // We're required to diagnose this iff sizeof(size_t) == 4. > void f(int x) { > switch(x) { >...
2012 Sep 14
2
[LLVMdev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
Hi All, I have made an attempt to summarize the different comments that were raised so far. An answer has been provided inside. Please let me know if I missed any comments or got them wrong. *** Hal Finkel: Handling FP_CONTRACT *** *****Comment: The current specification provides a mechanism for handling FP_CONTRACT, but does so only at the mo...
2015 Oct 09
4
A where() functions that does what exists() does but return the environment when object lives?
Hi, exists("foo", inherits=TRUE) check whether an object named "foo" exists, and get("foo", inherits=TRUE) retrieves it. I'm looking for a similar function to exists() that returns the environment where the object "foo" exists, iff at all. If not found, NULL is returned. Does that exist? EXAMPLE #1: > sample2 <- base::sample > env <- where("sample2", inherits=TRUE) > env <environment: R_GlobalEnv> Note the difference to: > obj <- get("sample2", inherits=TRUE) > environmen...
2017 Dec 21
2
[PATCH v5 4/4] virtio_remoteproc: correct put_device virtio_device.dev
rproc_virtio_dev_release will be called iff virtio_device.dev's reference count drops to 0. Here we just put vdev.dev, and then rproc->dev's cleanup will be done in rproc_virtio_dev_release. Signed-off-by: weiping zhang <zhangweiping at didichuxing.com> --- drivers/remoteproc/remoteproc_virtio.c | 2 +- 1 file changed, 1 i...
2006 May 26
2
question about coding
John Miles wrote: > You'll definitely have to encode in little-endian form. PCM audio is always > little-endian, to the best of my knowledge. I have never seen any > big-endian audio data files. Try AIFF, AU and IFF just for starters. They are definietly not the only ones. Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo +-----------------------------------------------------------+ "UNIX was not designed to stop you from doing stupid things, becaus...
2012 Aug 15
5
[PATCH] xl: Suppress spurious warning message for cpupool-list
...l_list_cpupool (such as cpupool-list) printing that error message spuriously. This patch adds a "probe" argument to cpupool_info(). If set, it won''t print a warning if the xc_cpupool_getinfo() fails with ENOENT. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c @@ -583,7 +583,8 @@ int libxl_domain_info(libxl_ctx *ctx, li static int cpupool_info(libxl__gc *gc, libxl_cpupoolinfo *info, uint32_t poolid, -...