Searched refs:getle16 (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 379 + ((2*getle16(data,6) - 1) | 7) + 1; in read_buffer() 1244 step = getle16(buf, 8); in refresh_attributes() 1245 used = getle16(buf, 12); in refresh_attributes() 1262 len = getle16(buf, i + 2); in refresh_attributes() 1263 key = getle16(buf, i); in refresh_attributes() 1341 mftrecsz = (getle16(buf,6) - 1)*512; in fixup() 1353 printf(" seq number 0x%04x\n",(int)getle16(buf, 16)); in fixup() 1355 printf(" link count %d\n",(int)getle16(buf, 18)); in fixup() 1359 flags = getle16(buf, 22); in fixup() 1373 base = getle16(bu in fixup() [all...] |
H A D | ntfsrecover.h | 25 #define getle16(p,x) le16_to_cpu(*(const le16*)((const char*)(p) + (x))) macro
|
H A D | playlog.c | 233 lth = getle16(buffer,k+8); in sanity_indx_list() 242 (int)getle16(buffer,k+12),(int)k); in sanity_indx_list() 251 (int)getle16(buffer,k+12),(int)k); in sanity_indx_list() 258 (int)getle16(buffer,k+12),(int)k); in sanity_indx_list() 265 (int)getle16(buffer,k+12),(int)k); in sanity_indx_list() 272 (int)getle16(buffer,k+12),(int)k); in sanity_indx_list() 2679 target += getle16(buffer, target + 8) - length; in redo_update_root_vcn() 2770 target += getle16(buffer, target + 8) - length; in redo_update_vcn() 3602 target += getle16(buffer, target + 8) - length; in undo_update_vcn() 3811 target += getle16(buffe in undo_update_root_vcn() [all...] |
Completed in 9 milliseconds