Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/src/x86_64/
H A Dinit.h32 # define REG_INIT_LOC(c, rlc, ruc) \
36 # define REG_INIT_LOC(c, rlc, ruc) \
37 DWARF_LOC ((unw_word_t) &dwarf_get_uc(&c->dwarf)->uc_mcontext.mc_ ## rlc, 0)
40 # define REG_INIT_LOC(c, rlc, ruc) \
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c660 runlist_element *rlc = na->rl; in wipe_compressed_attribute() local
664 while (rlc->length) { in wipe_compressed_attribute()
665 cur_vcn += rlc->length; in wipe_compressed_attribute()
667 (((rlc + 1)->length) && (rlc->lcn != LCN_HOLE))) { in wipe_compressed_attribute()
668 rlc++; in wipe_compressed_attribute()
672 if (rlc->lcn == LCN_HOLE) { in wipe_compressed_attribute()
675 offset = cur_vcn - rlc->length; in wipe_compressed_attribute()
677 restart = rlc + 1; in wipe_compressed_attribute()
678 rlc in wipe_compressed_attribute()
[all...]
H A Dntfsinfo.c1435 runlist *rlc = rl; in ntfs_dump_attribute_header() local
1442 while (rlc->length) { in ntfs_dump_attribute_header()
1444 if (rlc->lcn >= 0) { in ntfs_dump_attribute_header()
1447 (long long)rlc->vcn, in ntfs_dump_attribute_header()
1448 (long long)rlc->lcn, in ntfs_dump_attribute_header()
1449 (long long)rlc->length); in ntfs_dump_attribute_header()
1451 && (rlc->lcn != next_lcn)) in ntfs_dump_attribute_header()
1453 next_lcn = rlc->lcn + rlc->length; in ntfs_dump_attribute_header()
1457 (long long)rlc in ntfs_dump_attribute_header()
[all...]
H A Dntfsfallocate.c594 runlist_element *rlc; in ntfs_inner_allocation() local
639 rlc = ntfs_cluster_alloc(vol, from_hole, need, in ntfs_inner_allocation()
641 if (!rlc) in ntfs_inner_allocation()
644 err = ntfs_merge_allocation(na, rlc, in ntfs_inner_allocation()
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1719 runlist *rlc; in ntfs_rl_sparse() local
1727 for (rlc = rl; rlc->length; rlc++) in ntfs_rl_sparse()
1728 if (rlc->lcn < 0) { in ntfs_rl_sparse()
1729 if (rlc->lcn != LCN_HOLE) { in ntfs_rl_sparse()
1748 runlist *rlc; in ntfs_rl_get_compressed_size() local
1757 for (rlc = rl; rlc->length; rlc in ntfs_rl_get_compressed_size()
[all...]
H A Dattrib.c1308 runlist *rlc; in ntfs_attr_fill_hole() local
1360 rlc = *rl; in ntfs_attr_fill_hole()
1361 while (rlc->vcn) { in ntfs_attr_fill_hole()
1362 rlc--; in ntfs_attr_fill_hole()
1363 if (rlc->lcn >= 0) { in ntfs_attr_fill_hole()
1371 lcn_seek_from = rlc->lcn + rlc->length; in ntfs_attr_fill_hole()
1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn); in ntfs_attr_fill_hole()
1379 rlc in ntfs_attr_fill_hole()
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h8830 int rlc, // i : rl code in hufEncode()
8851 sendCode(hcode[s], cs, hcode[rlc], c, lc, out); in hufEncode()
8862 sendCode(hcode[s], cs, hcode[rlc], c, lc, out); in hufEncode()
8886 #define getCode(po, rlc, c, lc, in, out, ob, oe) \
8888 if (po == rlc) { \
8908 static bool getCode(int po, int rlc, long long &c, int &lc, const char *&in, in getCode() argument
8912 if (po == rlc) { in getCode()
8951 int rlc, // i : run-length code in hufDecode()
8982 // std::cout << "rlc = " << rlc << st in hufDecode()
8826 hufEncode(const long long *hcode, const unsigned short *in, const int ni, int rlc, char *out) hufEncode() argument
8947 hufDecode(const long long *hcode, const HufDec *hdecod, const char *in, int ni, int rlc, int no, unsigned short *out) hufDecode() argument
[all...]

Completed in 25 milliseconds