/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 24 #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/ |
D | unlocked-io.h | 107 # undef getchar 108 # define getchar() getchar_unlocked () macro 110 # define getchar_unlocked() getchar ()
|
D | stdio.in.h | 620 # 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/ |
D | toy.cpp | 47 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/ |
D | main.c | 156 c = getchar(); in ask() 157 while (c != '\n' && getchar() != '\n') in ask()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 41 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/ |
D | test_threads.cpp | 38 getchar(); in test_threads() 87 getchar(); in test_threads()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 47 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/ |
D | tool_panykey.c | 41 getchar(); in tool_pressanykey()
|
/external/libmicrohttpd/doc/examples/ |
D | hellobrowser.c | 47 (void) getchar (); in main()
|
D | logging.c | 51 (void) getchar (); in main()
|
D | responseheaders.c | 81 (void) getchar (); in main()
|
D | basicauthentication.c | 79 (void) getchar (); in main()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 54 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/ |
D | taint-generic.c | 4 int getchar(void); 72 int m = getchar(); in bufferGetchar()
|
/external/toybox/toys/pending/ |
D | watch.c | 60 getchar();
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 58 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/ |
D | toy-jit.cpp | 57 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/ |
D | toy-jit.cpp | 72 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/ |
D | LangImpl1.rst | 203 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/ |
D | warnings.c | 69 c = getchar(); in continue_prompt()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 25 int getchar(void);
|
/external/bison/darwin-lib/ |
D | stdio.h | 932 # 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/ |
D | stdio.h | 932 # 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/ |
D | png-fix-itxt.c | 38 #define GETBREAK inchar=getchar(); \
|