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

  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 156 int nlength = cb.length * 2; local
157 if (nlength > readAheadLimit) {
158 nlength = readAheadLimit;
160 char ncb[] = new char[nlength];
  /external/libxaac/decoder/
ixheaacd_imdct.c 102 WORD32 nlength, const WORD32 *cos_ptr,
107 ptr_y = &ptr_x[2 * nlength - 1];
109 for (i = 0; i < nlength; i++) {
120 WORD32 nlength, const WORD32 *cos_ptr,
127 yptr = &xptr[2 * nlength - 1];
129 for (i = 0; i < nlength; i++) {
143 WORD32 nlength = npoints >> 1; local
150 if (nlength == 512) {
153 } else if (nlength == 384) {
156 } else if (nlength == 64)
    [all...]
  /external/pdfium/fxjs/
cjs_document.cpp 358 int nlength = params.size(); local
359 if (nlength == 9) {
383 if (nlength >= 1)
385 if (nlength >= 2)
387 if (nlength >= 3)
389 if (nlength >= 4)
391 if (nlength >= 5)
393 if (nlength >= 6)
395 if (nlength >= 7)
397 if (nlength >= 8
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 434 milliseconds