Home
last modified time | relevance | path

Searched refs:ETB (Results 1 – 25 of 1343) sorted by relevance

12345678910>>...54

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/konica/
H A Dlowlevel.c66 #define ETB 0x17 macro
197 (*c == XOFF) || (*c == XON) || (*c == NACK) || (*c == ETB)) {
202 if ((*c == ETX) || (*c == ETB))
209 (*c != NACK) && (*c != ETB ) && (*c != ESC))
263 (*send_buffer == ETB ) ||
280 (checksum == ETB ) ||
450 (*buf == NACK) || (*buf == ETB)) {
468 (*buf != NACK) && (*buf != ETB ) && (*buf != ESC)) {
492 case ETB:
511 while ((d != ETX) && (d != ETB)) {
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/resource/gnu/java/locale/
H A DLocaleInformation_so_ET.properties9 currenciesDisplayName.ETB=ETB
10 currenciesSymbol.ETB=$
H A DLocaleInformation_aa_ET.properties9 currenciesDisplayName.ETB=ETB
10 currenciesSymbol.ETB=$
H A DLocaleInformation_om_ET.properties9 currenciesDisplayName.ETB=ETB
10 currenciesSymbol.ETB=$
H A DLocaleInformation_ti_ET.properties9 currenciesDisplayName.ETB=ETB
10 currenciesSymbol.ETB=$
H A DLocaleInformation_am_ET.properties9 currenciesDisplayName.ETB=ETB
10 currenciesSymbol.ETB=$
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etb1020 value stored in this register+1 (from ARM ETB-TRM).
33 Description: (Read) Shows the value held by the ETB status register. The value
40 Description: (Read) Shows the value held by the ETB RAM Read Pointer register
49 Description: (Read) Shows the value held by the ETB RAM Write Pointer register
65 Description: (Read) Shows the value held by the ETB Control register. The value
72 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etb1020 value stored in this register+1 (from ARM ETB-TRM).
33 Description: (Read) Shows the value held by the ETB status register. The value
40 Description: (Read) Shows the value held by the ETB RAM Read Pointer register
49 Description: (Read) Shows the value held by the ETB RAM Write Pointer register
65 Description: (Read) Shows the value held by the ETB Control register. The value
72 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etb1020 value stored in this register+1 (from ARM ETB-TRM).
33 Description: (Read) Shows the value held by the ETB status register. The value
40 Description: (Read) Shows the value held by the ETB RAM Read Pointer register
49 Description: (Read) Shows the value held by the ETB RAM Write Pointer register
65 Description: (Read) Shows the value held by the ETB Control register. The value
72 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
/dports/finance/p5-Business-OnlinePayment-VirtualNet/Business-OnlinePayment-VirtualNet-0.02/
H A DVirtualNet.pm23 use vars qw( $STX $ETX $FS $ETB );
27 $ETB = pack("C", 0x17 );
419 $ETB.
420 lrc($header.$ETB)
458 $ETB.
459 lrc($parameter.$ETB)
572 $ETB.
573 lrc($detail.$ETB)
/dports/print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.5/src/lw/tests/
H A DTestLabelWriterDriver.cpp35 const byte ETB = 0x17; variable
93 ESC, 'B', 0, ESC, 'D', 0x08, ETB, 0xbf, ESC, 'B', 0, in testCompression()
95 ESC, 'B', 0, ESC, 'D', 0x18, ETB, 0xff, 0xbf, in testCompression()
124 ESC, 'B', 0, ESC, 'D', 0x08, ETB, 0xbf, in testEmptyLines()
151 ESC, 'B', 0, ESC, 'D', 0x08, ETB, 0xbf, in testDotTab()
152 ESC, 'B', 2, ESC, 'D', 0x06, ETB, 0xaf, in testDotTab()
153 ESC, 'B', 2, ETB, 0xaf, in testDotTab()
154 ESC, 'B', 1, ESC, 'D', 0x07, ETB, 0xb7, in testDotTab()
/dports/devel/openocd/openocd-0.11.0/tcl/target/
H A Dlpc2900.cfg16 # Set default (no ETB).
34 # Include the ETB tap controller if asked for.
40 # Add the ETB tap controller and the ARM9 core debug tap
47 # Configure ETM and ETB
/dports/editors/lazarus/lazarus/ide/
H A Deditortoolbarstatic.pas303 ETB: TEditorToolbar;
306 ETB := TEditorToolbar.Create(Sender as TSourceEditorWindowInterface, Self);
307 FToolBars.Add(ETB);
309 ETB.CopyFromOptions(Opts);
310 ETB.FToolBar.Visible := Opts.Visible;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Deditortoolbarstatic.pas303 ETB: TEditorToolbar;
306 ETB := TEditorToolbar.Create(Sender as TSourceEditorWindowInterface, Self);
307 FToolBars.Add(ETB);
309 ETB.CopyFromOptions(Opts);
310 ETB.FToolBar.Visible := Opts.Visible;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Deditortoolbarstatic.pas303 ETB: TEditorToolbar;
306 ETB := TEditorToolbar.Create(Sender as TSourceEditorWindowInterface, Self);
307 FToolBars.Add(ETB);
309 ETB.CopyFromOptions(Opts);
310 ETB.FToolBar.Visible := Opts.Visible;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Deditortoolbarstatic.pas303 ETB: TEditorToolbar;
306 ETB := TEditorToolbar.Create(Sender as TSourceEditorWindowInterface, Self);
307 FToolBars.Add(ETB);
309 ETB.CopyFromOptions(Opts);
310 ETB.FToolBar.Visible := Opts.Visible;
/dports/print/latex-biber/biber-2.1/t/tdata/
H A Ddm-constraints.bib24 @ETB{c3,
36 @ETB{c4,
48 @ETB{c5,
65 @ETB{c6,
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/resource/gnu/java/locale/
H A DLocaleInformation_om_KE.properties8 currenciesSymbol.ETB=ETB
H A DLocaleInformation_aa_ER.properties9 currenciesSymbol.ETB=ETB
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/resource/gnu/java/locale/
H A DLocaleInformation_om_KE.properties8 currenciesSymbol.ETB=ETB
H A DLocaleInformation_aa_ER.properties9 currenciesSymbol.ETB=ETB
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/resource/gnu/java/locale/
H A DLocaleInformation_om_KE.properties8 currenciesSymbol.ETB=ETB
H A DLocaleInformation_aa_ER.properties9 currenciesSymbol.ETB=ETB
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/resource/gnu/java/locale/
H A DLocaleInformation_om_KE.properties8 currenciesSymbol.ETB=ETB
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/resource/gnu/java/locale/
H A DLocaleInformation_om_KE.properties8 currenciesSymbol.ETB=ETB

12345678910>>...54