Home
last modified time | relevance | path

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

/third_party/boost/libs/core/test/
Dtypeinfo_test.cpp30 char const * nti = ti.name(); in main() local
Dsp_typeinfo_test.cpp32 char const * nti = ti.name(); in main() local
/third_party/boost/libs/smart_ptr/test/
Dsp_typeinfo_test.cpp30 char const * nti = ti.name(); in main() local
/third_party/boost/libs/fusion/test/algorithm/
Dsegmented_find_if.cpp39 not_there_iter nti = fusion::find_if<is_same<_,not_there> >(tree); in process_tree() local
Dsegmented_find.cpp36 not_there_iter nti = fusion::find<not_there>(tree); in process_tree() local
/third_party/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
/third_party/python/Lib/
Dtarfile.py172 def nti(s): function