HomeSort by relevance Sort by last modified time
    Searched defs:nti (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 69 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->base.Buffer
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...]
  /bootable/recovery/updater/
blockimg.cpp 367 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); local
370 // Wait for nti->writer to be non-null, indicating some of this data is wanted.
371 pthread_mutex_lock(&nti->mu);
372 while (nti->writer == nullptr) {
374 if (!nti->receiver_available) {
375 pthread_mutex_unlock(&nti->mu);
378 pthread_cond_wait(&nti->cv, &nti->mu);
380 pthread_mutex_unlock(&nti->mu);
382 // At this point nti->writer is set, and we own it. The main thread is waiting for it t
407 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); local
471 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); local
544 NewThreadInfo nti; member in struct:CommandParameters
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 182 def nti(s): function
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 182 def nti(s): function
    [all...]
  /external/python/cpython3/Lib/
tarfile.py 174 def nti(s): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 455 milliseconds