Searched refs:rlc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1666 runlist *rlc; local
1674 for (rlc = rl; rlc->length; rlc++)
1675 if (rlc->lcn < 0) {
1676 if (rlc->lcn != LCN_HOLE) {
1695 runlist *rlc; local
1704 for (rlc = rl; rlc->length; rlc
[all...]
H A Dattrib.c1022 runlist *rlc; local
1049 rlc = *rl;
1050 while (rlc->vcn) {
1051 rlc--;
1052 if (rlc->lcn >= 0) {
1053 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn);
1059 rlc = *rl;
1060 while (rlc->length) {
1061 rlc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c463 #define get_code(po, rlc, c, lc, gb, out, oe) \
465 if (po == rlc) { \
488 int rlc, int no, uint16_t *out)
505 get_code(pl.lit, rlc, c, lc, gb, out, oe);
522 get_code(pl.p[j], rlc, c, lc, gb, out, oe);
543 get_code(pl.lit, rlc, c, lc, gb, out, oe);
486 huf_decode(const uint64_t *hcode, const HufDec *hdecod, GetByteContext *gb, int nbits, int rlc, int no, uint16_t *out) argument

Completed in 48 milliseconds