Home
last modified time | relevance | path

Searched refs:mode_x (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/x86/
H A Dmc.rs83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
156 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
174 match PREP_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in prep_8tap()
268 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
323 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
336 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
362 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
430 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/asm/x86/
H A Dmc.rs82 const fn get_2d_mode_idx(mode_x: FilterMode, mode_y: FilterMode) -> usize { in get_2d_mode_idx()
83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
123 match PUT_HBD_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
156 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
174 match PREP_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in prep_8tap()
270 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
325 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
380 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/asm/x86/
H A Dmc.rs82 const fn get_2d_mode_idx(mode_x: FilterMode, mode_y: FilterMode) -> usize { in get_2d_mode_idx()
83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
123 match PUT_HBD_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
156 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
174 match PREP_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in prep_8tap()
270 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
325 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
380 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/asm/aarch64/
H A Dmc.rs83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
271 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
284 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
311 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
324 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
351 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
364 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
391 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/asm/aarch64/
H A Dmc.rs83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
271 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
284 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
311 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
324 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
351 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
364 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
391 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/aarch64/
H A Dmc.rs83 (mode_x as usize + 4 * (mode_y as usize)) & 15 in get_2d_mode_idx()
89 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
106 match PUT_FNS[cpu.as_index()][get_2d_mode_idx(mode_x, mode_y)] { in put_8tap()
268 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
281 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
308 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
321 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
348 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
361 out[get_2d_mode_idx($mode_x, $mode_y)] = Some($func_name);
388 ($(($mode_x:expr, $mode_y:expr, $func_name:ident)),+) => {
[all …]
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c67 int mode_rw = 0, mode_x = 0; in mp_vfs_posix_file_open() local
75 mode_x = O_CREAT | O_TRUNC; in mp_vfs_posix_file_open()
79 mode_x = O_CREAT | O_APPEND; in mp_vfs_posix_file_open()
107 MP_HAL_RETRY_SYSCALL(fd, open(fname, mode_x | mode_rw, 0644), mp_raise_OSError(err)); in mp_vfs_posix_file_open()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dmc.rs206 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
211 let x_filter = get_filter(mode_x, col_frac, width); in put_8tap()
307 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
312 let x_filter = get_filter(mode_x, col_frac, width); in prep_8tap()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dmc.rs206 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
211 let x_filter = get_filter(mode_x, col_frac, width); in put_8tap()
307 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
312 let x_filter = get_filter(mode_x, col_frac, width); in prep_8tap()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dmc.rs206 height: usize, col_frac: i32, row_frac: i32, mode_x: FilterMode, in put_8tap()
211 let x_filter = get_filter(mode_x, col_frac, width); in put_8tap()
307 col_frac: i32, row_frac: i32, mode_x: FilterMode, mode_y: FilterMode, in prep_8tap()
312 let x_filter = get_filter(mode_x, col_frac, width); in prep_8tap()
/dports/x11-wm/i3/i3-4.20.1/parser-specs/
H A Dcommands.spec421 mode_x = 'px', 'ppt'
428 -> call cmd_move_window_to_position(&coord_x, $mode_x, &coord_y, $mode_y)
430 -> call cmd_move_window_to_position(&coord_x, $mode_x, &coord_y, 0)
/dports/x11-wm/i3-gaps/i3-4.20.1/parser-specs/
H A Dcommands.spec439 mode_x = 'px', 'ppt'
446 -> call cmd_move_window_to_position(&coord_x, $mode_x, &coord_y, $mode_y)
448 -> call cmd_move_window_to_position(&coord_x, $mode_x, &coord_y, 0)
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dcommands.h267 void cmd_move_window_to_position(I3_CMD, long x, const char *mode_x, long y, const char *mode_y);
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dcommands.h267 void cmd_move_window_to_position(I3_CMD, long x, const char *mode_x, long y, const char *mode_y);
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dlock_tests.py939 mode_x = stat.S_IXUSR
962 or not gamma_stat & mode_x):
974 or not gamma_stat & mode_x):
990 or not gamma_stat & mode_x):
1003 or not gamma_stat & mode_x):
1016 mode_x = stat.S_IXUSR
1039 or not gamma_stat & mode_x):
1051 or not gamma_stat & mode_x):
1067 or not gamma_stat & mode_x):
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dlock_tests.py939 mode_x = stat.S_IXUSR
962 or not gamma_stat & mode_x):
974 or not gamma_stat & mode_x):
990 or not gamma_stat & mode_x):
1003 or not gamma_stat & mode_x):
1016 mode_x = stat.S_IXUSR
1039 or not gamma_stat & mode_x):
1051 or not gamma_stat & mode_x):
1067 or not gamma_stat & mode_x):
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dlock_tests.py939 mode_x = stat.S_IXUSR
962 or not gamma_stat & mode_x):
974 or not gamma_stat & mode_x):
990 or not gamma_stat & mode_x):
1003 or not gamma_stat & mode_x):
1016 mode_x = stat.S_IXUSR
1039 or not gamma_stat & mode_x):
1051 or not gamma_stat & mode_x):
1067 or not gamma_stat & mode_x):
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dlock_tests.py939 mode_x = stat.S_IXUSR
962 or not gamma_stat & mode_x):
974 or not gamma_stat & mode_x):
990 or not gamma_stat & mode_x):
1003 or not gamma_stat & mode_x):
1016 mode_x = stat.S_IXUSR
1039 or not gamma_stat & mode_x):
1051 or not gamma_stat & mode_x):
1067 or not gamma_stat & mode_x):
/dports/www/links/links-2.25/
H A Dsvgalib.c100 static int mode_x; /* 1 if mode_X organization is set up */ variable
1431 } else if (mode_x) { in setup_functions()
1440 else if (mode_x) svga_driver.fill_area = fill_area_drawscansegment; in setup_functions()
1452 } else if (mode_x) { in setup_functions()
1488 } else if (!mode_x) { in setup_functions()
1499 } else if (mode_x) { in setup_functions()
2054 mode_x=!!(i->flags&IS_MODEX);
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dcommands.c1793 void cmd_move_window_to_position(I3_CMD, long x, const char *mode_x, long y, const char *mode_y) { in cmd_move_window_to_position() argument
1814 … newrect.x = mode_x && strcmp(mode_x, "ppt") == 0 ? output->rect.width * ((double)x / 100.0) : x; in cmd_move_window_to_position()
1816 DLOG("moving to position %d %s %d %s\n", newrect.x, mode_x, newrect.y, mode_y); in cmd_move_window_to_position()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dcommands.c1793 void cmd_move_window_to_position(I3_CMD, long x, const char *mode_x, long y, const char *mode_y) { in cmd_move_window_to_position() argument
1814 … newrect.x = mode_x && strcmp(mode_x, "ppt") == 0 ? output->rect.width * ((double)x / 100.0) : x; in cmd_move_window_to_position()
1816 DLOG("moving to position %d %s %d %s\n", newrect.x, mode_x, newrect.y, mode_y); in cmd_move_window_to_position()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/aarch64/
H A Daarch64.c7349 machine_mode mode_x = GET_MODE (x); in aarch64_select_cc_mode() local
7385 && (mode_x == HImode || mode_x == QImode)) in aarch64_select_cc_mode()
7391 && (mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7396 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7408 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7417 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7424 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7431 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7435 && (rtx_mode_t (y, mode_x) in aarch64_select_cc_mode()
7436 == (wi::shwi (1, mode_x) in aarch64_select_cc_mode()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/aarch64/
H A Daarch64.c7174 machine_mode mode_x = GET_MODE (x); in aarch64_select_cc_mode() local
7210 && (mode_x == HImode || mode_x == QImode)) in aarch64_select_cc_mode()
7216 && (mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7221 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7233 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7242 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7249 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7256 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7260 && (rtx_mode_t (y, mode_x) in aarch64_select_cc_mode()
7261 == (wi::shwi (1, mode_x) in aarch64_select_cc_mode()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/aarch64/
H A Daarch64.c7349 machine_mode mode_x = GET_MODE (x); in aarch64_select_cc_mode() local
7385 && (mode_x == HImode || mode_x == QImode)) in aarch64_select_cc_mode()
7391 && (mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7396 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7408 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7417 if ((mode_x == SImode || mode_x == DImode) in aarch64_select_cc_mode()
7424 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7431 if ((mode_x == DImode || mode_x == TImode) in aarch64_select_cc_mode()
7435 && (rtx_mode_t (y, mode_x) in aarch64_select_cc_mode()
7436 == (wi::shwi (1, mode_x) in aarch64_select_cc_mode()
[all …]
/dports/x11-wm/mcwm/mcwm-20130209/
H A Dmcwm.c3437 int16_t mode_x = 0; /* X coord when in special mode */ in events() local
3640 mode_x = pointx; in events()
3790 if (mode_x > focuswin->width) in events()
3801 x = mode_x; in events()

12