Home
last modified time | relevance | path

Searched refs:skip_type (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/libc/libc-test/
Dbuild.rs307 cfg.skip_type(move |ty| match ty { in test_apple()
647 cfg.skip_type(move |name| match name { in test_windows()
846 cfg.skip_type(move |ty| match ty { in test_solarish()
1118 cfg.skip_type(move |ty| { in test_netbsd()
1334 cfg.skip_type(move |ty| { in test_dragonflybsd()
1690 cfg.skip_type(move |ty| { in test_android()
2242 cfg.skip_type(move |ty| { in test_freebsd()
2523 cfg.skip_type(move |ty| { in test_emscripten()
2812 cfg.skip_type(move |ty| { in test_neutrino()
2984 cfg.skip_type(move |ty| match ty { in test_vxworks()
[all …]
/third_party/ffmpeg/libavcodec/
Dwmv2dec.c40 w->skip_type = get_bits(&s->gb, 2); in parse_mb_skip()
41 switch (w->skip_type) { in parse_mb_skip()
155 int skip_type = get_bits(&gb, 2); in ff_wmv2_decode_picture_header() local
156 int run = skip_type == SKIP_TYPE_COL ? s->mb_width : s->mb_height; in ff_wmv2_decode_picture_header()
Daic.c207 int has_skips, coeff_type, coeff_bits, skip_type, skip_bits; in aic_decode_coeffs() local
221 skip_type = get_bits1(gb); in aic_decode_coeffs()
227 GET_CODE(val, skip_type, skip_bits); in aic_decode_coeffs()
Dwmv2.h52 int skip_type; member
/third_party/rust/crates/rust-openssl/systest/
Dbuild.rs104 cfg.skip_type(|s| { in main()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h160 typedef enum skip_type { enum