/third_party/ntfs-3g/include/ntfs-3g/ |
D | mft.h | 32 extern int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref, 51 const MFT_REF mref, MFT_RECORD *b) in ntfs_mft_record_read() argument 55 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_read() 56 ret = ntfs_mft_records_read(vol, mref, 1, b); in ntfs_mft_record_read() 61 extern int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref, 64 extern int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref, 67 extern int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref, 86 const MFT_REF mref, MFT_RECORD *b) in ntfs_mft_record_write() argument 90 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_write() 91 ret = ntfs_mft_records_write(vol, mref, 1, b); in ntfs_mft_record_write() [all …]
|
D | inode.h | 182 extern ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref); 192 extern void ntfs_inode_invalidate(ntfs_volume *vol, const MFT_REF mref); 200 const leMFT_REF mref);
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_tinterlace_init.c | 31 const uint8_t *srcp, ptrdiff_t mref, 34 const uint8_t *srcp, ptrdiff_t mref, 37 const uint8_t *srcp, ptrdiff_t mref, 41 const uint8_t *srcp, ptrdiff_t mref, 44 const uint8_t *srcp, ptrdiff_t mref, 47 const uint8_t *srcp, ptrdiff_t mref, 51 const uint8_t *srcp, ptrdiff_t mref, 55 const uint8_t *srcp, ptrdiff_t mref,
|
D | vf_interlace.asm | 80 cglobal lowpass_line, 5, 5, 7, dst, h, src, mref, pref 83 cglobal lowpass_line_16, 5, 5, 7, dst, h, src, mref, pref 89 cglobal lowpass_line_complex, 5, 5, 8, dst, h, src, mref, pref 151 cglobal lowpass_line_complex_12, 5, 5, 8, 16, dst, h, src, mref, pref, clip_max
|
/third_party/boost/libs/spirit/classic/test/ |
D | match_tests.cpp | 120 match<int&> mref(1, x); in match_tests() local 121 BOOST_TEST(mref.value() == 456); in match_tests() 122 mref.value(123); in match_tests() 123 BOOST_TEST(mref.value() == 123); in match_tests() 124 x = mref.value(); in match_tests() 126 mref.value() = 986; in match_tests()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | mft.c | 82 int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref, in ntfs_mft_records_read() argument 88 ntfs_log_trace("inode %llu\n", (unsigned long long)MREF(mref)); in ntfs_mft_records_read() 93 b, (long long)count, (unsigned long long)MREF(mref)); in ntfs_mft_records_read() 96 m = MREF(mref); in ntfs_mft_records_read() 144 int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref, in ntfs_mft_records_write() argument 156 m = MREF(mref); in ntfs_mft_records_write() 234 int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref, in ntfs_mft_record_check() argument 246 (unsigned long long)MREF(mref), in ntfs_mft_record_check() 253 "(%u <> %u)\n", (unsigned long long)MREF(mref), in ntfs_mft_record_check() 261 "(%u > %u)\n", (unsigned long long)MREF(mref), in ntfs_mft_record_check() [all …]
|
D | inode.c | 157 static ntfs_inode *ntfs_inode_real_open(ntfs_volume *vol, const MFT_REF mref) in ntfs_inode_real_open() argument 166 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_inode_real_open() 174 if (ntfs_file_record_read(vol, mref, &ni->mrec, NULL)) in ntfs_inode_real_open() 180 ni->mft_no = MREF(mref); in ntfs_inode_real_open() 189 " %lld", (long long)MREF(mref)); in ntfs_inode_real_open() 196 (long long)MREF(mref)); in ntfs_inode_real_open() 237 "%lld", (long long)l, (long long)MREF(mref)); in ntfs_inode_real_open() 251 (long long)MREF(mref)); in ntfs_inode_real_open() 441 void ntfs_inode_invalidate(ntfs_volume *vol, const MFT_REF mref) in ntfs_inode_invalidate() argument 445 item.inum = MREF(mref); in ntfs_inode_invalidate() [all …]
|
D | dir.c | 253 u64 mref = 0; in ntfs_inode_lookup_by_name() local 352 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name() 354 return mref; in ntfs_inode_lookup_by_name() 364 if (mref) in ntfs_inode_lookup_by_name() 365 return mref; in ntfs_inode_lookup_by_name() 468 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name() 472 return mref; in ntfs_inode_lookup_by_name() 503 if (mref) in ntfs_inode_lookup_by_name() 504 return mref; in ntfs_inode_lookup_by_name() 913 static u32 ntfs_dir_entry_type(ntfs_inode *dir_ni, MFT_REF mref, in ntfs_dir_entry_type() argument [all …]
|
D | attrlist.c | 110 leMFT_REF mref; in ntfs_attrlist_entry_add() local 126 mref = MK_LE_MREF(ni->mft_no, le16_to_cpu(ni->mrec->sequence_number)); in ntfs_attrlist_entry_add() 197 ale->mft_reference = mref; in ntfs_attrlist_entry_add()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 186 MFT_REF mref; member 209 MFT_REF mref; /* mft reference */ member 1323 MFT_REF mref; in expand_attribute_runlist() local 1327 mref = delayed->mref; in expand_attribute_runlist() 1330 (long long)mref); in expand_attribute_runlist() 1336 if (mref == FILE_MFT) in expand_attribute_runlist() 1339 ni = ntfs_inode_open(vol,mref); in expand_attribute_runlist() 1341 if (mref == FILE_MFT) in expand_attribute_runlist() 1356 (long)le32_to_cpu(type),(long long)mref); in expand_attribute_runlist() 1359 (long)le32_to_cpu(type),(long long)mref); in expand_attribute_runlist() [all …]
|
D | ntfsls.c | 129 const s64 pos, const MFT_REF mref, 493 const MFT_REF mref, const unsigned dt_type) in list_dir_entry() argument 510 if ((MREF(mref) < FILE_first_user) && (!opts.system)) in list_dir_entry() 544 printf("%7llu %s\n", (unsigned long long)MREF(mref), in list_dir_entry() 558 ni = ntfs_inode_open(dirent->vol, mref); in list_dir_entry() 590 (unsigned long long)MREF(mref), in list_dir_entry()
|
D | utils.c | 790 int utils_mftrec_in_use(ntfs_volume *vol, MFT_REF mref) in utils_mftrec_in_use() argument 804 if (((s64)MREF(mref) < bmpmref) in utils_mftrec_in_use() 805 || ((s64)MREF(mref) >= (s64)(bmpmref + (sizeof(buffer) << 3)))) { in utils_mftrec_in_use() 810 bmpmref = mref & (~((sizeof(buffer) << 3) - 1)); in utils_mftrec_in_use() 820 bit = 1 << (mref & 7); in utils_mftrec_in_use() 821 byte = (mref >> 3) & (sizeof(buffer) - 1); in utils_mftrec_in_use() 823 "in use %d\n", (long long) mref, (long long) bmpmref, in utils_mftrec_in_use()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_tinterlace.c | 113 ptrdiff_t mref, ptrdiff_t pref, int clip_max) in lowpass_line_c() argument 115 const uint8_t *srcp_above = srcp + mref; in lowpass_line_c() 127 ptrdiff_t mref, ptrdiff_t pref, int clip_max) in lowpass_line_c_16() argument 131 const uint16_t *srcp_above = srcp + mref / 2; in lowpass_line_c_16() 145 ptrdiff_t mref, ptrdiff_t pref, int clip_max) in lowpass_line_complex_c() argument 147 const uint8_t *srcp_above = srcp + mref; in lowpass_line_complex_c() 149 const uint8_t *srcp_above2 = srcp + mref * 2; in lowpass_line_complex_c() 172 ptrdiff_t mref, ptrdiff_t pref, int clip_max) in lowpass_line_complex_c_16() argument 176 const uint16_t *srcp_above = srcp + mref / 2; in lowpass_line_complex_c_16() 178 const uint16_t *srcp_above2 = srcp + mref; in lowpass_line_complex_c_16() [all …]
|
D | tinterlace.h | 79 ptrdiff_t mref, ptrdiff_t pref, int clip_max);
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ICUJDKCompare.java | 331 private Method mref; field in ICUJDKCompare.MorC 335 mref = m; in MorC() 343 return mref == null ? cref.getModifiers() : mref.getModifiers(); in getModifiers() 347 return mref == null ? void.class : mref.getReturnType(); in getReturnType() 351 return mref == null ? cref.getParameterTypes() : mref.getParameterTypes(); in getParameterTypes() 355 return mref == null ? "<init>" : mref.getName(); in getName() 359 return mref == null ? cref.toString() : mref.toString(); in getSignature()
|
/third_party/boost/boost/fusion/functional/adapter/detail/ |
D | access.hpp | 20 template <typename T> struct mref { typedef T & type; }; struct 21 template <typename T> struct mref<T&> { typedef T & type; }; struct
|
/third_party/boost/libs/qvm/test/ |
D | mul_mm_test.cpp | 26 test_qvm::matrix<M3,R,C> r=mref(x)*y; in test() 31 test_qvm::matrix<M3,R,C> r=x*mref(y); in test()
|
D | plus_mm_test.cpp | 32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)+y; in test() 38 test_qvm::matrix<M2,Rows,Cols> r=x+mref(y); in test()
|
D | minus_mm_test.cpp | 32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)-y; in test() 38 test_qvm::matrix<M2,Rows,Cols> r=x-mref(y); in test()
|
D | mul_sm_test.cpp | 30 test_qvm::matrix<M1,Rows,Cols> y=2*mref(x); in test()
|
D | div_ms_test.cpp | 30 test_qvm::matrix<M1,Rows,Cols> y=mref(x)/2; in test()
|
D | inverse_m_test.cpp | 32 test_qvm::matrix<M1,D,D> y=inverse(mref(x)); in test()
|
D | minus_m_test.cpp | 30 test_qvm::matrix<M1,Rows,Cols> y=-mref(x); in test()
|
D | mul_ms_test.cpp | 30 test_qvm::matrix<M1,Rows,Cols> y=mref(x)*2; in test()
|
/third_party/boost/boost/fusion/functional/adapter/ |
D | unfused.hpp | 144 typename detail::mref<T,>::type BOOST_PP_INTERCEPT) > & )> 151 typename detail::mref<T,>::type BOOST_PP_INTERCEPT) > & )>
|