HomeSort by: relevance | last modified time | path
    Searched defs:pcount (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/
tests.h 394 int pcount = ostrstream::pcount (); local
395 char *s = (char *) (*__gmp_allocate_func) (pcount + 1);
396 memcpy (s, ostrstream::str(), pcount);
397 s[pcount] = '\0';
399 (*__gmp_free_func) (s, pcount + 1);
  /src/games/boggle/boggle/
word.c 70 int ch, pcount; local
88 if ((pcount = getc(fp)) == EOF)
91 } else if ((pcount = lastch) == EOF)
94 p = buf + pcount;
  /src/games/boggle/mkindex/
mkindex.c 100 int ch, pcount; local
107 if ((pcount = getc(fp)) == EOF)
111 else if ((pcount = lastch) == EOF)
114 p = buf + (*clen = pcount);
  /src/external/apache2/llvm/dist/libcxx/src/
strstream.cpp 147 strstreambuf::pcount() const function in class:strstreambuf
  /src/external/gpl3/gcc/dist/libgfortran/generated/
reshape_c10.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c16.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c17.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c4.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c8.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_i16.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_i4.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_i8.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_r10.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_r16.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_r17.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_r4.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_r8.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
reshape_generic.c 55 index_type pcount[GFC_MAX_DIMENSIONS]; local
122 pcount[n] = 0;
277 scount[dim] = pcount[dim];
338 scount[dim] = pcount[dim];
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
strstream.cc 135 strstreambuf::pcount() const throw () function in class:strstreambuf
386 ostrstream::pcount() const throw () function in class:ostrstream
387 { return _M_buf.pcount(); }
409 strstream::pcount() const throw () function in class:strstream
410 { return _M_buf.pcount(); }
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
reshape_c10.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c16.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c17.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c4.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_c8.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];
reshape_i16.c 67 index_type pcount[GFC_MAX_DIMENSIONS]; local
132 pcount[n] = 0;
287 scount[dim] = pcount[dim];
347 scount[dim] = pcount[dim];

Completed in 74 milliseconds

1 2