HomeSort by relevance Sort by last modified time
    Searched defs:DO (Results 1 - 12 of 12) sorted by null

  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 23 #define DO(x) do { fprintf(stderr, "%s:\n", #x); run_cmd((x), __LINE__, __FILE__, #x); } while (0);
25 #define DO(x) do { run_cmd((x), __LINE__, __FILE__, #x); } while (0);
  /external/dropbear/libtommath/demo/
timing.c 76 #define DO(x) x; x;
79 //#define DO(x) DO8(x); DO8(x);
115 do {
117 DO(mp_add(&a, &b, &c));
136 do {
138 DO(mp_sub(&a, &b, &c));
151 /* do mult/square twice, first without karatsuba and second with */
168 do {
170 DO(mp_mul(&a, &b, &c));
188 do {
    [all...]
  /external/chromium/net/base/
telnet_server.cc 45 DO = 253, // Please, you use option.
141 sock->SendIAC(TelnetProtocol::DO, TelnetProtocol::ECHO);
142 sock->SendIAC(TelnetProtocol::DO, TelnetProtocol::NAWS);
143 sock->SendIAC(TelnetProtocol::DO, TelnetProtocol::LFLOW);
258 do {
  /external/quake/quake/src/WinQuake/
net_wipx.cpp 324 #define DO(src,dest) \
331 DO(0, sa_netnum[0]);
332 DO(2, sa_netnum[1]);
333 DO(4, sa_netnum[2]);
334 DO(6, sa_netnum[3]);
335 DO(9, sa_nodenum[0]);
336 DO(11, sa_nodenum[1]);
337 DO(13, sa_nodenum[2]);
338 DO(15, sa_nodenum[3]);
339 DO(17, sa_nodenum[4]);
    [all...]
net_ipx.cpp 607 #define DO(src,dest) \
614 DO(0, network[0]);
615 DO(2, network[1]);
616 DO(4, network[2]);
617 DO(6, network[3]);
618 DO(9, node[0]);
619 DO(11, node[1]);
620 DO(13, node[2]);
621 DO(15, node[3]);
622 DO(17, node[4]);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 89 // Makes code slightly more readable. The meaning of "DO(foo)" is
92 #define DO(STATEMENT) if (STATEMENT) {} else return false
347 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'."));
348 DO(Consume("="));
351 DO(ConsumeString(&syntax, "Expected syntax identifier."));
352 DO(Consume(";"));
395 DO(Consume("message"));
397 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name."));
398 DO(ParseMessageBlock(message));
403 DO(Consume("{"))
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 102 // Makes code slightly more readable. The meaning of "DO(foo)" is
105 #define DO(STATEMENT) if (STATEMENT) {} else return false
145 // Consume fields until we cannot do so anymore.
151 DO(ConsumeField(output));
222 DO(ConsumeField(message));
226 DO(Consume(delimeter));
243 DO(ConsumeIdentifier(&field_name));
246 DO(ConsumeIdentifier(&part));
250 DO(Consume("]"));
261 DO(ConsumeIdentifier(&field_name))
    [all...]
  /bionic/libc/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/tcpdump/
telnet.h 48 #define DO 253 /* please, you use option */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 86 int r_todo; /* a rule to do (used in outzone) */
982 /* nothing to do */
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 86 int r_todo; /* a rule to do (used in outzone) */
982 /* nothing to do */
    [all...]

Completed in 492 milliseconds