HomeSort by relevance Sort by last modified time
    Searched refs:atab (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
alias.c 57 struct alias *atab[ATABSIZE]; variable in typeref:struct:alias
165 ap = atab[i];
166 atab[i] = NULL;
219 for (ap = atab[i]; ap; ap = ap->next) {
272 return &atab[hashval % ATABSIZE];
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 143 milliseconds