Displaying 7 results from an estimated 7 matches for "ioff".
Did you mean:
iff
2009 Mar 31
2
scope of variables in R
...riables in the file containing the main script and the called functions:
# ----------------------------------------------------------------------------
# --------------------------- GLOBAL DATA & CONSTANTS ----------------------
EntrThreshold <- 1.e+35
NCMAX <- 50
ncof <- 0
ioff <- 0
joff <- 0
sig <- 0.0
cc <- vector(length=NCMAX)
cr <- vector(length=NCMAX)
Function "pwtset", called by function "ford", changes the content of variable 'ncof' as confirmed by the debigging printed values.
But when function "...
2011 Jul 21
10
[PATCH v5 0/8] Btrfs scrub: print path to corrupted files and trigger nodatasum fixup
While testing raid-auto-repair patches I''m going to send out later, I just found
the very last bug in my current scrub patch series:
Changelog v4->v5:
- fixed a deadlock when fixup is taking longer while scrub is about to end
Original message follows:
------------------------
This patch set introduces two new features for scrub. They share the backref
iteration code which is the
2004 May 21
2
Bug#247360: logcheck: Where's NEWS.Debian?
Package: logcheck
Version: 1.2.20a
Severity: normal
Followup-For: Bug #247360
I can't find NEWS.Debian in the package.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R
Versions of packages logcheck depends on:
ii adduser
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply
2009 May 12
0
[PATCH 1/2] btrfs-progs: mixed back ref support
...LEAF_DATA_SIZE(root) -
+ data_copy_size, btrfs_leaf_data(l) +
+ leaf_data_end(root, l), data_copy_size);
+
+ rt_data_off = BTRFS_LEAF_DATA_SIZE(root) -
+ btrfs_item_end_nr(l, mid);
+
+ for (i = 0; i < nritems; i++) {
+ struct btrfs_item *item = btrfs_item_nr(right, i);
+ u32 ioff = btrfs_item_offset(right, item);
+ btrfs_set_item_offset(right, item, ioff + rt_data_off);
+ }
+
+ btrfs_set_header_nritems(l, mid);
+ ret = 0;
+ btrfs_item_key(right, &disk_key, 0);
+ wret = insert_ptr(trans, root, path, &disk_key, right->start,
+ path->slots[1] + 1, 1);
+ if (...
2004 Sep 10
1
MPlayer now supports FLAC
Hello,
Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu)
now supports FLAC decoding.
Decoding can be done via external libFLAC or via improted files
(We have imported some files from libFLAC (stream_decoder) and
plugin_common(dither/replay_gain)).
Currently it doesn't support decoding FLAC embedded into Ogg container.
There are some problems, probably with
2004 Sep 10
1
MPlayer now supports FLAC
Hello,
Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu)
now supports FLAC decoding.
Decoding can be done via external libFLAC or via improted files
(We have imported some files from libFLAC (stream_decoder) and
plugin_common(dither/replay_gain)).
Currently it doesn't support decoding FLAC embedded into Ogg container.
There are some problems, probably with