Home
last modified time | relevance | path

Searched refs:__xl (Results 1 – 18 of 18) sorted by relevance

/dports/security/nettle/nettle-3.7.3/
H A Dcamellia-crypt-internal.c55 uint32_t __xl, __xr, __kl, __kr, __t; \
56 __xl = (x) >> 32; \
60 __t = __xl & __kl; \
62 __xl ^= (__xr | __kr); \
63 (x) = ((uint64_t) __xl << 32) | __xr; \
67 uint32_t __xl, __xr, __kl, __kr, __t; \
68 __xl = (x) >> 32; \
72 __xl ^= (__xr | __kr); \
73 __t = __xl & __kl; \
75 (x) = ((uint64_t) __xl << 32) | __xr; \
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dcamellia-crypt-internal.c55 uint32_t __xl, __xr, __kl, __kr, __t; \
56 __xl = (x) >> 32; \
60 __t = __xl & __kl; \
62 __xl ^= (__xr | __kr); \
63 (x) = ((uint64_t) __xl << 32) | __xr; \
67 uint32_t __xl, __xr, __kl, __kr, __t; \
68 __xl = (x) >> 32; \
72 __xl ^= (__xr | __kr); \
73 __t = __xl & __kl; \
75 (x) = ((uint64_t) __xl << 32) | __xr; \
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/asm/
H A Ddiv64.h19 #define __xl "r1" macro
21 #define __xl "r0" macro
/dports/databases/py-gdbm/Python-3.8.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/databases/py-sqlite3/Python-3.8.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python-tools/Python-3.8.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python311/Python-3.11.0a3/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python-legacy/Python-2.7.18/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python38/Python-3.8.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python39/Python-3.9.9/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python310/Python-3.10.1/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python27/Python-2.7.18/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/python37/Python-3.7.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/pynche/
H A DTypeinViewer.py32 self.__xl = Label(self.__frame, text='Red:')
33 self.__xl.grid(row=0, column=0, sticky=E)
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h1989 auto __xl4 = __xl >> 4; in _S_multiplies()
1992 __xl = __vector_bitcast<short>( in _S_multiplies()
1997 auto __xl2 = __xl >> 2; in _S_multiplies()
2000 __xl = __vector_bitcast<short>( in _S_multiplies()
2005 auto __xl1 = __xl >> 1; in _S_multiplies()
2044 auto __xl4 = __xl >> 4; in _S_multiplies()
2046 __xl = __maskl > 0x7fff ? __xl4 : __xl; in _S_multiplies()
2050 auto __xl2 = __xl >> 2; in _S_multiplies()
2052 __xl = __maskl > 0x7fff ? __xl2 : __xl; in _S_multiplies()
2056 auto __xl1 = __xl >> 1; in _S_multiplies()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h1989 auto __xl4 = __xl >> 4; in _S_multiplies()
1992 __xl = __vector_bitcast<short>( in _S_multiplies()
1997 auto __xl2 = __xl >> 2; in _S_multiplies()
2000 __xl = __vector_bitcast<short>( in _S_multiplies()
2005 auto __xl1 = __xl >> 1; in _S_multiplies()
2044 auto __xl4 = __xl >> 4; in _S_multiplies()
2046 __xl = __maskl > 0x7fff ? __xl4 : __xl; in _S_multiplies()
2050 auto __xl2 = __xl >> 2; in _S_multiplies()
2052 __xl = __maskl > 0x7fff ? __xl2 : __xl; in _S_multiplies()
2056 auto __xl1 = __xl >> 1; in _S_multiplies()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h1989 auto __xl4 = __xl >> 4; in _S_multiplies()
1992 __xl = __vector_bitcast<short>( in _S_multiplies()
1997 auto __xl2 = __xl >> 2; in _S_multiplies()
2000 __xl = __vector_bitcast<short>( in _S_multiplies()
2005 auto __xl1 = __xl >> 1; in _S_multiplies()
2044 auto __xl4 = __xl >> 4; in _S_multiplies()
2046 __xl = __maskl > 0x7fff ? __xl4 : __xl; in _S_multiplies()
2050 auto __xl2 = __xl >> 2; in _S_multiplies()
2052 __xl = __maskl > 0x7fff ? __xl2 : __xl; in _S_multiplies()
2056 auto __xl1 = __xl >> 1; in _S_multiplies()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h1989 auto __xl4 = __xl >> 4; in _S_multiplies()
1992 __xl = __vector_bitcast<short>( in _S_multiplies()
1997 auto __xl2 = __xl >> 2; in _S_multiplies()
2000 __xl = __vector_bitcast<short>( in _S_multiplies()
2005 auto __xl1 = __xl >> 1; in _S_multiplies()
2044 auto __xl4 = __xl >> 4; in _S_multiplies()
2046 __xl = __maskl > 0x7fff ? __xl4 : __xl; in _S_multiplies()
2050 auto __xl2 = __xl >> 2; in _S_multiplies()
2052 __xl = __maskl > 0x7fff ? __xl2 : __xl; in _S_multiplies()
2056 auto __xl1 = __xl >> 1; in _S_multiplies()
[all …]