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

  /external/chromium_org/net/disk_cache/blockfile/
bitmap.h 40 int ArraySize() const { return array_size_; }
56 // ArraySize();
60 // ArraySize()
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 149 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>();
151 svalBuilder.evalEQ(state, Extent, ArraySize);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 242 Value *ArraySize = computeArraySize(CI, DL, TLI);
244 if (ConstantInt *ConstSize = dyn_cast_or_null<ConstantInt>(ArraySize))
452 Value *ArraySize = I.getArraySize();
453 if (const ConstantInt *C = dyn_cast<ConstantInt>(ArraySize)) {
684 Value *ArraySize = I.getArraySize();
685 Value *Size = ConstantInt::get(ArraySize->getType(),
687 Size = Builder.CreateMul(Size, ArraySize);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 87 unsigned ArraySize);
89 void genAddStatementEnd(const std::string &VarName, unsigned ArraySize);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 452 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
676 if( i<ArraySize(p->colWidth) ){
687 if( i<ArraySize(p->actualWidth) ){
697 if( i<ArraySize(p->actualWidth) ){
711 if( i<ArraySize(p->actualWidth) ){
    [all...]
sqliteInt.h 541 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0])))
    [all...]
  /external/sqlite/dist/orig/
shell.c 509 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
738 if( i<ArraySize(p->colWidth) ){
749 if( i<ArraySize(p->actualWidth) ){
763 if( i<ArraySize(p->actualWidth) ){
778 if( i<ArraySize(p->actualWidth) ){
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 514 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
743 if( i<ArraySize(p->colWidth) ){
754 if( i<ArraySize(p->actualWidth) ){
768 if( i<ArraySize(p->actualWidth) ){
783 if( i<ArraySize(p->actualWidth) ){
    [all...]
sqlite3.c     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 531 UINT ArraySize;
536 UINT ArraySize;
542 UINT ArraySize;
547 UINT ArraySize;
565 UINT ArraySize;
570 UINT ArraySize;
576 UINT ArraySize;
581 UINT ArraySize;
598 UINT ArraySize;
602 UINT ArraySize;
    [all...]
d3d10.h 830 UINT ArraySize;
841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,
846 ArraySize = arraySize;
863 UINT ArraySize;
876 UINT arraySize = 1,
887 ArraySize = arraySize;
928 UINT ArraySize;
936 UINT ArraySize;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1462 milliseconds