Searched refs:skip_field (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 348 cfg.skip_field(move |struct_, field| { in test_apple() 569 cfg.skip_field(|struct_, field| { in test_openbsd() 673 cfg.skip_field(move |s, field| match s { in test_windows() 917 cfg.skip_field(move |s, field| { in test_solarish() 1188 cfg.skip_field(|struct_, field| { in test_netbsd() 1414 cfg.skip_field(move |struct_, field| { in test_dragonflybsd() 1491 cfg.skip_field(|s, field| s == "dirent" && field == "d_name"); in test_wasi() 1827 cfg.skip_field(move |struct_, field| { in test_android() 1842 cfg.skip_field(|struct_, field| { in test_android() 2334 cfg.skip_field(mov in test_freebsd() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | timecode.h | 123 * @param skip_field prevent the use of a field flag when it is known the field 127 char *av_timecode_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field);
|
H A D | timecode.c | 138 char *av_timecode_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field) in av_timecode_make_smpte_tc_string2() argument 148 if (!skip_field) { in av_timecode_make_smpte_tc_string2()
|
Completed in 4 milliseconds