HomeSort by: relevance | last modified time | path
    Searched refs:DLE (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ascii.h 59 #define DLE 16
  /src/external/bsd/ntp/dist/libparse/
clk_trimtsip.c 74 * <DLE><id> ... <data> ... <DLE><ETX>
76 * Any bytes within the <data> portion of value 10 hex (<DLE>) are doubled
104 u_char t_in_pkt; /* first DLE received */
105 u_char t_dle; /* subsequent DLE received */
150 if (!t->t_in_pkt && ch != DLE) {
165 case DLE:
175 /* Double DLE -> insert a DLE */
177 parseio->parse_data[parseio->parse_index++] = DLE;
    [all...]
  /src/sys/arch/amiga/dev/
kbdmap.h 48 #define DLE 16
  /src/sys/arch/atari/dev/
kbdmap.h 52 #define DLE 16
  /src/sys/arch/x68k/include/
kbdmap.h 22 #define DLE 16
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 19 #define DLE 16
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.h 131 #define DLE 0x10
refclock_palisade.c 143 *buffer->data = DLE;
158 *buffer->data = DLE;
173 if (b == DLE)
174 *(buffer->data+buffer->size++) = DLE;
202 *(buffer->data+buffer->size++) = DLE;
1340 case DLE:
1354 if (*c == DLE)
1361 if (*c == DLE) {
1378 if ( *c != DLE)
refclock_parse.c 728 static char tsipquery[] = { DLE, 0x21, DLE, ETX, DLE, 0x2F, DLE, ETX };
4983 * <DLE><id> ... <data> ... <DLE><ETX>
4985 * Any bytes within the <data> portion of value 10 hex (<DLE>) are doubled
5070 buf->txt[0] = DLE;
5087 if (b == DLE)
5088 buf->txt[buf->idx++] = DLE;
    [all...]
refclock_ripencc.c 83 #define DLE (0x10)
1869 * strips control bytes (DLE), and checks if the report end sequence (DLE ETX)
1886 * has been received; end of report is signified by DLE ETX.
1910 case DLE:
1925 case DLE:
1926 /* expect DLE or ETX next */
1939 case DLE:
1960 case DLE:
  /src/external/bsd/ekermit/dist/
kermit.h 149 #define DLE 020 /* Datalink Escape */
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 1021 SDDbgInfo::DbgLabelIterator DLE = DAG->DbgLabelEnd();
1031 for (; DLI != DLE &&
1047 if (DLI == DLE)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 123 const ObjCDictionaryLiteral *DLE = nullptr;
126 DLE = cast<ObjCDictionaryLiteral>(E);
130 ALE ? ALE->getNumElements() : DLE->getNumElements();
155 if (DLE)
180 const Expr *Key = DLE->getKeyValueElement(i).Key;
187 const Expr *Value = DLE->getKeyValueElement(i).Value;
205 if (DLE) {

Completed in 34 milliseconds