/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/syslinux/gpxe/src/core/ |
D | console.c | 80 int getchar ( void ) { in getchar() function 86 if ( console && console->getchar ) { in getchar() 87 character = console->getchar (); in getchar()
|
D | getkey.c | 47 return getchar(); in getchar_timeout() 67 character = getchar(); in getkey()
|
D | debug.c | 9 getchar(); in pause() 15 getchar(); in more()
|
D | pcmcia.c | 86 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar(); 245 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar(); 253 getchar();
|
D | serial_console.c | 21 .getchar = serial_getc,
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 32 LastChar = getchar(); in gettok() 36 while (isalnum((LastChar = getchar()))) in gettok() 48 LastChar = getchar(); in gettok() 57 do LastChar = getchar(); in gettok() 70 LastChar = getchar(); in gettok()
|
/external/syslinux/gpxe/src/include/ |
D | console.h | 74 int ( *getchar ) ( void ); member 115 extern int getchar ( void );
|
/external/bison/lib/ |
D | unlocked-io.h | 107 # undef getchar 108 # define getchar() getchar_unlocked () macro 110 # define getchar_unlocked() getchar ()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 48 LastChar = getchar(); in gettok() 52 while (isalnum((LastChar = getchar()))) in gettok() 66 LastChar = getchar(); in gettok() 76 LastChar = getchar(); in gettok() 89 LastChar = getchar(); in gettok()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 37 LastChar = getchar(); in gettok() 41 while (isalnum((LastChar = getchar()))) in gettok() 53 LastChar = getchar(); in gettok() 62 do LastChar = getchar(); in gettok() 75 LastChar = getchar(); in gettok()
|
/external/fsck_msdos/ |
D | main.c | 156 c = getchar(); in ask() 157 while (c != '\n' && getchar() != '\n') in ask()
|
/external/syslinux/core/ |
D | conio.c | 308 __export char getchar(char *hi) in getchar() function 310 return firmware->i_ops->getchar(hi); in getchar() 315 regs->eax.b[0] = getchar((char *)®s->eax.b[1]); in pm_getchar()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 44 LastChar = getchar(); in gettok() 48 while (isalnum((LastChar = getchar()))) in gettok() 60 LastChar = getchar(); in gettok() 69 do LastChar = getchar(); in gettok() 82 LastChar = getchar(); in gettok()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 49 LastChar = getchar(); in gettok() 53 while (isalnum((LastChar = getchar()))) in gettok() 67 LastChar = getchar(); in gettok() 77 LastChar = getchar(); in gettok() 90 LastChar = getchar(); in gettok()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 58 LastChar = getchar(); in gettok() 62 while (isalnum((LastChar = getchar()))) in gettok() 76 LastChar = getchar(); in gettok() 86 LastChar = getchar(); in gettok() 99 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/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 48 LastChar = getchar(); in gettok() 52 while (isalnum((LastChar = getchar()))) in gettok() 69 LastChar = getchar(); in gettok() 78 do LastChar = getchar(); in gettok() 91 LastChar = getchar(); in gettok()
|
/external/curl/src/ |
D | tool_panykey.c | 41 getchar(); in tool_pressanykey()
|
/external/syslinux/gpxe/src/hci/ |
D | shell_banner.c | 52 key = getchar(); in shell_banner()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | summ.c | 15 while ((c = getchar()) != EOF) { in main()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 51 LastChar = getchar(); in gettok() 55 while (isalnum((LastChar = getchar()))) in gettok() 74 LastChar = getchar(); in gettok() 83 do LastChar = getchar(); in gettok() 96 LastChar = getchar(); in gettok()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 66 LastChar = getchar(); in gettok() 70 while (isalnum((LastChar = getchar()))) in gettok() 94 LastChar = getchar(); in gettok() 104 LastChar = getchar(); in gettok() 117 LastChar = getchar(); in gettok()
|
/external/syslinux/com32/lib/sys/ |
D | rawcon_read.c | 65 *bufp = getchar(&hi); in __rawcon_read()
|
/external/clang/test/Analysis/ |
D | taint-generic.c | 4 int getchar(void); 72 int m = getchar(); in bufferGetchar()
|