Searched refs:getle32 (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.h | 26 #define getle32(p,x) le32_to_cpu(*(const le32*)((const char*)(p) + (x))) macro
|
D | ntfsrecover.c | 1386 lth = getle32(buf, base + 4); in fixup() 1404 switch (getle32(buf,0)) { in fixup() 1436 printf(" tag 0x%lx\n",(long)getle32(buf, base)); in fixup() 1511 (long)getle32(buf, 0)); in fixup() 1514 (long)getle32(buf, 4)); in fixup() 1517 (long)getle32(buf, 16)); in fixup() 1575 (long)getle32(buf, 16)); in fixup() 1580 (long)getle32(buf, 16)); in fixup() 1582 (long)getle32(buf, 20)); in fixup() 1587 (long)getle32(buf, 20)); in fixup() [all …]
|
D | playlog.c | 256 (long)getle32(buffer,k + 16), in sanity_indx_list() 263 (long)getle32(buffer,k + 20), in sanity_indx_list()
|