HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 176 - 182 of 182) sorted by null

1 2 3 4 5 6 78

  /external/libmtp/src/
ptp-pack.c 552 tm.tm_hour = atoi (tmp);
    [all...]
  /external/strace/
file.c 780 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
    [all...]
  /external/zlib/contrib/minizip/
zip.c 341 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
    [all...]
  /external/qemu/block/
vvfat.c 533 return cpu_to_le16((t->tm_sec/2)|(t->tm_min<<5)|(t->tm_hour<<11));
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 78