Home
last modified time | relevance | path

Searched refs:mapp (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dptrmap.c45 void __ptrmap_add(struct ptrmap **mapp, void *key, void *val) in __ptrmap_add() argument
47 struct ptrmap *head = *mapp; in __ptrmap_add()
64 *mapp = newmap; in __ptrmap_add()
92 void __ptrmap_update(struct ptrmap **mapp, void *key, void *val) in __ptrmap_update() argument
94 struct ptrmap *map = *mapp; in __ptrmap_update()
108 __ptrmap_add(mapp, key, val); in __ptrmap_update()
H A Dptrmap.h24 void __ptrmap_add(struct ptrmap **mapp, void *key, void *val);
25 void __ptrmap_update(struct ptrmap **mapp, void *key, void *val);
/third_party/libdrm/tegra/
H A Dchannel.c142 struct drm_tegra_mapping **mapp) in drm_tegra_channel_map()
149 if (!drm || !bo || !mapp) in drm_tegra_channel_map()
169 *mapp = map; in drm_tegra_channel_map()
140 drm_tegra_channel_map(struct drm_tegra_channel *channel, struct drm_tegra_bo *bo, uint32_t flags, struct drm_tegra_mapping **mapp) drm_tegra_channel_map() argument
H A Dtegra.h91 struct drm_tegra_mapping **mapp);
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c499 uint8_t *mapp = fm->map_data[plane]; in compare_fields() local
515 fill_buf(mapp, width, height, map_linesize, 0); in compare_fields()
522 mapp = mapp + fbase * map_linesize; in compare_fields()
540 mapp, map_linesize, height, width, plane); in compare_fields()
543 mapp + map_linesize, map_linesize, height, width, plane); in compare_fields()
548 if (mapp[x] > 0 || mapp[x + map_linesize] > 0) { in compare_fields()
552 if (temp2 > 23 && ((mapp[x]&1) || (mapp[ in compare_fields()
[all...]
/third_party/libabigail/src/
H A Dabg-leaf-reporter.cc72 /// @param mapp the set of diffs to report for.
79 const string_diff_ptr_map& mapp, in report_diffs()
84 sort_string_diff_ptr_map(mapp, sorted_diffs); in report_diffs()
78 report_diffs(const reporter_base& r, const string_diff_ptr_map& mapp, ostream& out, const string& indent) report_diffs() argument

Completed in 5 milliseconds