Lines Matching refs:nti
172 def nti(s): function
1037 chksum = nti(buf[148:156])
1043 obj.mode = nti(buf[100:108])
1044 obj.uid = nti(buf[108:116])
1045 obj.gid = nti(buf[116:124])
1046 obj.size = nti(buf[124:136])
1047 obj.mtime = nti(buf[136:148])
1053 obj.devmajor = nti(buf[329:337])
1054 obj.devminor = nti(buf[337:345])
1070 offset = nti(buf[pos:pos + 12])
1071 numbytes = nti(buf[pos + 12:pos + 24])
1077 origsize = nti(buf[483:495])
1175 offset = nti(buf[pos:pos + 12])
1176 numbytes = nti(buf[pos + 12:pos + 24])