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

  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 65 return std::max(ArraySize(sizeof(GcRoot<mirror::Class>), num_elements), pointer_size_);
78 return std::max(ArraySize(pointer_size_, num_elements), pointer_size_);
90 return ArraySize(sizeof(GcRoot<mirror::String>), num_elements);
102 return ArraySize(pointer_size_, num_elements);
113 inline size_t DexCacheArraysLayout::ArraySize(size_t element_size, uint32_t num_elements) {
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 171 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>();
173 svalBuilder.evalEQ(state, Extent, ArraySize);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 451 Value *ArraySize = I.getArraySize();
452 if (const ConstantInt *C = dyn_cast<ConstantInt>(ArraySize)) {
679 Value *ArraySize = I.getArraySize();
680 Value *Size = ConstantInt::get(ArraySize->getType(),
682 Size = Builder.CreateMul(Size, ArraySize);
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 447 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr,
606 Value *ArraySize = AI->getArraySize();
607 if (ArraySize->getType() != IntPtrTy)
608 ArraySize = IRB.CreateIntCast(ArraySize, IntPtrTy, false);
612 Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 295 unsigned ArraySize = 16 / Size;
296 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
297 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C));
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 89 unsigned ArraySize);
91 void genAddStatementEnd(const std::string &VarName, unsigned ArraySize);
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/sqlite/dist/orig/
shell.c 607 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
844 if( i<ArraySize(p->colWidth) ){
855 if( i<ArraySize(p->actualWidth) ){
871 if( i<ArraySize(p->actualWidth) ){
886 if( i<ArraySize(p->actualWidth) ){
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 613 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
850 if( i<ArraySize(p->colWidth) ){
861 if( i<ArraySize(p->actualWidth) ){
877 if( i<ArraySize(p->actualWidth) ){
892 if( i<ArraySize(p->actualWidth) ){
    [all...]
sqlite3.c     [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...]

Completed in 1057 milliseconds