HomeSort by relevance Sort by last modified time
    Searched full:getchar (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/FrontendC++/
2004-11-27-EmitsUnusedInlineFunctions.cpp 2 // verifies that it does not emit the body of getchar, because it is not used.
5 // RUN: %llvmgxx %s -S -o - | not grep {^i32 .getchar}
  /bionic/libc/stdio/
getchar.c 1 /* $OpenBSD: getchar.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
49 * A subroutine version of the macro getchar.
52 #undef getchar macro
55 getchar(void) function
  /external/icu4c/i18n/
csrucode.h 68 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0;
82 int32_t getChar(const uint8_t *input, int32_t index) const;
95 int32_t getChar(const uint8_t *input, int32_t index) const;
csrucode.cpp 79 if (getChar(input, 0) == 0x0000FEFFUL) {
84 int32_t ch = getChar(input, i);
122 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const
138 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const
  /external/ppp/pppd/
cbcp.c 173 GETCHAR(code, inp);
174 GETCHAR(id, inp);
239 GETCHAR(code, p);
240 GETCHAR(id, p);
258 GETCHAR(opt, p);
259 GETCHAR(olen, p);
274 GETCHAR(delay, p);
282 GETCHAR(addrt, p);
296 GETCHAR(code, p);
319 GETCHAR(type, pckt)
    [all...]
ipxcp.c 672 GETCHAR(citype, p); \
673 GETCHAR(cilen, p); \
687 GETCHAR(citype, p); \
688 GETCHAR(cilen, p); \
693 GETCHAR(cichar, p); \
708 GETCHAR(citype, p); \
709 GETCHAR(cilen, p); \
722 GETCHAR(citype, p); \
723 GETCHAR(cilen, p); \
782 GETCHAR (citype, p)
    [all...]
lcp.c 791 GETCHAR(citype, p); \
792 GETCHAR(cilen, p); \
801 GETCHAR(citype, p); \
802 GETCHAR(cilen, p); \
814 GETCHAR(citype, p); \
815 GETCHAR(cilen, p); \
819 GETCHAR(cichar, p); \
827 GETCHAR(citype, p); \
828 GETCHAR(cilen, p); \
835 GETCHAR(cichar, p);
    [all...]
upap.c 332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
407 GETCHAR(ruserlen, inp);
415 GETCHAR(rpasswdlen, inp);
487 GETCHAR(msglen, inp);
528 GETCHAR(msglen, inp);
627 GETCHAR(code, p);
628 GETCHAR(id, p);
678 GETCHAR(code, p);
chap-new.c 329 GETCHAR(response_len, pkt);
523 GETCHAR(code, pkt);
524 GETCHAR(id, pkt);
581 GETCHAR(code, p);
582 GETCHAR(id, p);
605 GETCHAR(x, p);
618 GETCHAR(x, p);
ipcp.c 860 GETCHAR(citype, p); \
861 GETCHAR(cilen, p); \
880 GETCHAR(citype, p); \
881 GETCHAR(cilen, p); \
889 GETCHAR(cimaxslotindex, p); \
892 GETCHAR(cicflag, p); \
903 GETCHAR(citype, p); \
904 GETCHAR(cilen, p); \
919 GETCHAR(citype, p); \
920 GETCHAR(cilen, p);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 48 llvm::MDNode *CodeGenTBAA::getChar() {
102 return getChar();
121 return getChar();
140 getTBAAInfoForNamedType(BTy->getName(Features), getChar());
149 getChar());
160 return MetadataCache[Ty] = getChar();
168 return MetadataCache[Ty] = getChar();
176 return MetadataCache[Ty] = getTBAAInfoForNamedType(OutName, getChar());
180 return MetadataCache[Ty] = getChar();
CodeGenTBAA.h 54 /// getChar - This is the mdnode for "char", which is special, and any types
56 llvm::MDNode *getChar();
  /libcore/luni/src/main/java/java/nio/
BaseByteBuffer.java 60 public char getChar() {
65 public char getChar(int index) {
MappedByteBufferAdapter.java 150 public char getChar() {
152 char result = wrapped.getChar();
158 public char getChar(int index) {
159 return wrapped.getChar(index);
  /external/bison/lib/
unlocked-io.h 108 # undef getchar macro
109 # define getchar() getchar_unlocked () macro
111 # define getchar_unlocked() getchar ()
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 1097 get_char getchar; member in struct:boost::detail::offset_char_lessthan
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 35 public char getChar(int index){
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
152 public char getChar(int position) {
196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
200 for (position = end; HtmlUtils.isJavascriptIdentifier(getChar(position));
230 char c = getChar(position);
  /external/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 56 static unsigned short getChar(const unsigned char *dict, int *pos);
86 inline unsigned short Dictionary::getChar(const unsigned char *dict, int *pos) {
149 *c = Dictionary::getChar(dict, &position);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 185 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(position))) {
189 switch (ccBuffer.getChar(position)) {
192 if (ccBuffer.getChar(position - 1) != '+') {
198 if (ccBuffer.getChar(position - 1) != '-') {
252 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(-2))) {

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 910