Home
last modified time | relevance | path

Searched refs:stopbit (Results 1 – 25 of 82) sorted by relevance

1234

/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Delv.c37 uint8_t stopbit; in em1000_callback() local
54 stopbit = AD_POP(bb_p, 1, bit); in em1000_callback()
56 if (!stopbit) { in em1000_callback()
130 uint8_t stopbit; in ws2000_callback() local
134 stopbit= AD_POP (bb[0], 1, bit); bit+=1; in ws2000_callback()
135 if (!stopbit) { in ws2000_callback()
146 stopbit= AD_POP (bb[0], 1, bit); bit+=1; in ws2000_callback()
147 if (!stopbit) { in ws2000_callback()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxifast.c252 byte stopbit = endbit; in image_simple_expand() local
265 if (stopbit == 0x80) in image_simple_expand()
266 --stop, stopbit = 1; in image_simple_expand()
268 stopbit <<= 1; in image_simple_expand()
298 byte stopmask = -stopbit << 1; in image_simple_expand()
303 if (last & stopbit) { in image_simple_expand()
306 last |= stopbit - 1; in image_simple_expand()
324 last &= -stopbit; in image_simple_expand()
342 stopbit = 1 << stopx; in image_simple_expand()
441 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxifast.c252 byte stopbit = endbit; in image_simple_expand() local
265 if (stopbit == 0x80) in image_simple_expand()
266 --stop, stopbit = 1; in image_simple_expand()
268 stopbit <<= 1; in image_simple_expand()
298 byte stopmask = -stopbit << 1; in image_simple_expand()
303 if (last & stopbit) { in image_simple_expand()
306 last |= stopbit - 1; in image_simple_expand()
324 last &= -stopbit; in image_simple_expand()
342 stopbit = 1 << stopx; in image_simple_expand()
441 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxifast.c249 byte stopbit = endbit; in image_simple_expand() local
259 if (stopbit == 0x80) in image_simple_expand()
260 --stop, stopbit = 1; in image_simple_expand()
262 stopbit <<= 1; in image_simple_expand()
265 byte stopmask = -stopbit << 1; in image_simple_expand()
270 if (last & stopbit) { in image_simple_expand()
273 last |= stopbit - 1; in image_simple_expand()
291 last &= -stopbit; in image_simple_expand()
309 stopbit = 1 << stopx; in image_simple_expand()
399 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxifast.c254 byte stopbit = endbit; in image_simple_expand() local
264 if (stopbit == 0x80) in image_simple_expand()
265 --stop, stopbit = 1; in image_simple_expand()
267 stopbit <<= 1; in image_simple_expand()
270 byte stopmask = -stopbit << 1; in image_simple_expand()
275 if (last & stopbit) { in image_simple_expand()
278 last |= stopbit - 1; in image_simple_expand()
296 last &= -stopbit; in image_simple_expand()
314 stopbit = 1 << stopx; in image_simple_expand()
404 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxifast.c254 byte stopbit = endbit; in image_simple_expand() local
264 if (stopbit == 0x80) in image_simple_expand()
265 --stop, stopbit = 1; in image_simple_expand()
267 stopbit <<= 1; in image_simple_expand()
270 byte stopmask = -stopbit << 1; in image_simple_expand()
275 if (last & stopbit) { in image_simple_expand()
278 last |= stopbit - 1; in image_simple_expand()
296 last &= -stopbit; in image_simple_expand()
314 stopbit = 1 << stopx; in image_simple_expand()
404 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxifast.c249 byte stopbit = endbit; in image_simple_expand() local
259 if (stopbit == 0x80) in image_simple_expand()
260 --stop, stopbit = 1; in image_simple_expand()
262 stopbit <<= 1; in image_simple_expand()
265 byte stopmask = -stopbit << 1; in image_simple_expand()
270 if (last & stopbit) { in image_simple_expand()
273 last |= stopbit - 1; in image_simple_expand()
291 last &= -stopbit; in image_simple_expand()
309 stopbit = 1 << stopx; in image_simple_expand()
399 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxifast.c251 byte stopbit = endbit; in image_simple_expand() local
261 if (stopbit == 0x80) in image_simple_expand()
262 --stop, stopbit = 1; in image_simple_expand()
264 stopbit <<= 1; in image_simple_expand()
267 byte stopmask = -stopbit << 1; in image_simple_expand()
272 if (last & stopbit) { in image_simple_expand()
275 last |= stopbit - 1; in image_simple_expand()
293 last &= -stopbit; in image_simple_expand()
311 stopbit = 1 << stopx; in image_simple_expand()
401 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxifast.c251 byte stopbit = endbit; in image_simple_expand() local
261 if (stopbit == 0x80) in image_simple_expand()
262 --stop, stopbit = 1; in image_simple_expand()
264 stopbit <<= 1; in image_simple_expand()
267 byte stopmask = -stopbit << 1; in image_simple_expand()
272 if (last & stopbit) { in image_simple_expand()
275 last |= stopbit - 1; in image_simple_expand()
293 last &= -stopbit; in image_simple_expand()
311 stopbit = 1 << stopx; in image_simple_expand()
401 if (psrc >= stop && sbit == stopbit) { in image_simple_expand()
[all …]
/dports/science/mcstas/mcstas-2.5-src/nlib/share/
H A Dpol-lib.h65 #define mcmagnet_pack(dest,funk,rotation,position,stopbit,args) \ argument
72 mctmp_p->stop=(stopbit); \
116 …sh(mcmagnet_field_func *func, Rotation *magnet_rot, Coords *magnet_pos, int stopbit, void * prms);
H A Dpol-lib.c138 …sh(mcmagnet_field_func *func, Rotation *magnet_rot, Coords *magnet_pos, int stopbit, void * prms){ in mcmagnet_push() argument
146 mcmagnet_pack(stack[0],func,magnet_rot,magnet_pos,stopbit,prms); in mcmagnet_push()
/dports/cad/stm32flash/stm32flash-0.6/
H A Dserial_common.c145 unsigned int serial_get_stopbit_int(const serial_stopbit_t stopbit) { in serial_get_stopbit_int() argument
146 switch(stopbit) { in serial_get_stopbit_int()
H A Dserial_w32.c110 const serial_stopbit_t stopbit) in serial_setup() argument
158 switch (stopbit) { in serial_setup()
188 serial_get_stopbit_int(stopbit) in serial_setup()
H A Dserial_posix.c89 const serial_stopbit_t stopbit) in serial_setup() argument
154 switch (stopbit) { in serial_setup()
215 serial_get_stopbit_int(stopbit)); in serial_setup()
H A Dserial.h88 unsigned int serial_get_stopbit_int(const serial_stopbit_t stopbit);
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/contrib/old-translations/no/
H A Ddosbox.conf168 stopbit=1
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DSerialPort.sc75 stopbit(true),
93 stopbit,
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k_du_adv.c1015 int startbit, stopbit, wrapbit; in or1k_adv_jtag_jsp_xfer() local
1040 stopbit = !!(out_data[9] & 0x01); in or1k_adv_jtag_jsp_xfer()
1052 stopbit = !!(out_data[8] & 0x80); in or1k_adv_jtag_jsp_xfer()
1055 field.num_bits = 72 + startbit + stopbit; in or1k_adv_jtag_jsp_xfer()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A De00024.vtc1 varnishtest "Test all 8 gzip stopbit residuals"
/dports/astro/gpsd/gpsd-3.20/
H A DTODO223 *** Complete and test the speed/parity/stopbit methods in the drivers
231 **** evermore: speed tested, rejects parity/stopbit setting
234 **** navcom.c: speed tested, rejects parity/stopbit setting
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dhlcgobj.pas1273 stopbit: byte;
1291 stopbit:=sreg.startbit+sreg.bitlen;
1319 stopbit: byte;
1341 stopbit:=tosreg.startbit + tosreg.bitlen;
1343 if (stopbit<>AIntBits) then
1381 stopbit: byte;
1384 stopbit:=sreg.startbit+sreg.bitlen;
1386 if (stopbit<>AIntBits) then
2368 stopbit: byte;
2373 stopbit:=sreg.startbit+sreg.bitlen;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dhlcgobj.pas1273 stopbit: byte;
1291 stopbit:=sreg.startbit+sreg.bitlen;
1319 stopbit: byte;
1341 stopbit:=tosreg.startbit + tosreg.bitlen;
1343 if (stopbit<>AIntBits) then
1381 stopbit: byte;
1384 stopbit:=sreg.startbit+sreg.bitlen;
1386 if (stopbit<>AIntBits) then
2368 stopbit: byte;
2373 stopbit:=sreg.startbit+sreg.bitlen;
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dhlcgobj.pas1273 stopbit: byte;
1291 stopbit:=sreg.startbit+sreg.bitlen;
1319 stopbit: byte;
1341 stopbit:=tosreg.startbit + tosreg.bitlen;
1343 if (stopbit<>AIntBits) then
1381 stopbit: byte;
1384 stopbit:=sreg.startbit+sreg.bitlen;
1386 if (stopbit<>AIntBits) then
2368 stopbit: byte;
2373 stopbit:=sreg.startbit+sreg.bitlen;
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestSerialPort.sc107 (stopbit: false),
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/bifrost/
H A Ddisassemble.c1883 bool stopbit = false; in dump_clause() local
2068 stopbit = true; in dump_clause()
2091 return stopbit; in dump_clause()

1234