Home
last modified time | relevance | path

Searched refs:writeBit (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/math/asymptote/asymptote-2.67/prc/
H A DPRCbitStream.cc113 writeBit(b); in operator <<()
121 writeBit(1); in operator <<()
125 writeBit(0); in operator <<()
141 writeBit(1); in operator <<()
146 writeBit(0); in operator <<()
209 writeBit(0); in operator <<()
213 writeBit(1); in operator <<()
244 writeBit(0); in operator <<()
249 writeBit(1); in operator <<()
258 writeBit(0); in operator <<()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/
H A DPRCbitStream.cc113 writeBit(b); in operator <<()
121 writeBit(1); in operator <<()
125 writeBit(0); in operator <<()
141 writeBit(1); in operator <<()
146 writeBit(0); in operator <<()
209 writeBit(0); in operator <<()
213 writeBit(1); in operator <<()
244 writeBit(0); in operator <<()
249 writeBit(1); in operator <<()
258 writeBit(0); in operator <<()
[all …]
/dports/math/mathgl/mathgl-2.5/src/prc/
H A DPRCbitStream.cc113 writeBit(b); in operator <<()
121 writeBit(1); in operator <<()
125 writeBit(0); in operator <<()
141 writeBit(1); in operator <<()
146 writeBit(0); in operator <<()
209 writeBit(0); in operator <<()
213 writeBit(1); in operator <<()
244 writeBit(0); in operator <<()
249 writeBit(1); in operator <<()
258 writeBit(0); in operator <<()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/prc/
H A DPRCbitStream.cc112 writeBit(b); in operator <<()
120 writeBit(1); in operator <<()
124 writeBit(0); in operator <<()
140 writeBit(1); in operator <<()
145 writeBit(0); in operator <<()
208 writeBit(0); in operator <<()
212 writeBit(1); in operator <<()
243 writeBit(0); in operator <<()
248 writeBit(1); in operator <<()
257 writeBit(0); in operator <<()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Ddemo.cpp488 bitWriter.writeBit(pInput->syncFlags.run); in FlushInput()
492 bitWriter.writeBit(pInput->buttonFlags.jump); in FlushInput()
494 bitWriter.writeBit(pInput->buttonFlags.shoot); in FlushInput()
498 bitWriter.writeBit(pInput->keyFlags.action); in FlushInput()
499 bitWriter.writeBit(pInput->keyFlags.jab); in FlushInput()
500 bitWriter.writeBit(pInput->keyFlags.prevItem); in FlushInput()
502 bitWriter.writeBit(pInput->keyFlags.useItem); in FlushInput()
509 bitWriter.writeBit(pInput->keyFlags.spin180); in FlushInput()
510 bitWriter.writeBit(pInput->keyFlags.pause); in FlushInput()
511 bitWriter.writeBit(pInput->keyFlags.quit); in FlushInput()
[all …]
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/c64/Banks/
H A DZeroRAMBank.h111 void writeBit(event_clock_t phi2time, uint8_t value) in writeBit() function
246 dataBit6.writeBit(pla.getPhi2Time(), data); in poke()
250 dataBit7.writeBit(pla.getPhi2Time(), data); in poke()
263 dataBit6.writeBit(pla.getPhi2Time(), value); in poke()
266 dataBit7.writeBit(pla.getPhi2Time(), value); in poke()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/c64/Banks/
H A DZeroRAMBank.h124 void writeBit(event_clock_t phi2time, uint8_t value)
259 dataBit6.writeBit(pla.getPhi2Time(), data);
263 dataBit7.writeBit(pla.getPhi2Time(), data);
276 dataBit6.writeBit(pla.getPhi2Time(), value);
279 dataBit7.writeBit(pla.getPhi2Time(), value);
/dports/games/openlierox/OpenLieroX/src/common/
H A DCBytestream.cpp166 writeBit(1); in Test()
167 writeBit(1); in Test()
168 writeBit(0); in Test()
169 writeBit(1); in Test()
170 writeBit(1); in Test()
171 writeBit(1); in Test()
172 writeBit(0); in Test()
173 writeBit(0); in Test()
174 writeBit(1); in Test()
368 bool CBytestream::writeBit(bool bit) in writeBit() function in CBytestream
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DBitMsg.h204 return writeBit; in GetWriteBit()
208 writeBit = bit & 7; in SetWriteBit()
209 if ( writeBit ) { in SetWriteBit()
210 writeData[curSize - 1] &= ( 1 << writeBit ) - 1; in SetWriteBit()
215 return ( ( curSize << 3 ) - ( ( 8 - writeBit ) & 7 ) ); in GetNumBitsWritten()
224 b = writeBit; in SaveWriteState()
229 writeBit = b & 7; in RestoreWriteState()
230 if ( writeBit ) { in RestoreWriteState()
231 writeData[curSize - 1] &= ( 1 << writeBit ) - 1; in RestoreWriteState()
272 writeBit = 0; in BeginWriting()
[all …]
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/tsenart/go-tsz/
H A Dtsz.go60 w.writeBit(zero)
95 s.bw.writeBit(zero)
114 s.bw.writeBit(zero)
119 s.bw.writeBit(one)
122 s.bw.writeBit(zero)
125 s.bw.writeBit(one)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/src/System/IO/
H A DFileSystemInfo.Unix.cs135 Interop.Sys.Permissions readBit, writeBit;
139 writeBit = Interop.Sys.Permissions.S_IWUSR;
144 writeBit = Interop.Sys.Permissions.S_IWGRP;
149 writeBit = Interop.Sys.Permissions.S_IWOTH;
154 (_fileStatus.Mode & (int)writeBit) == 0; // but not write permission
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/chunkenc/
H A Dxor.go160 a.b.writeBit(zero)
192 a.b.writeBit(zero)
195 a.b.writeBit(one)
206 a.b.writeBit(zero)
211 a.b.writeBit(one)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/tsdb/chunkenc/
H A Dxor.go166 a.b.writeBit(zero)
198 a.b.writeBit(zero)
201 a.b.writeBit(one)
212 a.b.writeBit(zero)
217 a.b.writeBit(one)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/prometheus/tsdb/chunkenc/
H A Dxor.go160 a.b.writeBit(zero)
192 a.b.writeBit(zero)
195 a.b.writeBit(one)
206 a.b.writeBit(zero)
211 a.b.writeBit(one)
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nakabonne/tstorage/
H A Dencoding.go109 e.buf.writeBit(zero)
159 e.buf.writeBit(zero)
162 e.buf.writeBit(one)
173 e.buf.writeBit(zero)
178 e.buf.writeBit(one)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/tsdb/chunkenc/
H A Dxor.go160 a.b.writeBit(zero)
192 a.b.writeBit(zero)
195 a.b.writeBit(one)
206 a.b.writeBit(zero)
211 a.b.writeBit(one)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/chunkenc/
H A Dxor.go160 a.b.writeBit(zero)
192 a.b.writeBit(zero)
195 a.b.writeBit(one)
206 a.b.writeBit(zero)
211 a.b.writeBit(one)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/tsdb/chunkenc/
H A Dxor.go179 a.b.writeBit(zero)
211 a.b.writeBit(zero)
214 a.b.writeBit(one)
225 a.b.writeBit(zero)
230 a.b.writeBit(one)
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A DusbBlaster.cpp199 if (writeBit((rx)? rx_ptr:NULL, num_read/2) < 0) in writeTDI()
213 if (writeBit((rx)? rx_ptr:NULL, num_read/2) < 0) in writeTDI()
226 if (writeBit((rx)? &tmp:NULL, 1) < 0) in writeTDI()
231 if (writeBit(NULL, 0) < 0) in writeTDI()
304 int UsbBlaster::writeBit(uint8_t *tdo, int nb_bit) in writeBit() function in UsbBlaster
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/tsdb/chunkenc/
H A Dxor.go179 a.b.writeBit(zero)
211 a.b.writeBit(zero)
214 a.b.writeBit(one)
225 a.b.writeBit(zero)
230 a.b.writeBit(one)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/tsdb/chunkenc/
H A Dxor.go179 a.b.writeBit(zero)
211 a.b.writeBit(zero)
214 a.b.writeBit(one)
225 a.b.writeBit(zero)
230 a.b.writeBit(one)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/tsdb/chunkenc/
H A Dxor.go179 a.b.writeBit(zero)
211 a.b.writeBit(zero)
214 a.b.writeBit(one)
225 a.b.writeBit(zero)
230 a.b.writeBit(one)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/tsdb/chunkenc/
H A Dxor.go179 a.b.writeBit(zero)
211 a.b.writeBit(zero)
214 a.b.writeBit(one)
225 a.b.writeBit(zero)
230 a.b.writeBit(one)
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCompressor.cpp258 int writeBit; member in idCompressor_BitStream
292 writeBit = 0; in Init()
311 writeBit = 0; in InitCompress()
332 writeBit = 0; in InitDecompress()
354 if ( writeBit == 0 ) { in WriteBits()
361 writeBit = put & 7; in WriteBits()
362 writeByte += ( put >> 3 ) + ( writeBit != 0 ); in WriteBits()
371 put = 8 - writeBit; in WriteBits()
379 writeBit = ( writeBit + put ) & 7; in WriteBits()
564 writeBit = 0; in FinishCompress()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBattleBox.h63 uint8_t writeBit = (_output << 4); in ReadRAM() local
64 return readBit | writeBit; in ReadRAM()

12345678