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

  /bionic/libc/tzcode/
localtime.c 407 static int toint(unsigned char *s) { function
489 off = toint((unsigned char *) buf + NAMELEN);
490 toread = toint((unsigned char *) buf + NAMELEN + INTLEN);
    [all...]
  /system/core/libcutils/
tztime.c 306 static int toint(unsigned char *s) { function
421 off = toint((unsigned char *) buf + NAMELEN);
422 toread = toint((unsigned char *) buf + NAMELEN + INTLEN);
    [all...]

Completed in 27 milliseconds