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

  /external/opencv3/modules/cudalegacy/src/cuda/
ccomponetns.cu 444 for (int taskIdx = tid; taskIdx < total; taskIdx += stride)
446 if (taskIdx < tasksH)
448 int indexH = taskIdx;
467 int indexV = taskIdx - tasksH;
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]

Completed in 259 milliseconds