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

  /build/tools/apriori/
rangesort.h 15 typedef struct range_t range_t; typedef in typeref:struct:range_t
16 struct range_t { struct
20 void (*err_fn)(range_error_t, range_t *, range_t *);
35 void (*err_fn)(range_error_t, range_t *, range_t *),
43 range_t *find_range(range_list_t *ranges, GElf_Off value);
45 range_t *get_sorted_ranges(const range_list_t *ranges, int *num_ranges);
52 range_t structures comprising each new contiguous range, as well as the
    [all...]
  /external/elfcopy/
rangesort.h 15 typedef struct range_t range_t; typedef in typeref:struct:range_t
16 struct range_t { struct
20 void (*err_fn)(range_error_t, range_t *, range_t *);
35 void (*err_fn)(range_error_t, range_t *, range_t *),
43 range_t *find_range(range_list_t *ranges, GElf_Off value);
45 range_t *get_sorted_ranges(const range_list_t *ranges, int *num_ranges);
52 range_t structures comprising each new contiguous range, as well as the
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
umap.h 43 typedef pair<iterator,iterator> range_t; typedef in class:ustl::map
umatrix.h 35 typedef typename tuple_type::range_t range_t; typedef in class:ustl::matrix
umultimap.h 43 typedef pair<iterator,iterator> range_t; typedef in class:ustl::multimap
59 inline range_t equal_range (const_key_ref k) { return (make_pair (const_cast<iterator>(lower_bound(k)), const_cast<iterator>(upper_bound(k)))); }
utuple.h 38 typedef pair<iterator,iterator> range_t; typedef in class:ustl::tuple

Completed in 5786 milliseconds