Searched defs:nti (Results 1 – 7 of 7) sorted by relevance
30 char const * nti = ti.name(); in main() local
32 char const * nti = ti.name(); in main() local
39 not_there_iter nti = fusion::find_if<is_same<_,not_there> >(tree); in process_tree() local
36 not_there_iter nti = fusion::find<not_there>(tree); in process_tree() local
72 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); in nouveau_teximage_new() local80 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free() local94 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image() local153 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image() local454 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage() local655 struct nouveau_teximage *nti; in nouveau_set_texbuffer() local
172 def nti(s): function