Home
last modified time | relevance | path

Searched refs:get_source_index (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/examples/
H A Dreceive.rs6 let source_index = get_source_index(); in main()
30 fn get_source_index() -> usize { in get_source_index() function
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddatasheet.c90 static int get_source_index (const struct datasheet *ds, const struct source *source);
1491 get_source_index (const struct datasheet *ds, const struct source *source) in get_source_index() function
1520 = ds->sources[get_source_index (ods, ods->columns[i].source)]; in clone_datasheet()