Searched refs:ntag (Results 1 - 3 of 3) sorted by relevance
/third_party/littlefs/scripts/ |
H A D | readmdir.py | 122 ntag = Tag(self.type, nid, self.size) 123 if hasattr(self, 'off'): ntag.off = self.off 124 if hasattr(self, 'data'): ntag.data = self.data 125 if hasattr(self, 'ccrc'): ntag.crc = self.crc 126 if hasattr(self, 'erased'): ntag.erased = self.erased 127 return ntag 202 ntag, = struct.unpack('>I', block[off:off+4]) 204 tag = Tag((int(tag) ^ ntag) & 0x7fffffff) 257 ntag = tag.chid(id) 258 if ntag i [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compress.c | 292 int ntag; /* count of bits still undefined in tag */ in ntfs_compress_block() local 313 ntag = 8; in ntfs_compress_block() 351 tag |= (1 << (8 - ntag)); in ntfs_compress_block() 357 --ntag; in ntfs_compress_block() 392 tag |= (1 << (8 - ntag)); in ntfs_compress_block() 413 if (!--ntag) { in ntfs_compress_block() 415 ntag = 8; in ntfs_compress_block() 422 if (ntag == 8) in ntfs_compress_block()
|
/third_party/littlefs/ |
H A D | lfs.c | 690 lfs_tag_t ntag = dir->etag; in lfs_dir_getslice() local 701 while (off >= sizeof(lfs_tag_t) + lfs_tag_dsize(ntag)) { in lfs_dir_getslice() 702 off -= lfs_tag_dsize(ntag); in lfs_dir_getslice() 703 lfs_tag_t tag = ntag; in lfs_dir_getslice() 705 NULL, &lfs->rcache, sizeof(ntag), in lfs_dir_getslice() 706 dir->pair[0], off, &ntag, sizeof(ntag)); in lfs_dir_getslice() 711 ntag = (lfs_frombe32(ntag) ^ tag) & 0x7fffffff; in lfs_dir_getslice() 1579 lfs_tag_t ntag in lfs_dir_commitattr() local 1691 lfs_tag_t ntag = LFS_MKTAG( lfs_dir_commitcrc() local [all...] |
Completed in 7 milliseconds