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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 77 #undef putchar
124 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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 75 #undef putchar
122 using ::putchar;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 78 #undef putchar
125 using ::putchar;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 76 #undef putchar
123 using ::putchar;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 79 #undef putchar
129 using ::putchar;
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 574 b.putChar('x');
729 b.putChar('H');
730 b.putChar('e');
731 b.putChar('l');
732 b.putChar('l');
733 b.putChar('o');
    [all...]
  /external/lldb/source/Core/
Debugger.cpp     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 253 response.PutChar(';');
262 response.PutChar(';');
268 response.PutChar(';');
274 response.PutChar(';');
292 response.PutChar(';');
299 response.PutChar(';');
742 response.PutChar('E');
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 346 /// EmitPutChar - Emit a call to the putchar function. This assumes that Char
350 if (!TLI->has(LibFunc::putchar))
354 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(),
356 CallInst *CI = B.CreateCall(PutChar,
361 "putchar");
363 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts()))
  /external/tcpdump/
print-tcp.c 436 putchar(ch);
644 putchar(']');
741 putchar('>');
746 putchar('>');
775 putchar('+'); /* indicate we truncate */
777 putchar(' ');
782 putchar(']');
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 83 putchar('\n');
87 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
93 putchar('\n');
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 89 putchar('\n');
93 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
99 putchar('\n');
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 90 putchar('\n');
94 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
100 putchar('\n');
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 83 putchar('\n');
87 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
93 putchar('\n');
  /external/mesa3d/src/glx/
xfont.c 89 putchar('\n');
93 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
99 putchar('\n');
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 90 putchar('\n');
94 putchar((bitmap[width * (height - y - 1) + x / 8] & (1 << (7 - (x %
100 putchar('\n');
  /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...]
  /device/moto/shamu/liblight/
lights.shamu.so 
  /external/e2fsprogs/lib/ss/
test_ss.c 149 putchar ('\n');

Completed in 2465 milliseconds

1 2 3 45 6 7 8 91011>>