Searched refs:mapp (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrmap.c | 45 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()
|
D | ptrmap.h | 24 void __ptrmap_add(struct ptrmap **mapp, void *key, void *val); 25 void __ptrmap_update(struct ptrmap **mapp, void *key, void *val);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fieldmatch.c | 499 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[x + map_linesize]&1))) in compare_fields() 555 if ((mapp[x]&2) || (mapp[x + map_linesize]&2)) in compare_fields() 557 if ((mapp[x]&4) || (mapp[x + map_linesize]&4)) in compare_fields() 562 if (temp2 > 23 && ((mapp[x]&1) || (mapp[x + map_linesize]&1))) in compare_fields() [all …]
|
/third_party/libdrm/tegra/ |
D | channel.c | 142 struct drm_tegra_mapping **mapp) in drm_tegra_channel_map() argument 149 if (!drm || !bo || !mapp) in drm_tegra_channel_map() 169 *mapp = map; in drm_tegra_channel_map()
|
D | tegra.h | 91 struct drm_tegra_mapping **mapp);
|
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/reportErrors/declarationEmitErrors/ |
D | when-file-with-no-error-changes.js | 33 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'… 83 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'…
|
D | when-fixing-error-files-all-files-are-emitted.js | 33 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'…
|
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/reportErrors/declarationEmitErrors/introduceError/ |
D | when-file-with-no-error-changes.js | 154 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'… 202 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'…
|
D | when-fixing-errors-only-changed-file-is-emitted.js | 154 [96mapp/fileWithError.ts[0m:[93m1[0m:[93m12[0m - [91merror[0m[90m TS4094: [0mProperty 'p'…
|
/third_party/libabigail/src/ |
D | abg-leaf-reporter.cc | 79 const string_diff_ptr_map& mapp, in report_diffs() argument 84 sort_string_diff_ptr_map(mapp, sorted_diffs); in report_diffs()
|
/third_party/pulseaudio/po/ |
D | hu.po | 423 msgstr "A(z) „%s” felhasználó Saját mappája nem „%s”. Kihagyás."
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 124108 …tex to serialise access to the hash table with the function pointer => function name string mapp...
|