HomeSort by relevance Sort by last modified time
    Searched refs:STR_SIZE (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Basic/
AllDiagnostics.h 37 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h 88 const uint32_t STR_SIZE = 1024 ;
89 char str[STR_SIZE] = {0} ;
91 DumpBufferToString(str, STR_SIZE, start, size) ;
110 const uint32_t STR_SIZE = 1024 ;
111 char str[STR_SIZE] = {0} ;
113 DumpBufferToString(str, STR_SIZE, start, size) ;
208 const uint32_t STR_SIZE = 1024 ;
209 char str[STR_SIZE] = {0} ;
211 DumpBufferToString(str, STR_SIZE, start, size) ;
248 const uint32_t STR_SIZE = 1024
    [all...]
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 18 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
33 { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC } \
63 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC } \
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 174 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str) - 1, fieldTy>::Size
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 78 SHOWINSYSHEADER, CATEGORY, GROUP, STR_SIZE(DESC, uint16_t), DESC \
211 #define CATEGORY(X, ENUM) { X, STR_SIZE(X, uint8_t) },
  /external/squashfs-tools/squashfs-tools/
action.c 101 #define STR_SIZE 256
131 str = malloc(STR_SIZE);
134 size = STR_SIZE;
174 size = (cur_size + 1 + STR_SIZE) & ~(STR_SIZE - 1);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 813 milliseconds