HomeSort by relevance Sort by last modified time
    Searched full:putchar (Results 76 - 100 of 504) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 70 using ::putchar;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 70 using ::putchar;
  /external/llvm/test/Transforms/IndVarSimplify/
crash.ll 4 declare i32 @putchar(i8) nounwind
12 %3 = tail call i32 @putchar(i8 72) ; <i32> [#uses=0]
  /external/tcpdump/
print-sl.c 120 putchar(dir == SLIPDIR_IN ? 'I' : 'O');
121 putchar(' ');
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 145 byteBuffer.putChar(position++ * SizeOf.CHAR, c);
152 byteBuffer.putChar(index * SizeOf.CHAR, c);
  /ndk/sources/cxx-stl/llvm-libc++/include/
cstdio 79 int putchar(int c);
158 using ::putchar;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 81 putchar ('\n');
200 putchar ('\n');
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio 75 #undef putchar
122 using ::putchar;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio 75 #undef putchar
122 using ::putchar;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 75 #undef putchar
122 using ::putchar;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 78 #undef putchar
125 using ::putchar;
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 317 /// EmitPutChar - Emit a call to the putchar function. This assumes that Char
321 if (!TLI->has(LibFunc::putchar))
325 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(),
327 CallInst *CI = B.CreateCall(PutChar,
332 "putchar");
334 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts()))
  /external/ppp/pppd/
ipxcp.c 619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
638 PUTCHAR (go->name [indx], ucp);
644 PUTCHAR (IPX_ROUTER_PROTOCOL, ucp);
645 PUTCHAR (CILEN_PROTOCOL, ucp)
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 149 putchar ('\n');
  /external/iptables/libiptc/
libip6tc.c 146 putchar('/');
154 putchar('\n');
159 putchar('/');
167 putchar('\n');
  /external/llvm/examples/BrainF/
BrainF.cpp 16 // . putchar(*h); Write a character to stdout
66 //declare i32 @putchar(i32)
68 getOrInsertFunction("putchar", IntegerType::getInt32Ty(C),
226 //call i32 @putchar(i32 %tape.%d)
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 105 buf.putChar(str.charAt(i));
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 113 putchar (int c) function
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 130 using std::putchar;
  /external/hyphenation/
hyphen.c 578 putchar (' ');
608 putchar (' ');
626 putchar (hyphens[i]);
627 putchar ('\n');
778 putchar (' ');
811 putchar (' ');
845 putchar (hyphens[i]);
846 putchar ('\n');
    [all...]

Completed in 1022 milliseconds

1 2 34 5 6 7 8 91011>>