HomeSort by relevance Sort by last modified time
    Searched refs:nptr (Results 151 - 154 of 154) sorted by null

1 2 3 4 5 67

  /external/libpng/
pngrutil.c 29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr,
36 len = MultiByteToWideChar(CP_ACP, 0, nptr, -1, NULL, 0);
40 MultiByteToWideChar(CP_ACP, 0, nptr, -1, str, len);
43 *endptr = (char *)nptr + (png_strlen(nptr) - len + 1);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr)
32 len = MultiByteToWideChar(CP_ACP, 0, nptr, -1, NULL, 0);
36 MultiByteToWideChar(CP_ACP, 0, nptr, -1, str, len);
39 *endptr = (char *)nptr + (png_strlen(nptr) - len + 1);
    [all...]
  /external/genext2fs/
genext2fs.c 394 SI_atof(const char *nptr)
401 f = strtof(nptr, &suffixptr);
403 f = (float)strtod(nptr, &suffixptr);
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1630 milliseconds

1 2 3 4 5 67