HomeSort by relevance Sort by last modified time
    Searched full:putchar (Results 51 - 75 of 689) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bzip2/
mk251.c 29 putchar(251);
  /external/guava/guava/src/com/google/common/hash/
AbstractHasher.java 42 // TODO(user): Should we instead loop over the CharSequence and call #putChar?
MessageDigestHashFunction.java 135 @Override public Hasher putChar(char c) {
137 scratch.putChar(c);
145 putChar(charSequence.charAt(i));
AbstractStreamingHashFunction.java 173 putChar(charSequence.charAt(i));
193 public final Hasher putChar(char c) {
194 buffer.putChar(c);
AbstractNonStreamingHashFunction.java 88 public Hasher putChar(char c) {
Hasher.java 49 @Override Hasher putChar(char c);
Sink.java 91 Sink putChar(char c);
  /external/iproute2/netem/
paretonormal.c 76 putchar('\n');
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-list.c 29 putchar('\n');
  /external/llvm/test/Transforms/InstCombine/
debug-line.ll 7 ;CHECK: call i32 @putchar{{.+}} !dbg
printf-2.ll 19 ; CHECK-NEXT: call i32 @putchar(i32 104)
  /external/ppp/pppd/
srp-entry.c 176 (void) putchar(delimit);
179 (void) putchar('\\');
180 (void) putchar(*cp);
183 (void) putchar(delimit);
upap.c 563 PUTCHAR(UPAP_AUTHREQ, outp);
564 PUTCHAR(++u->us_id, outp);
566 PUTCHAR(u->us_userlen, outp);
569 PUTCHAR(u->us_passwdlen, outp);
597 PUTCHAR(code, outp);
598 PUTCHAR(id, outp);
600 PUTCHAR(msglen, outp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
sample.c 51 putchar ('\n');
  /external/lldb/source/Core/
AddressRange.cpp 156 s->PutChar ('[');
158 s->PutChar ('-');
160 s->PutChar (')');
Stream.cpp 183 Stream::PutChar (char ch)
250 return PutChar ('\n');
269 PutChar (ch);
745 s->PutChar(' ');
747 s->PutChar(' ');
749 s->PutChar(' ');
752 s->PutChar(' ');
754 s->PutChar(' ');
756 s->PutChar(' ');
759 s->PutChar(' ');
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 102 putchar('\n');
210 putchar('\n');
212 putchar('\n');
219 putchar('\n');
221 putchar('\n');
  /external/lldb/source/Symbol/
UnwindPlan.cpp 93 s.PutChar('=');
95 s.PutChar('[');
122 s.PutChar(']');
141 s.PutChar('=');
185 s.PutChar (' ');
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 454 putchar(0);
460 putchar(sep);
466 putchar(sep);
471 putchar(sep);
488 putchar('\n');
493 putchar(line_sep);
497 putchar(line_sep);
  /external/tcpdump/
print-atalk.c 470 putchar(*cp++);
510 putchar(' ');
513 putchar('"');
516 putchar(':');
519 putchar('@');
521 putchar('"');
  /system/core/cpio/
mkbootfs.c 96 putchar(0);
128 putchar(0);
145 putchar(0);
  /bionic/libstdc++/include/
cstdio 72 using ::putchar;
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdio.pxd 76 int putchar (int c)
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 74 putchar('\t');
  /external/lldb/include/lldb/Core/
StreamBuffer.h 66 // you are using this class to create a C string, be sure the call PutChar ('\0')

Completed in 3114 milliseconds

1 23 4 5 6 7 8 91011>>