Home
last modified time | relevance | path

Searched refs:kLength (Results 1 – 11 of 11) sorted by relevance

/external/vixl/examples/
Dneon-matrix-multiply.cc115 const int kLength = kRowSize * kColSize; in main() local
117 float mat1[kLength], mat2[kLength], output[kLength]; in main()
120 memset(output, 0, sizeof(output[0]) * kLength); in main()
/external/skia/gm/
Dconvexpaths.cpp99 kLength = 100, in makePaths() enumerator
104 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, 0); in makePaths()
107 fPaths.back().lineTo(kLength, kLength * SkIntToScalar(i) / kPtsPerSide); in makePaths()
110 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, kLength); in makePaths()
113 fPaths.back().lineTo(0, kLength * SkIntToScalar(i) / kPtsPerSide); in makePaths()
/external/v8/src/
Dscopeinfo.h39 for (int i = 0; i < kLength; ++i) { in ContextSlotCache()
54 static const int kLength = 256; variable
103 Key keys_[kLength];
104 uint32_t values_[kLength];
Dscopeinfo.cc426 return static_cast<int>((addr_hash ^ name->Hash()) % kLength); in Hash()
471 for (int index = 0; index < kLength; index++) keys_[index].data = NULL; in Clear()
Dcode-stubs-hydrogen.cc1585 HValue* length = GetParameter(RegExpConstructResultStub::kLength); in BuildCodeStub()
Dcode-stubs.h1516 static const int kLength = 0; variable
/external/vixl/test/examples/
Dtest-examples.cc257 const int kLength = kRowSize * kColSize; in TEST() local
259 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength]; in TEST()
282 for (int i = 0; i < kLength; i++) { in TEST()
/external/v8/src/heap/
Dheap.h2253 static const int kLength = 256; variable
2254 static const int kCapacityMask = kLength - 1;
2269 for (int i = 0; i < kLength; ++i) { in KeyedLookupCache()
2291 Key keys_[kLength];
2292 int field_offsets_[kLength];
2335 for (int i = 0; i < kLength; ++i) { in DescriptorLookupCache()
2350 return (source_hash ^ name_hash) % kLength; in Hash()
2353 static const int kLength = 64; variable
2359 Key keys_[kLength];
2360 int results_[kLength];
Dspaces.h152 static const size_t kLength = (1 << kPageSizeBits) >> (kPointerSizeLog2); variable
162 int CellsCount() { return CellsForLength(kLength); } in CellsCount()
Dheap.cc5963 for (int index = 0; index < kLength; index++) keys_[index].map = NULL; in Clear()
5968 for (int index = 0; index < kLength; index++) keys_[index].source = NULL; in Clear()
/external/v8/test/cctest/
Dtest-heap-profiler.cc1228 const int kLength = 10; in TEST() local
1229 v8::Handle<v8::Object> objects[kLength]; in TEST()
1230 v8::SnapshotObjectId ids[kLength]; in TEST()
1234 for (int i = 0; i < kLength; i++) { in TEST()
1239 for (int i = 0; i < kLength; i++) { in TEST()
1248 for (int i = 0; i < kLength; i++) { in TEST()
1256 for (int i = 0; i < kLength; i++) { in TEST()