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

  /external/fsck_msdos/
dir.c 532 u_int lidx = 0; local
627 || lidx != (*p & LRNOMASK)) {
638 lidx = *p & LRNOMASK;
639 t = longName + --lidx * 13;
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 479 int lidx = 0; local
522 sLightCoords[lidx++] = (int) (x * lightScale);
523 sLightCoords[lidx++] = (int) (y * lightScale);
524 sLightCoords[lidx++] = (int) (z * lightScale);
    [all...]
  /frameworks/base/media/libmedia/
ToneGenerator.cpp     [all...]

Completed in 60 milliseconds