Home
last modified time | relevance | path

Searched refs:wide_mode (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_rotate.c27 bool wide_mode = false; in main() local
91 wide_mode = !wide_mode; in main()
124 k = (wide_mode) ? 2.0 : 1.0; in main()
H A Dex_scale.c29 bool wide_mode = false; in main() local
97 wide_mode = !wide_mode; in main()
130 k = (wide_mode) ? 2.0 : 1.0; in main()
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/cli/
H A Dxsum_os_specific.c185 wchar_t* const wide_mode = XSUM_widenString(mode, NULL); in XSUM_fopen() local
186 if (wide_mode != NULL) { in XSUM_fopen()
187 f = _wfopen(wide_filename, wide_mode); in XSUM_fopen()
188 free(wide_mode); in XSUM_fopen()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dutility.c658 wchar_t wide_mode[_MAX_PATH + 1] = L""; in lxw_fopen() local
669 wide_mode, _MAX_PATH); in lxw_fopen()
676 return _wfopen(wide_filename, wide_mode); in lxw_fopen()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/sega/
H A Dd_sys1.cpp5069 if (wide_mode) { in System1Init()
5781 wide_mode = 1; in WboyInit()
5789 wide_mode = 1; in WboyoInit()
5797 wide_mode = 1; in Wboy2Init()
5805 wide_mode = 1; in Wboy2uInit()
5812 wide_mode = 1; in Wboy4Init()
5820 wide_mode = 1; in WboyuInit()
5981 wide_mode = 0; in System1Exit()
6076 if (wide_mode) { in DrawSprite()
6086 if (wide_mode) { in DrawSprite()
[all …]
/dports/net/c3270/suite3270-4.0/Common/
H A Dnvt.c503 static int wide_mode = 0; variable
636 wide_mode = 0; in ansi_reset()
1526 wide_mode = 1; in dec_set()
1563 wide_mode = 0; in dec_reset()
1600 saved_wide_mode = wide_mode; in dec_save()
1632 wide_mode = saved_wide_mode; in dec_restore()
1633 if (wide_mode) { in dec_restore()
2398 if (!wide_mode) { in nvt_snap_modes()
2401 } else if (wide_mode) { in nvt_snap_modes()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dnvt.c503 static int wide_mode = 0; variable
636 wide_mode = 0; in ansi_reset()
1526 wide_mode = 1; in dec_set()
1563 wide_mode = 0; in dec_reset()
1600 saved_wide_mode = wide_mode; in dec_save()
1632 wide_mode = saved_wide_mode; in dec_restore()
1633 if (wide_mode) { in dec_restore()
2398 if (!wide_mode) { in nvt_snap_modes()
2401 } else if (wide_mode) { in nvt_snap_modes()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/express/
H A D_core.py1052 def process_args_into_dataframe(args, wide_mode, var_name, value_name): argument
1173 if wide_mode and argument in (value_name, var_name):
1292 wide_mode = False
1303 wide_mode = True
1321 wide_mode = True
1340 if wide_mode:
1346 if not wide_mode and (no_x != no_y):
1355 if wide_mode and wide_cross_name is None:
1378 args, wide_mode, var_name, value_name
1386 if not wide_mode and missing_bar_dim and constructor == go.Bar:
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/lua/src/
H A Dliolib.c275 wchar_t wide_mode[64]; in io_open() local
276 if (MultiByteToWideChar(CP_UTF8, 0, mode, -1, wide_mode, 64) == 0) in io_open()
282 p->f = _wfopen(wide_path, wide_mode); in io_open()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/lua/src/
H A Dliolib.c280 wchar_t wide_mode[64]; in io_open() local
281 if (MultiByteToWideChar(CP_UTF8, 0, mode, -1, wide_mode, 64) == 0) in io_open()
287 p->f = _wfopen(wide_path, wide_mode); in io_open()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc983 machine_mode wide_mode = e.vector_mode (0); in expand() local
984 poly_uint64 nunits = GET_MODE_NUNITS (wide_mode); in expand()
989 insn_code icode = code_for_aarch64_pred_sxt (wide_mode, narrow_mode); in expand()
993 insn_code icode = code_for_aarch64_cond_sxt (wide_mode, narrow_mode); in expand()
1713 machine_mode wide_mode; in expand() local
1715 if (aarch64_ptrue_all_mode (e.args[0]).exists (&wide_mode)) in expand()
1720 wide_mode = VNx16BImode; in expand()
1725 rtx wide_pg = gen_lowpart (wide_mode, pg); in expand()
1727 rtx op = force_reg (wide_mode, gen_lowpart (wide_mode, e.args[1])); in expand()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstor-layout.c2099 enum machine_mode wide_mode = VOIDmode, tmode; in get_best_mode() local
2110 wide_mode = tmode; in get_best_mode()
2113 if (wide_mode != VOIDmode) in get_best_mode()
2114 return wide_mode; in get_best_mode()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dstor-layout.c2184 enum machine_mode wide_mode = VOIDmode, tmode; in get_best_mode() local
2195 wide_mode = tmode; in get_best_mode()
2198 if (wide_mode != VOIDmode) in get_best_mode()
2199 return wide_mode; in get_best_mode()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstor-layout.c2099 enum machine_mode wide_mode = VOIDmode, tmode; in get_best_mode() local
2110 wide_mode = tmode; in get_best_mode()
2113 if (wide_mode != VOIDmode) in get_best_mode()
2114 return wide_mode; in get_best_mode()
/dports/lang/yap/yap-6.2.2/C/
H A Dstdpreds.c1283 int wide_mode = FALSE; in p_atom_concat() local
1294 if (wide_mode) { in p_atom_concat()
1376 if (IsWideAtom(AtomOfTerm(thead)) && !wide_mode) { in p_atom_concat()
1377 wide_mode = TRUE; in p_atom_concat()
1424 int wide_mode = FALSE; in p_atomic_concat() local
1444 if (wide_mode) { in p_atomic_concat()
1582 wide_mode = TRUE; in p_atomic_concat()
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2080 std::wstring wide_mode = converter.from_bytes(mode);
2081 return _wfopen(wide_path.c_str(), wide_mode.c_str());
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2062 std::wstring wide_mode = converter.from_bytes(mode);
2063 return _wfopen(wide_path.c_str(), wide_mode.c_str());
/dports/archivers/draco/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2079 std::wstring wide_mode = converter.from_bytes(mode);
2080 return _wfopen(wide_path.c_str(), wide_mode.c_str());
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googletest/include/gtest/internal/
H A Dgtest-port.h2079 std::wstring wide_mode = converter.from_bytes(mode);
2080 return _wfopen(wide_path.c_str(), wide_mode.c_str());

123