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

  /external/eigen/bench/
benchFFT.cpp 37 #ifndef NDATA
38 #define NDATA 1000000
48 int nits = NDATA/nfft;
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 78 private static final char[] NDATA = new char[]{ 'N', 'D', 'A', 'T', 'A' };
890 * <!ENTITY foo SYSTEM "../file.png" NDATA png>
925 if (peekCharacter() == NDATA[0]) {
926 read(NDATA);
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c 5080 const xmlChar *ndata = NULL; local
    [all...]
  /external/libxml2/
parser.c 5147 const xmlChar *ndata = NULL; local
    [all...]

Completed in 762 milliseconds