Home
last modified time | relevance | path

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

12345

/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/syslinux/gpxe/src/core/
Dconsole.c80 int getchar ( void ) { in getchar() function
86 if ( console && console->getchar ) { in getchar()
87 character = console->getchar (); in getchar()
Dgetkey.c47 return getchar(); in getchar_timeout()
67 character = getchar(); in getkey()
Ddebug.c9 getchar(); in pause()
15 getchar(); in more()
Dpcmcia.c86 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar();
245 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar();
253 getchar();
Dserial_console.c21 .getchar = serial_getc,
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
Dtoy.cpp32 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/
Dconsole.h74 int ( *getchar ) ( void ); member
115 extern int getchar ( void );
/external/bison/lib/
Dunlocked-io.h107 # undef getchar
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp48 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/
Dtoy.cpp37 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/
Dmain.c156 c = getchar(); in ask()
157 while (c != '\n' && getchar() != '\n') in ask()
/external/syslinux/core/
Dconio.c308 __export char getchar(char *hi) in getchar() function
310 return firmware->i_ops->getchar(hi); in getchar()
315 regs->eax.b[0] = getchar((char *)&regs->eax.b[1]); in pm_getchar()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp44 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/
Dtoy.cpp49 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/
Dtoy.cpp58 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/
Dtest_threads.cpp38 getchar(); in test_threads()
87 getchar(); in test_threads()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp48 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/
Dtool_panykey.c41 getchar(); in tool_pressanykey()
/external/syslinux/gpxe/src/hci/
Dshell_banner.c52 key = getchar(); in shell_banner()
/external/ltp/testcases/kernel/fs/mongo/
Dsumm.c15 while ((c = getchar()) != EOF) { in main()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp51 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/
Dtoy.cpp66 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/
Drawcon_read.c65 *bufp = getchar(&hi); in __rawcon_read()
/external/clang/test/Analysis/
Dtaint-generic.c4 int getchar(void);
72 int m = getchar(); in bufferGetchar()

12345