HomeSort by relevance Sort by last modified time
    Searched full:findfunc (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrTHashCache.h 130 T* GrTHashTable<T, Key, kHashBits>::find(const Key& key, const FindFuncType& findFunc) const {
135 if (NULL != elem && Key::EQ(*elem, key) && findFunc(elem)) {
152 if (findFunc(fSorted[index])) {
  /external/mksh/src/
exec.c 710 if (!(ftp = findfunc(cp, hash(cp), false)) ||
951 findfunc(const char *name, uint32_t h, bool create) function
991 tp = findfunc(name, nhash, true);
992 /* because findfunc:create=true */
999 * this table entry so findfunc() won't see it
1091 tp = findfunc(name, h, false);
    [all...]
sh.h     [all...]
funcs.c 822 f = findfunc(wp[i], hash(wp[i]),
    [all...]

Completed in 803 milliseconds