Home
last modified time | relevance | path

Searched refs:w32 (Results 1 – 25 of 3305) sorted by relevance

12345678910>>...133

/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dw32_common.c559 w32->dpi_scale = w32->opts->hidpi_window_scale ? w32->dpi / 96.0 : 1.0; in update_dpi()
707 if (w32->parent || w32->current_fs || IsMaximized(w32->window)) in snap_to_screen_edges()
1137 subtract_window_borders(w32, w32->window, &w32->windowrc); in WndProc()
1478 struct vo_w32_state *w32 = vo->w32; in vo_w32_config() local
1588 w32->snap_dx = w32->snap_dy = 0; in gui_thread()
1604 if (w32->window && !w32->destroyed) in gui_thread()
1629 w32->opts = w32->opts_cache->opts; in vo_w32_init()
1630 vo->w32 = w32; in vo_w32_init()
1839 struct vo_w32_state *w32 = vo->w32; in vo_w32_control() local
1870 struct vo_w32_state *w32 = vo->w32; in vo_w32_uninit() local
[all …]
/dports/security/klee/klee-2.2/test/Expr/Parser/
H A DExprs.kquery9 array arr53[4] : w32 -> w8 = symbolic
20 [(Add w32 31543488 (Mul w32 4 N0))])
28 (Ult (Mul w32 4 N0) 61))
50 [(Add w32 31543488 (Mul w32 4 N0))])
61 (Ult (Mul w32 4 N0) 61))
89 [(Add w32 31543488 (Mul w32 4 N0))])
243 … (Not (Eq (ReadLSB w32 48 U1:[N4:(Mul w32 4 N1)=(Extract w8 0 N5:(SExt w32 (Read w8 3 arr49))),
281 (Eq (ReadLSB w32 48 U1:[N5:(Mul w32 4 N2)=(Extract w8 0 N6:(SExt w32 (Read w8 3 arr49))),
292 (ReadLSB w32 N9:(Mul w32 4 N1) U2)))
321 (Eq (ReadLSB w32 48 U1:[N5:(Mul w32 4 N2)=(Extract w8 0 N6:(SExt w32 (Read w8 3 arr49))),
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_const.v97 w32 = 12; w32++; if (w32 != 13) $stop;
98 w32 = 12; ++w32; if (w32 != 13) $stop;
99 w32 = 12; w32--; if (w32 != 11) $stop;
100 w32 = 12; --w32; if (w32 != 11) $stop;
101 w32 = 12; w32 += 2; if (w32 != 14) $stop;
102 w32 = 12; w32 -= 2; if (w32 != 10) $stop;
103 w32 = 12; w32 *= 2; if (w32 != 24) $stop;
104 w32 = 12; w32 /= 2; if (w32 != 6) $stop;
105 w32 = 12; w32 &= 6; if (w32 != 4) $stop;
107 w32 = 12; w32 ^= 15; if (w32 != 3) $stop;
[all …]
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/
H A DMakefile.am14 W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd…
15 w32/common/MHD_config.h w32/common/vs_dirs.props w32/common/common-build-settings.vcxproj \
16w32/common/libmicrohttpd-build-settings.vcxproj w32/common/libmicrohttpd-files.vcxproj w32/common/…
20 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
21 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \
24 w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \
25 w32/VS2015/simplepost.vcxproj w32/VS2015/largepost.vcxproj \
28 w32/VS2017/hellobrowser.vcxproj w32/VS2017/hellobrowser.vcxproj.filters \
29 w32/VS2017/simplepost.vcxproj w32/VS2017/largepost.vcxproj \
33 w32/VS2019/simplepost.vcxproj w32/VS2019/largepost.vcxproj \
[all …]
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Dhost_generic_simd256.c44 res->w32[0] = argL->w32[ argR->w32[0] & 7 ]; in h_generic_calc_Perm32x8()
45 res->w32[1] = argL->w32[ argR->w32[1] & 7 ]; in h_generic_calc_Perm32x8()
46 res->w32[2] = argL->w32[ argR->w32[2] & 7 ]; in h_generic_calc_Perm32x8()
47 res->w32[3] = argL->w32[ argR->w32[3] & 7 ]; in h_generic_calc_Perm32x8()
48 res->w32[4] = argL->w32[ argR->w32[4] & 7 ]; in h_generic_calc_Perm32x8()
49 res->w32[5] = argL->w32[ argR->w32[5] & 7 ]; in h_generic_calc_Perm32x8()
50 res->w32[6] = argL->w32[ argR->w32[6] & 7 ]; in h_generic_calc_Perm32x8()
51 res->w32[7] = argL->w32[ argR->w32[7] & 7 ]; in h_generic_calc_Perm32x8()
H A Dhost_generic_simd128.c136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
146 res->w32[0] = max32S(argL->w32[0], argR->w32[0]); in h_generic_calc_Max32Sx4()
147 res->w32[1] = max32S(argL->w32[1], argR->w32[1]); in h_generic_calc_Max32Sx4()
148 res->w32[2] = max32S(argL->w32[2], argR->w32[2]); in h_generic_calc_Max32Sx4()
365 res->w32[0] = argL->w32[ argR->w32[0] & 3 ]; in h_generic_calc_Perm32x4()
366 res->w32[1] = argL->w32[ argR->w32[1] & 3 ]; in h_generic_calc_Perm32x4()
367 res->w32[2] = argL->w32[ argR->w32[2] & 3 ]; in h_generic_calc_Perm32x4()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dhost_generic_simd256.c44 res->w32[0] = argL->w32[ argR->w32[0] & 7 ]; in h_generic_calc_Perm32x8()
45 res->w32[1] = argL->w32[ argR->w32[1] & 7 ]; in h_generic_calc_Perm32x8()
46 res->w32[2] = argL->w32[ argR->w32[2] & 7 ]; in h_generic_calc_Perm32x8()
47 res->w32[3] = argL->w32[ argR->w32[3] & 7 ]; in h_generic_calc_Perm32x8()
48 res->w32[4] = argL->w32[ argR->w32[4] & 7 ]; in h_generic_calc_Perm32x8()
49 res->w32[5] = argL->w32[ argR->w32[5] & 7 ]; in h_generic_calc_Perm32x8()
50 res->w32[6] = argL->w32[ argR->w32[6] & 7 ]; in h_generic_calc_Perm32x8()
51 res->w32[7] = argL->w32[ argR->w32[7] & 7 ]; in h_generic_calc_Perm32x8()
H A Dhost_generic_simd128.c136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
146 res->w32[0] = max32S(argL->w32[0], argR->w32[0]); in h_generic_calc_Max32Sx4()
147 res->w32[1] = max32S(argL->w32[1], argR->w32[1]); in h_generic_calc_Max32Sx4()
148 res->w32[2] = max32S(argL->w32[2], argR->w32[2]); in h_generic_calc_Max32Sx4()
365 res->w32[0] = argL->w32[ argR->w32[0] & 3 ]; in h_generic_calc_Perm32x4()
366 res->w32[1] = argL->w32[ argR->w32[1] & 3 ]; in h_generic_calc_Perm32x4()
367 res->w32[2] = argL->w32[ argR->w32[2] & 3 ]; in h_generic_calc_Perm32x4()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dhost_generic_simd256.c44 res->w32[0] = argL->w32[ argR->w32[0] & 7 ]; in h_generic_calc_Perm32x8()
45 res->w32[1] = argL->w32[ argR->w32[1] & 7 ]; in h_generic_calc_Perm32x8()
46 res->w32[2] = argL->w32[ argR->w32[2] & 7 ]; in h_generic_calc_Perm32x8()
47 res->w32[3] = argL->w32[ argR->w32[3] & 7 ]; in h_generic_calc_Perm32x8()
48 res->w32[4] = argL->w32[ argR->w32[4] & 7 ]; in h_generic_calc_Perm32x8()
49 res->w32[5] = argL->w32[ argR->w32[5] & 7 ]; in h_generic_calc_Perm32x8()
50 res->w32[6] = argL->w32[ argR->w32[6] & 7 ]; in h_generic_calc_Perm32x8()
51 res->w32[7] = argL->w32[ argR->w32[7] & 7 ]; in h_generic_calc_Perm32x8()
H A Dhost_generic_simd128.c136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
146 res->w32[0] = max32S(argL->w32[0], argR->w32[0]); in h_generic_calc_Max32Sx4()
147 res->w32[1] = max32S(argL->w32[1], argR->w32[1]); in h_generic_calc_Max32Sx4()
148 res->w32[2] = max32S(argL->w32[2], argR->w32[2]); in h_generic_calc_Max32Sx4()
365 res->w32[0] = argL->w32[ argR->w32[0] & 3 ]; in h_generic_calc_Perm32x4()
366 res->w32[1] = argL->w32[ argR->w32[1] & 3 ]; in h_generic_calc_Perm32x4()
367 res->w32[2] = argL->w32[ argR->w32[2] & 3 ]; in h_generic_calc_Perm32x4()
[all …]
/dports/emulators/mednafen/mednafen/src/
H A Dqtrecord.cpp140 w32(0); in atom_begin()
141 w32(type); in atom_begin()
146 w32(type); in atom_begin()
549 w32(0); in Write_ftyp()
550 w32(0); in Write_ftyp()
551 w32(0); in Write_ftyp()
594 w32(3); in Write_mvhd()
596 w32(2); in Write_mvhd()
611 w32(2); in Write_tkhd()
739 w32(1); in Write_stts()
[all …]
/dports/security/klee/klee-2.2/utils/data/Queries/
H A Dpcresymperf-3.kquery11818 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11843 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11869 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11882 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11895 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11908 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11921 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11934 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11947 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
11960 (And w32 (ZExt w32 (Read w8 (ZExt w32 N0)
[all …]
H A Dpcresymperf-4.kquery97542 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98010 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98027 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98045 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98064 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98082 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98100 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98118 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98137 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
98157 (And w32 (ZExt w32 (Read w8 (Add w32 832 (ZExt w32 N1))
[all …]
/dports/security/klee/klee-2.2/test/Expr/
H A Dprint-smt-none.kquery7 array unnamed_1[4] : w32 -> w8 = symbolic
14 array unnamed_1[4] : w32 -> w8 = symbolic
21 array unnamed_1[4] : w32 -> w8 = symbolic
29 array unnamed_1[4] : w32 -> w8 = symbolic
1081 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr2))) []
1100 (ReadLSB w32 N2:(Extract w32 0 N1) unnamed)) []
1123 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr5))) []
1136 (ReadLSB w32 N1:(Extract w32 0 N0) const_arr1))) []
1155 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr4))) []
1172 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr3))) []
[all …]
H A Dprint-smt-let.kquery7 array unnamed_1[4] : w32 -> w8 = symbolic
14 array unnamed_1[4] : w32 -> w8 = symbolic
21 array unnamed_1[4] : w32 -> w8 = symbolic
29 array unnamed_1[4] : w32 -> w8 = symbolic
1081 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr2))) []
1100 (ReadLSB w32 N2:(Extract w32 0 N1) unnamed)) []
1123 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr5))) []
1136 (ReadLSB w32 N1:(Extract w32 0 N0) const_arr1))) []
1155 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr4))) []
1172 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr3))) []
[all …]
H A Dprint-smt-named.kquery7 array unnamed_1[4] : w32 -> w8 = symbolic
14 array unnamed_1[4] : w32 -> w8 = symbolic
21 array unnamed_1[4] : w32 -> w8 = symbolic
29 array unnamed_1[4] : w32 -> w8 = symbolic
1081 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr2))) []
1100 (ReadLSB w32 N2:(Extract w32 0 N1) unnamed)) []
1123 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr5))) []
1136 (ReadLSB w32 N1:(Extract w32 0 N0) const_arr1))) []
1155 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr4))) []
1172 (ReadLSB w32 N2:(Extract w32 0 N1) const_arr3))) []
[all …]
/dports/games/wolfpack/empire-4.4.1/src/client/
H A DMakefile.in98 expect.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h
99 getpass.$O: w32/unistd.h w32/w32types.h
100 host.$O: w32/sys/socket.h w32/netinet/in.h w32/arpa/inet.h w32/netdb.h w32/unistd.h w32/w32types.h
101 main.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h
102 play.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h
103 ringbuf.$O: w32/sys/uio.h w32/w32types.h
104 w32/getopt.$O:
105 w32/w32io.$O: misc.h w32/sys/uio.h w32/w32types.h
106 w32/w32sockets.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A Davilist_avi.cpp58 w32(dwStreams); in writeMainHeaderStruct()
61 w32(dwWidth); in writeMainHeaderStruct()
62 w32(dwHeight); in writeMainHeaderStruct()
73 w32( fccType); in writeStreamHeaderStruct()
74 w32( fccHandler); in writeStreamHeaderStruct()
79 w32( dwScale); in writeStreamHeaderStruct()
81 w32( dwStart); in writeStreamHeaderStruct()
84 w32( dwQuality); in writeStreamHeaderStruct()
85 w32( dwSampleSize); in writeStreamHeaderStruct()
94 w32( biSize); in writeBihStruct()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A Davilist_avi.cpp58 w32(dwStreams); in writeMainHeaderStruct()
61 w32(dwWidth); in writeMainHeaderStruct()
62 w32(dwHeight); in writeMainHeaderStruct()
73 w32( fccType); in writeStreamHeaderStruct()
74 w32( fccHandler); in writeStreamHeaderStruct()
79 w32( dwScale); in writeStreamHeaderStruct()
81 w32( dwStart); in writeStreamHeaderStruct()
84 w32( dwQuality); in writeStreamHeaderStruct()
85 w32( dwSampleSize); in writeStreamHeaderStruct()
94 w32( biSize); in writeBihStruct()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A Davilist_avi.cpp58 w32(dwStreams); in writeMainHeaderStruct()
61 w32(dwWidth); in writeMainHeaderStruct()
62 w32(dwHeight); in writeMainHeaderStruct()
73 w32( fccType); in writeStreamHeaderStruct()
74 w32( fccHandler); in writeStreamHeaderStruct()
79 w32( dwScale); in writeStreamHeaderStruct()
81 w32( dwStart); in writeStreamHeaderStruct()
84 w32( dwQuality); in writeStreamHeaderStruct()
85 w32( dwSampleSize); in writeStreamHeaderStruct()
94 w32( biSize); in writeBihStruct()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerAvi/
H A Davilist_avi.cpp58 w32(dwStreams); in writeMainHeaderStruct()
61 w32(dwWidth); in writeMainHeaderStruct()
62 w32(dwHeight); in writeMainHeaderStruct()
73 w32( fccType); in writeStreamHeaderStruct()
74 w32( fccHandler); in writeStreamHeaderStruct()
79 w32( dwScale); in writeStreamHeaderStruct()
81 w32( dwStart); in writeStreamHeaderStruct()
84 w32( dwQuality); in writeStreamHeaderStruct()
85 w32( dwSampleSize); in writeStreamHeaderStruct()
94 w32( biSize); in writeBihStruct()
[all …]
/dports/security/klee/klee-2.2/test/Solver/
H A D2016-04-12-array-parsing-bug.kquery4 array A-data[8] : w32 -> w8 = symbolic
5 array A-data-stat[144] : w32 -> w8 = symbolic
6 array arg0[3] : w32 -> w8 = symbolic
7 array arg1[3] : w32 -> w8 = symbolic
11 array n_args[4] : w32 -> w8 = symbolic
13 array stdin[8] : w32 -> w8 = symbolic
49 (AShr w32 (Shl w32 (SExt w32 N2) 24)
63 (ZExt w32 N6:(Read w8 (Extract w32 0 (Add w64 18446744073657810032 N5))
76 (Add w32 4294967286
77 (ZExt w32 (Read w8 (Extract w32 0 (SExt w64 N8))
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A DMakefile.w3210 !include ..\Makedefs.w32
82 alloc.obj : alloc.c alloc.h misc.h config.h ../config.w32/m.h ../config.w32/s.h mlvalues.h \
89 externcp.obj : externcp.c debugger.h misc.h config.h ../config.w32/m.h ../config.w32/s.h \
92 fail.obj : fail.c alloc.h misc.h config.h ../config.w32/m.h ../config.w32/s.h mlvalues.h \
94 fix_code.obj : fix_code.c config.h ../config.w32/m.h ../config.w32/s.h misc.h mlvalues.h \
98 freelist.obj : freelist.c config.h ../config.w32/m.h ../config.w32/s.h debugger.h misc.h \
106 interncp.obj : interncp.c debugger.h misc.h config.h ../config.w32/m.h ../config.w32/s.h \
120 main.obj : main.c version.h alloc.h misc.h config.h ../config.w32/m.h ../config.w32/s.h \
125 md5sum.obj : md5sum.c mlvalues.h config.h ..\config.w32\m.h ..\config.w32\s.h \
140 parsing.obj : parsing.c config.h ../config.w32/m.h ../config.w32/s.h mlvalues.h misc.h \
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/src/utils/
H A DQuadratureRules.cpp89 std::vector<double> w32(16, 0); in GaussLegendre32() local
90 w32[0] = 0.0070186100094700966004071; in GaussLegendre32()
91 w32[1] = 0.0162743947309056706051706; in GaussLegendre32()
92 w32[2] = 0.0253920653092620594557526; in GaussLegendre32()
93 w32[3] = 0.0342738629130214331026877; in GaussLegendre32()
94 w32[4] = 0.0428358980222266806568786; in GaussLegendre32()
95 w32[5] = 0.0509980592623761761961632; in GaussLegendre32()
96 w32[6] = 0.0586840934785355471452836; in GaussLegendre32()
97 w32[7] = 0.0658222227763618468376501; in GaussLegendre32()
98 w32[8] = 0.0723457941088485062253994; in GaussLegendre32()
[all …]
/dports/misc/vifm/vifm-0.11/scripts/
H A Dmxe-deploy54 w32="vifm-w32-se-$version-binary"
60 rm -rf "$w32.zip" "$w32"
61 cp -r "$maindir" "$w32"
62 chmod -R u=rw,go=r,a+X "$w32"
63 rm "$w32"/*.dll
64 cp w32/*.exe "$w32"
65 zip -9 -r "$w32.zip" "$w32"
79 chmod -x "$w32.zip" "$w64.zip"
83 unzip "$w32.zip"
93 file -b "$w32/vifm.exe"
[all …]

12345678910>>...133