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

1 2 3 4

  /external/valgrind/none/tests/
fdleak.h 7 #define DO(op) \
  /external/valgrind/none/tests/mips32/
bug320057-mips32.c 12 #define DO(cmd) printf(#cmd "; status: %s\n", strerror(errno))
21 DO(shm_open());
25 DO(ftruncate(fd, SZ));
28 DO(mmap());
31 DO(munmap());
34 DO(shm_unlink());
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 120 do { tst->arch.vex.guest_LR = (zzval); \
127 do { tst->arch.vex.guest_GPR##zzn = (zzval); \
202 # define DO(gpr) frame->uc.uc_mcontext.gp_regs[VKI_PT_R0+gpr] \
204 DO(0); DO(1); DO(2); DO(3); DO(4); DO(5); DO(6); DO(7)
    [all...]
sigframe-ppc32-linux.c 122 do { tst->arch.vex.guest_LR = (zzval); \
129 do { tst->arch.vex.guest_GPR##zzn = (zzval); \
145 # define DO(gpr) mc->mc_gregs[VKI_PT_R0+gpr] = tst->arch.vex.guest_GPR##gpr
146 DO(0); DO(1); DO(2); DO(3); DO(4); DO(5); DO(6); DO(7)
    [all...]
  /external/valgrind/memcheck/tests/
sh-mem.c 22 // a[] is the array in which we do our loads and stores.
23 // b[] is another one in which we do some copying.
134 #define DO(NNN, Ty, ITy, isF4) \
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
206 // For sizes 4 and 8 we do both integer and floating-point types. The
210 DO(1, U1, U1, /*isF4*/0);
211 DO(2, U2, U2, /*isF4*/0);
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
214 DO(8, U8, U8, /*isF4*/0)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 294 # define DO(n) regs->gpr[n] = arch->vex.guest_GPR##n
295 DO(0); DO(1); DO(2); DO(3); DO(4); DO(5); DO(6); DO(7);
296 DO(8); DO(9); DO(10); DO(11); DO(12); DO(13); DO(14); DO(15)
    [all...]
  /external/toybox/toys/pending/
telnetd.c 42 # define DO 253 /* please, you use option */
187 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS,
  /external/deqp/framework/randomshaders/
rsgToken.hpp 45 DO,
  /external/javassist/src/main/javassist/compiler/
TokenId.java 30 int DO = 311;
  /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
185 DO(ConsumeInteger64(max_value, &value, error));
470 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'."));
471 DO(Consume("="));
474 DO(ConsumeString(&syntax, "Expected syntax identifier."));
475 DO(ConsumeEndOfDeclaration(";", NULL));
539 DO(Consume("message"));
545 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name."));
547 DO(ParseMessageBlock(message, message_location, containing_file))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 28 To do:
53 DO = chr(253)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
516 # unless we did a WILL/DO before.
522 if cmd in (DO, DONT):
524 cmd == DO and 'DO' or 'DONT', ord(opt))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 28 To do:
53 DO = chr(253)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
516 # unless we did a WILL/DO before.
522 if cmd in (DO, DONT):
524 cmd == DO and 'DO' or 'DONT', ord(opt))
  /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-21/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/protobuf/src/google/protobuf/
text_format.cc 188 // Makes code slightly more readable. The meaning of "DO(foo)" is
191 #define DO(STATEMENT) if (STATEMENT) {} else return false
250 // Consume fields until we cannot do so anymore.
256 DO(ConsumeField(output));
327 DO(ConsumeField(message));
331 DO(Consume(delimeter));
351 DO(ConsumeIdentifier(&field_name));
354 DO(ConsumeIdentifier(&part));
358 DO(Consume("]"));
377 DO(ConsumeIdentifier(&field_name))
    [all...]
  /external/tcpdump/
telnet.h 48 #define DO 253 /* please, you use option */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

Completed in 2622 milliseconds

1 2 3 4