Searched refs:nti (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c69 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); local
71 return &nti->base.Base;
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
79 nouveau_surface_ref(NULL, &nti->surface);
91 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
92 struct nouveau_surface *s = &nti->surface;
93 struct nouveau_surface *st = &nti->transfer.surface;
113 nti->transfer.x = x;
114 nti->transfer.y = y;
139 *map = nti
150 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
451 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
652 struct nouveau_teximage *nti; local
[all...]
/external/python/cpython2/Lib/
H A Dtarfile.py182 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(bu
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_tarfile.py1684 self.assertEqual(tarfile.nti("\0"), 0)
1685 self.assertEqual(tarfile.nti(" \0"), 0)

Completed in 86 milliseconds