Lines Matching refs:nti
182 def nti(s): function
1211 chksum = nti(buf[148:156])
1218 obj.mode = nti(buf[100:108])
1219 obj.uid = nti(buf[108:116])
1220 obj.gid = nti(buf[116:124])
1221 obj.size = nti(buf[124:136])
1222 obj.mtime = nti(buf[136:148])
1228 obj.devmajor = nti(buf[329:337])
1229 obj.devminor = nti(buf[337:345])
1331 offset = nti(buf[pos:pos + 12])
1332 numbytes = nti(buf[pos + 12:pos + 24])
1343 origsize = nti(buf[483:495])
1352 offset = nti(buf[pos:pos + 12])
1353 numbytes = nti(buf[pos + 12:pos + 24])