HomeSort by: relevance | last modified time | path
    Searched defs:hundredths (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 3362 int hundredths = (v[14] - '0') * 10 + (v[15] - '0'); local
3367 && hundredths == 0 && gmt_off == 0)
3395 /* Hundredths must be 0-99 */
3396 if (hundredths > 99)

Completed in 67 milliseconds