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

  /external/clang/include/clang/Basic/
AllDiagnostics.h 37 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 174 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str) - 1, fieldTy>::Size
  /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/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 5738 milliseconds