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

  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 30 const char *s00 = "\u0000"; // expected-error {{universal character name refers to a control character}} variable
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 339 (s00, se, fpi, exp, bits)
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
383 for(s = s00;;s++) switch(*s) {
394 s = s00;
416 s = s00;
482 s = s00;
485 s00 = s;
515 s = s00;
547 s = s00;
    [all...]
strtod.c 85 (s00, se) CONST char *s00; char **se;
87 (CONST char *s00, char **se)
145 for(s = s00;;s++) switch(*s) {
186 s = s00;
261 s00 = s;
291 s = s00;
335 s = s00;
gdtoaimp.h 613 extern double strtod ANSI((const char *s00, char **se));
  /ndk/sources/android/support/src/stdio/
strtod.c 412 extern "C" double strtod(const char *s00, char **se);
1578 (s00, se) CONST char *s00; char **se;
1580 (CONST char *s00, char **se)
1608 for(s = s00; isspace((unsigned char) *s); s++)
1619 s = s00;
1675 s = s00;
    [all...]
  /external/libpng/
png.c     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_png.c     [all...]

Completed in 822 milliseconds