Home
last modified time | relevance | path

Searched defs:nti (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c72 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); in nouveau_teximage_new() local
80 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free() local
94 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image() local
153 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image() local
454 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage() local
655 struct nouveau_teximage *nti; in nouveau_set_texbuffer() local
/external/python/cpython3/Lib/
Dtarfile.py172 def nti(s): function
/external/python/cpython2/Lib/
Dtarfile.py182 def nti(s): function
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1593 NameAndTypeInfo nti = (NameAndTypeInfo)obj; in equals() local