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

1 2 3

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 281 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.h 47 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
LLLexer.cpp 188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err,
190 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) {
  /external/tcpdump/
print-smb.c 30 const u_char *startbuf = NULL; variable
812 startbuf = buf;
946 startbuf = data;
1109 startbuf = data;
    [all...]
smbutil.c 29 extern const u_char *startbuf;
351 if (((s - startbuf) % 2) != 0) {
699 name_type = name_extract(startbuf, PTR_DIFF(buf, startbuf),
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2112 register char * startbuf; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 483 const char *startBuf, *endBuf;
492 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
499 while (startBuf < endBuf) {
504 if (*startBuf == '\n') {
505 startBuf++;
508 } else if (*startBuf != '\t')
529 startBuf++;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]