Home
last modified time | relevance | path

Searched refs:getchar (Results 1 – 25 of 76) sorted by relevance

1234

/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp24 #ifdef getchar
26 #undef getchar
1031 …cessIter first, RandomAccessIter finish, unsigned &char_offset, get_char getchar, get_length lengt… in update_offset() argument
1039 …) > char_offset && (length(*curr) <= (nextOffset + 1) || getchar((*curr), nextOffset) != getchar((… in update_offset()
1094 if(getchar(x, u) < getchar(y, u)) in operator ()()
1096 else if(getchar(y, u) < getchar(x, u)) in operator ()()
1102 get_char getchar; member
1287 , unsigned cache_offset, std::vector<size_t> &bin_sizes, get_char getchar, get_length length) in string_sort_rec() argument
1299 update_offset(first, finish, char_offset, getchar, length); in string_sort_rec()
1314 bin_sizes[getchar((*current), char_offset) + 1]++; in string_sort_rec()
[all …]
/external/bison/lib/
Dunlocked-io.h107 # undef getchar
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
Dstdio.in.h620 # undef getchar
621 # define getchar rpl_getchar
623 _GL_FUNCDECL_RPL (getchar, int, (void));
624 _GL_CXXALIAS_RPL (getchar, int, (void));
626 _GL_CXXALIAS_SYS (getchar, int, (void));
628 _GL_CXXALIASWARN (getchar);
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp47 LastChar = getchar(); in gettok()
51 while (isalnum((LastChar = getchar()))) in gettok()
65 LastChar = getchar(); in gettok()
75 LastChar = getchar(); in gettok()
88 LastChar = getchar(); in gettok()
/external/fsck_msdos/
Dmain.c156 c = getchar(); in ask()
157 while (c != '\n' && getchar() != '\n') in ask()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp41 LastChar = getchar(); in gettok()
45 while (isalnum((LastChar = getchar()))) in gettok()
59 LastChar = getchar(); in gettok()
69 LastChar = getchar(); in gettok()
82 LastChar = getchar(); in gettok()
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp38 getchar(); in test_threads()
87 getchar(); in test_threads()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp47 LastChar = getchar(); in gettok()
51 while (isalnum((LastChar = getchar()))) in gettok()
65 LastChar = getchar(); in gettok()
75 LastChar = getchar(); in gettok()
88 LastChar = getchar(); in gettok()
/external/curl/src/
Dtool_panykey.c41 getchar(); in tool_pressanykey()
/external/libmicrohttpd/doc/examples/
Dhellobrowser.c47 (void) getchar (); in main()
Dlogging.c51 (void) getchar (); in main()
Dresponseheaders.c81 (void) getchar (); in main()
Dbasicauthentication.c79 (void) getchar (); in main()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp54 LastChar = getchar(); in gettok()
58 while (isalnum((LastChar = getchar()))) in gettok()
82 LastChar = getchar(); in gettok()
92 LastChar = getchar(); in gettok()
105 LastChar = getchar(); in gettok()
/external/clang/test/Analysis/
Dtaint-generic.c4 int getchar(void);
72 int m = getchar(); in bufferGetchar()
/external/toybox/toys/pending/
Dwatch.c60 getchar();
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp58 LastChar = getchar(); in gettok()
62 while (isalnum((LastChar = getchar()))) in gettok()
90 LastChar = getchar(); in gettok()
100 LastChar = getchar(); in gettok()
113 LastChar = getchar(); in gettok()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp57 LastChar = getchar(); in gettok()
61 while (isalnum((LastChar = getchar()))) in gettok()
81 LastChar = getchar(); in gettok()
90 do LastChar = getchar(); in gettok()
103 LastChar = getchar(); in gettok()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp72 LastChar = getchar(); in gettok()
76 while (isalnum((LastChar = getchar()))) in gettok()
96 LastChar = getchar(); in gettok()
105 do LastChar = getchar(); in gettok()
118 LastChar = getchar(); in gettok()
/external/llvm/docs/tutorial/
DLangImpl1.rst203 LastChar = getchar();
205 ``gettok`` works by calling the C ``getchar()`` function to read
219 while (isalnum((LastChar = getchar())))
239 LastChar = getchar();
258 LastChar = getchar();
278 LastChar = getchar();
/external/libvpx/libvpx/
Dwarnings.c69 c = getchar(); in continue_prompt()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h25 int getchar(void);
/external/bison/darwin-lib/
Dstdio.h932 # undef getchar
933 # define getchar rpl_getchar
935 _GL_FUNCDECL_RPL (getchar, int, (void));
936 _GL_CXXALIAS_RPL (getchar, int, (void));
938 _GL_CXXALIAS_SYS (getchar, int, (void));
940 _GL_CXXALIASWARN (getchar);
/external/bison/linux-lib/
Dstdio.h932 # undef getchar
933 # define getchar rpl_getchar
935 _GL_FUNCDECL_RPL (getchar, int, (void));
936 _GL_CXXALIAS_RPL (getchar, int, (void));
938 _GL_CXXALIAS_SYS (getchar, int, (void));
940 _GL_CXXALIASWARN (getchar);
/external/libpng/contrib/tools/
Dpng-fix-itxt.c38 #define GETBREAK inchar=getchar(); \

1234