Searched refs:ACK (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | tftp.h | 7 #define ACK 04 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | tftp.h | 7 #define ACK 04 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | tftp.h | 7 #define ACK 04 macro
|
/third_party/musl/include/arpa/ |
H A D | tftp.h | 7 #define ACK 04 macro
|
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 52 case 6: return "<ACK>"; in getEscapeEntity()
|
/third_party/backends/backend/ |
H A D | epsonds.h | 61 #define ACK 0x06 macro
|
H A D | epsonds-io.c | 125 * to give back an ACK or a NAK, namely FS X or FS Y 141 if (result == ACK) in eds_control() 149 DBG(1, "%s: result is neither ACK nor NAK but 0x%02x\n", in eds_control()
|
H A D | epson2.h | 91 #define ACK 0x06 macro
|
H A D | epson2-io.c | 200 * to give back an ACK or a NAK. 216 if (result == ACK) in e2_cmd_simple() 224 DBG(1, "%s: result is neither ACK nor NAK but 0x%02x\n", __func__, in e2_cmd_simple() 357 * will answer with ACK/NAK. 381 /* Send an ACK to the scanner */
|
H A D | epson.c | 356 #define ACK 0x06 macro 1052 if (ACK != result[0]) in expect_ack() 1912 case ACK: in command() 1913 break; /* no need to read any more data after ACK or NAK */ in command() 4393 * on 1 ACK in sane_start() 4394 * off 0 ACK in sane_start() 5347 * send the ACK signal to the scanner in order to make in sane_read()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 9 ACK = 0x06 # ^F variable 41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
|
H A D | textpad.py | 123 elif ch in (curses.ascii.ACK, curses.KEY_RIGHT): # ^f
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.c | 72 case 6: repl = "<ACK>"; break; in writeEscaped()
|
Completed in 12 milliseconds