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

  /external/libedit/src/
readline.c 919 char *nresult = el_realloc(result, \
920 (size += len + 1) * sizeof(*nresult)); \
921 if (nresult == NULL) { \
927 result = nresult; \
1101 char **nresult; local
1103 nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
1104 if (nresult == NULL) {
1108 result = nresult;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 1133 int nresult; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 859 milliseconds