Home
last modified time | relevance | path

Searched refs:temp8 (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/dports/textproc/wv/wv-1.2.9/
H A Danld.c33 U8 temp8; in wvGetANLD() local
41 temp8 = read_8ubit (fd); in wvGetANLD()
42 item->jc = temp8 & 0x03; in wvGetANLD()
49 temp8 = read_8ubit (fd); in wvGetANLD()
50 item->fSetStrike = temp8 & 0x01; in wvGetANLD()
58 temp8 = read_8ubit (fd); in wvGetANLD()
59 item->kul = temp8 & 0x07; in wvGetANLD()
60 item->ico = (temp8 & 0xF1) >> 3; in wvGetANLD()
83 U8 temp8; in wvGetANLD_FromBucket() local
92 item->jc = temp8 & 0x03; in wvGetANLD_FromBucket()
[all …]
H A Danlv.c62 U8 temp8; in wvGetANLV_internal() local
66 temp8 = dread_8ubit (fd, &pointer); in wvGetANLV_internal()
67 item->jc = temp8 & 0x03; in wvGetANLV_internal()
68 item->fPrev = (temp8 & 0x04) >> 2; in wvGetANLV_internal()
69 item->fHang = (temp8 & 0x08) >> 3; in wvGetANLV_internal()
74 temp8 = dread_8ubit (fd, &pointer); in wvGetANLV_internal()
75 item->fSetStrike = temp8 & 0x01; in wvGetANLV_internal()
78 item->fBold = (temp8 & 0x08) >> 3; in wvGetANLV_internal()
81 item->fCaps = (temp8 & 0x40) >> 6; in wvGetANLV_internal()
84 item->kul = temp8 & 0x07; in wvGetANLV_internal()
[all …]
H A Dfld.c241 U8 temp8; in wvGetFLD() local
244 temp8 = read_8ubit (fd); in wvGetFLD()
245 ch = temp8 & 0x1f; in wvGetFLD()
248 item->var1.ch = temp8 & 0x1f; in wvGetFLD()
249 item->var1.reserved = (temp8 & 0xe0) >> 5; in wvGetFLD()
254 item->var2.ch = temp8 & 0x1f; in wvGetFLD()
256 temp8 = read_8ubit (fd); in wvGetFLD()
257 item->var2.fDiffer = temp8 & 0x01; in wvGetFLD()
261 item->var2.fLocked = (temp8 & 0x10) >> 4; in wvGetFLD()
263 item->var2.fNested = (temp8 & 0x40) >> 6; in wvGetFLD()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dbase64impl.cpp41 unsigned char temp8; in Encode() local
49 temp8 = datain[0]; in Encode()
54 if(temp8 & 0x80) in Encode()
56 temp8 <<= 1; in Encode()
62 temp8 = datain[0]; in Encode()
126 unsigned char temp8; in Decode() local
131 temp8 = 0; in Decode()
136 temp8 <<= 1; in Decode()
138 temp8 |= 1; in Decode()
143 dataout[0] = temp8; in Decode()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Ddec_mips_dsp_r2.c111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne()
287 [temp7]"=&r"(temp7),[temp8]"=&r"(temp8),[temp9]"=&r"(temp9), in FilterLoop26()
538 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleVFilter16()
600 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in SimpleHFilter16()
683 int temp5, temp6, temp7, temp8; in RD4() local
719 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in RD4()
733 int temp5, temp6, temp7, temp8, temp9; in LD4() local
768 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in LD4()
808 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in DC8uv()
840 int temp5, temp6, temp7, temp8; in DC8uvNoTop() local
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dstate.c51 _systnm(lws_state_manager_t *mgr, int state, char *temp8) in _systnm() argument
54 lws_snprintf(temp8, 8, "%d", state); in _systnm()
55 return temp8; in _systnm()
66 char temp8[8]; in _report() local
79 _systnm(mgr, a, temp8), in _report()
80 _systnm(mgr, b, temp8)); in _report()
95 char temp8[8]; in _lws_state_transition() local
103 mgr->state, _systnm(mgr, mgr->state, temp8), target, in _lws_state_transition()
104 _systnm(mgr, target, temp8)); in _lws_state_transition()
128 char temp8[8]; in lws_state_transition_steps() local
[all …]

12345678910>>...28