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

  /system/extras/libpagemap/
pm_process.c 105 uint64_t **range_out, size_t *len) {
112 if (!proc || (low > high) || !range_out || !len)
116 *range_out = NULL;
139 *range_out = NULL;
147 *range_out = range;
  /system/extras/libpagemap/include/pagemap/
pagemap.h 153 * The array of PFNs is returned through *range_out, and the caller has the
157 uint64_t **range_out, size_t *len);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 68 void Range_out(FILE *, const Range *);
actions.c 308 Range_out(o, re->d.match);
333 Range_out(FILE *o, const Range *r)
345 Range_out(o, r->next);

Completed in 103 milliseconds