Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 5587) sorted by relevance

12345678910>>...224

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasreaditemraw.hpp56 instream->getBytes(swapped, 20); in read()
65 U8 swapped[20]; member in LASreadItemRaw_POINT10_BE
84 instream->getBytes(swapped, 8); in read()
85 ENDIAN_SWAP_64(swapped, item); in read()
88 U8 swapped[8]; member in LASreadItemRaw_GPSTIME11_BE
107 instream->getBytes(swapped, 6); in read()
113 U8 swapped[6]; member in LASreadItemRaw_RGB12_BE
132 instream->getBytes(swapped, 29); in read()
142 U8 swapped[29]; member in LASreadItemRaw_WAVEPACKET13_BE
314 U8 swapped[30]; member in LASreadItemRaw_POINT14_BE
[all …]
H A Dlaswriteitemraw.hpp64 return outstream->putBytes(swapped, 20); in write()
67 U8 swapped[20]; member in LASwriteItemRaw_POINT10_BE
86 ENDIAN_SWAP_64(item, swapped); in write()
87 return outstream->putBytes(swapped, 8); in write()
90 U8 swapped[8]; member in LASwriteItemRaw_GPSTIME11_BE
112 return outstream->putBytes(swapped, 6); in write()
115 U8 swapped[6]; member in LASwriteItemRaw_RGB12_BE
141 return outstream->putBytes(swapped, 29); in write()
144 U8 swapped[29]; member in LASwriteItemRaw_WAVEPACKET13_BE
294 U8 swapped[30]; member in LASwriteItemRaw_POINT14_BE
[all …]
H A Dbytestreamin_istream.hpp87 U8 swapped[8]; member in ByteStreamInIstreamLE
107 U8 swapped[8]; member in ByteStreamInIstreamBE
175 getBytes(swapped, 2); in get16bitsBE()
176 bytes[0] = swapped[1]; in get16bitsBE()
177 bytes[1] = swapped[0]; in get16bitsBE()
182 getBytes(swapped, 4); in get32bitsBE()
183 bytes[0] = swapped[3]; in get32bitsBE()
191 getBytes(swapped, 8); in get64bitsBE()
208 getBytes(swapped, 2); in get16bitsLE()
215 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamout_ostream.hpp83 U8 swapped[8]; member in ByteStreamOutOstreamLE
103 U8 swapped[8]; member in ByteStreamOutOstreamBE
166 swapped[0] = bytes[1]; in put16bitsBE()
167 swapped[1] = bytes[0]; in put16bitsBE()
173 swapped[0] = bytes[3]; in put32bitsBE()
174 swapped[1] = bytes[2]; in put32bitsBE()
175 swapped[2] = bytes[1]; in put32bitsBE()
176 swapped[3] = bytes[0]; in put32bitsBE()
182 swapped[0] = bytes[7]; in put64bitsBE()
183 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
H A Dbytestreamin_file.hpp84 U8 swapped[8]; member in ByteStreamInFileLE
104 U8 swapped[8]; member in ByteStreamInFileBE
193 getBytes(swapped, 2); in get16bitsBE()
194 bytes[0] = swapped[1]; in get16bitsBE()
195 bytes[1] = swapped[0]; in get16bitsBE()
200 getBytes(swapped, 4); in get32bitsBE()
201 bytes[0] = swapped[3]; in get32bitsBE()
209 getBytes(swapped, 8); in get64bitsBE()
226 getBytes(swapped, 2); in get16bitsLE()
233 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamout_file.hpp86 U8 swapped[8]; member in ByteStreamOutFileLE
106 U8 swapped[8]; member in ByteStreamOutFileBE
190 swapped[0] = bytes[1]; in put16bitsBE()
191 swapped[1] = bytes[0]; in put16bitsBE()
197 swapped[0] = bytes[3]; in put32bitsBE()
198 swapped[1] = bytes[2]; in put32bitsBE()
199 swapped[2] = bytes[1]; in put32bitsBE()
200 swapped[3] = bytes[0]; in put32bitsBE()
206 swapped[0] = bytes[7]; in put64bitsBE()
207 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
H A Dbytestreamin_array.hpp84 U8 swapped[8]; member in ByteStreamInArrayLE
105 U8 swapped[8]; member in ByteStreamInArrayBE
213 getBytes(swapped, 2); in get16bitsBE()
214 bytes[0] = swapped[1]; in get16bitsBE()
215 bytes[1] = swapped[0]; in get16bitsBE()
220 getBytes(swapped, 4); in get32bitsBE()
221 bytes[0] = swapped[3]; in get32bitsBE()
229 getBytes(swapped, 8); in get64bitsBE()
250 getBytes(swapped, 2); in get16bitsLE()
257 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamout_array.hpp88 U8 swapped[8]; member in ByteStreamOutArrayLE
108 U8 swapped[8]; member in ByteStreamOutArrayBE
209 swapped[0] = bytes[1]; in put16bitsBE()
210 swapped[1] = bytes[0]; in put16bitsBE()
216 swapped[0] = bytes[3]; in put32bitsBE()
217 swapped[1] = bytes[2]; in put32bitsBE()
218 swapped[2] = bytes[1]; in put32bitsBE()
219 swapped[3] = bytes[0]; in put32bitsBE()
225 swapped[0] = bytes[7]; in put64bitsBE()
226 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasreaditemraw.hpp56 instream->getBytes(swapped, 20); in read()
65 U8 swapped[20]; member in LASreadItemRaw_POINT10_BE
84 instream->getBytes(swapped, 8); in read()
85 ENDIAN_SWAP_64(swapped, item); in read()
88 U8 swapped[8]; member in LASreadItemRaw_GPSTIME11_BE
107 instream->getBytes(swapped, 6); in read()
113 U8 swapped[6]; member in LASreadItemRaw_RGB12_BE
132 instream->getBytes(swapped, 29); in read()
142 U8 swapped[29]; member in LASreadItemRaw_WAVEPACKET13_BE
314 U8 swapped[30]; member in LASreadItemRaw_POINT14_BE
[all …]
H A Dlaswriteitemraw.hpp64 return outstream->putBytes(swapped, 20); in write()
67 U8 swapped[20]; member in LASwriteItemRaw_POINT10_BE
86 ENDIAN_SWAP_64(item, swapped); in write()
87 return outstream->putBytes(swapped, 8); in write()
90 U8 swapped[8]; member in LASwriteItemRaw_GPSTIME11_BE
112 return outstream->putBytes(swapped, 6); in write()
115 U8 swapped[6]; member in LASwriteItemRaw_RGB12_BE
141 return outstream->putBytes(swapped, 29); in write()
144 U8 swapped[29]; member in LASwriteItemRaw_WAVEPACKET13_BE
294 U8 swapped[30]; member in LASwriteItemRaw_POINT14_BE
[all …]
H A Dbytestreamout_ostream.hpp83 U8 swapped[8]; member in ByteStreamOutOstreamLE
103 U8 swapped[8]; member in ByteStreamOutOstreamBE
166 swapped[0] = bytes[1]; in put16bitsBE()
167 swapped[1] = bytes[0]; in put16bitsBE()
173 swapped[0] = bytes[3]; in put32bitsBE()
174 swapped[1] = bytes[2]; in put32bitsBE()
175 swapped[2] = bytes[1]; in put32bitsBE()
176 swapped[3] = bytes[0]; in put32bitsBE()
182 swapped[0] = bytes[7]; in put64bitsBE()
183 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
H A Dbytestreamin_istream.hpp87 U8 swapped[8]; member in ByteStreamInIstreamLE
107 U8 swapped[8]; member in ByteStreamInIstreamBE
175 getBytes(swapped, 2); in get16bitsBE()
176 bytes[0] = swapped[1]; in get16bitsBE()
177 bytes[1] = swapped[0]; in get16bitsBE()
182 getBytes(swapped, 4); in get32bitsBE()
183 bytes[0] = swapped[3]; in get32bitsBE()
191 getBytes(swapped, 8); in get64bitsBE()
208 getBytes(swapped, 2); in get16bitsLE()
215 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamin_file.hpp84 U8 swapped[8]; member in ByteStreamInFileLE
104 U8 swapped[8]; member in ByteStreamInFileBE
193 getBytes(swapped, 2); in get16bitsBE()
194 bytes[0] = swapped[1]; in get16bitsBE()
195 bytes[1] = swapped[0]; in get16bitsBE()
200 getBytes(swapped, 4); in get32bitsBE()
201 bytes[0] = swapped[3]; in get32bitsBE()
209 getBytes(swapped, 8); in get64bitsBE()
226 getBytes(swapped, 2); in get16bitsLE()
233 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamin_array.hpp84 U8 swapped[8]; member in ByteStreamInArrayLE
105 U8 swapped[8]; member in ByteStreamInArrayBE
213 getBytes(swapped, 2); in get16bitsBE()
214 bytes[0] = swapped[1]; in get16bitsBE()
215 bytes[1] = swapped[0]; in get16bitsBE()
220 getBytes(swapped, 4); in get32bitsBE()
221 bytes[0] = swapped[3]; in get32bitsBE()
229 getBytes(swapped, 8); in get64bitsBE()
250 getBytes(swapped, 2); in get16bitsLE()
257 getBytes(swapped, 4); in get32bitsLE()
[all …]
H A Dbytestreamout_file.hpp86 U8 swapped[8]; member in ByteStreamOutFileLE
106 U8 swapped[8]; member in ByteStreamOutFileBE
190 swapped[0] = bytes[1]; in put16bitsBE()
191 swapped[1] = bytes[0]; in put16bitsBE()
197 swapped[0] = bytes[3]; in put32bitsBE()
198 swapped[1] = bytes[2]; in put32bitsBE()
199 swapped[2] = bytes[1]; in put32bitsBE()
200 swapped[3] = bytes[0]; in put32bitsBE()
206 swapped[0] = bytes[7]; in put64bitsBE()
207 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
H A Dbytestreamout_array.hpp86 U8 swapped[8]; member in ByteStreamOutArrayLE
106 U8 swapped[8]; member in ByteStreamOutArrayBE
207 swapped[0] = bytes[1]; in put16bitsBE()
208 swapped[1] = bytes[0]; in put16bitsBE()
214 swapped[0] = bytes[3]; in put32bitsBE()
215 swapped[1] = bytes[2]; in put32bitsBE()
216 swapped[2] = bytes[1]; in put32bitsBE()
217 swapped[3] = bytes[0]; in put32bitsBE()
223 swapped[0] = bytes[7]; in put64bitsBE()
224 swapped[1] = bytes[6]; in put64bitsBE()
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/
H A Dccompute.cc74 swapped = swapped != true; in compute()
99 if (!swapped) in compute()
103 swapped = swapped != true; in compute()
116 if (swapped) { in compute()
124 swapped = swapped != true; in compute()
135 swapped = swapped != true; in compute()
144 if (swapped) in compute()
148 swapped = swapped != true; in compute()
166 swapped = swapped != true; in compute()
178 swapped = swapped != true; in compute()
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A Dcompute.cc76 swapped = swapped != true; in compute()
100 if (!swapped) in compute()
104 swapped = swapped != true; in compute()
117 if (swapped) { in compute()
125 swapped = swapped != true; in compute()
136 swapped = swapped != true; in compute()
145 if (swapped) in compute()
149 swapped = swapped != true; in compute()
167 swapped = swapped != true; in compute()
179 swapped = swapped != true; in compute()
[all …]
H A Dbcompute.cc78 swapped = swapped != true; in compute()
102 if (!swapped) in compute()
106 swapped = swapped != true; in compute()
120 if (swapped) { in compute()
128 swapped = swapped != true; in compute()
139 swapped = swapped != true; in compute()
148 if (swapped) in compute()
152 swapped = swapped != true; in compute()
170 swapped = swapped != true; in compute()
182 swapped = swapped != true; in compute()
[all …]
H A Dgcompute.cc62 bool swapped = false; in compute() local
107 swapped = swapped != true; in compute()
110 target_now = swapped ? bkup_ : cdata; in compute()
111 source_now = swapped ? cdata : bkup_; in compute()
121 swapped = swapped != true; in compute()
124 target_now = swapped ? cdata : bkup_; in compute()
125 source_now = swapped ? bkup_ : cdata; in compute()
137 swapped = swapped != true; in compute()
154 swapped = swapped != true; in compute()
166 swapped = swapped != true; in compute()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/methods/
H A Dtest_swaplevel.py11 swapped = frame["A"].swaplevel()
15 assert not swapped.index.equals(frame.index)
16 tm.assert_series_equal(swapped, swapped2)
17 tm.assert_series_equal(swapped, swapped3)
18 tm.assert_series_equal(swapped, swapped4)
20 back = swapped.swaplevel()
21 back2 = swapped.swaplevel(0)
22 back3 = swapped.swaplevel(0, 1)
23 back4 = swapped.swaplevel("second", "first")
30 swapped = ft.swaplevel("first", "second", axis=1)
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmizerclip.c413 int swapped = 0; in miZeroClipLine() local
443 if (swapped) { in miZeroClipLine()
457 swapped = !swapped; in miZeroClipLine()
466 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
468 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
488 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
490 eqn = (swapped) ? EQN8 : EQN7; in miZeroClipLine()
510 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
512 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
539 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmizerclip.c413 int swapped = 0; in miZeroClipLine() local
443 if (swapped) { in miZeroClipLine()
457 swapped = !swapped; in miZeroClipLine()
466 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
468 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
488 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
490 eqn = (swapped) ? EQN8 : EQN7; in miZeroClipLine()
510 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
512 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
539 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmizerclip.c413 int swapped = 0; in miZeroClipLine() local
443 if (swapped) { in miZeroClipLine()
457 swapped = !swapped; in miZeroClipLine()
466 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
468 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
488 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
490 eqn = (swapped) ? EQN8 : EQN7; in miZeroClipLine()
510 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
512 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
539 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmizerclip.c413 int swapped = 0; in miZeroClipLine() local
443 if (swapped) { in miZeroClipLine()
457 swapped = !swapped; in miZeroClipLine()
466 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
468 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
488 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
490 eqn = (swapped) ? EQN8 : EQN7; in miZeroClipLine()
510 eqn = (swapped) ? EQN2 : EQN1; in miZeroClipLine()
512 eqn = (swapped) ? EQN4 : EQN3; in miZeroClipLine()
539 eqn = (swapped) ? EQN6 : EQN5; in miZeroClipLine()
[all …]

12345678910>>...224