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

  /external/toybox/toys/pending/
brctl.c 77 int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES]; local
97 memset(pindices, 0, sizeof(pindices));
98 get_ports(br, pindices);
100 if (!pindices[j]) continue;
101 if (!if_indextoname(pindices[j], ifn)) {
102 error_msg("no name for index :%d", pindices[j]);
261 int i, index, pindices[MAX_BRIDGES]; local
266 memset(pindices, 0, sizeof(pindices));
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 87 unsigned short* pIndices, int indexCount) {
106 int index = pIndices[i];
141 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float));
142 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float));
143 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float));
    [all...]

Completed in 29 milliseconds