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

  /external/skia/src/core/
SkPictureFlat.h 326 if (this->checksum() != that.checksum() || this->flatSize() != that.flatSize()) {
329 return memcmp(this->data(), that.data(), this->flatSize()) == 0;
334 size_t flatSize() const { return fFlatSize; }
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 291 type.flatSize = 0;
314 size = Types.types[field].flatSize;
323 size = alignSize = Types.types[field].flatSize; // fully aligned
334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
335 type.flatSize = curr + size;
345 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
347 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
349 type.flatFactor = type.flatSize;
    [all...]
corrections.js 291 type.flatSize = 0;
314 size = Types.types[field].flatSize;
323 size = alignSize = Types.types[field].flatSize; // fully aligned
334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
335 type.flatSize = curr + size;
345 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
347 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
349 type.flatFactor = type.flatSize;
    [all...]
primes.js 291 type.flatSize = 0;
314 size = Types.types[field].flatSize;
323 size = alignSize = Types.types[field].flatSize; // fully aligned
334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
335 type.flatSize = curr + size;
345 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
347 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
349 type.flatFactor = type.flatSize;
    [all...]
fannkuch.js 322 type.flatSize = 0;
345 size = Types.types[field].flatSize;
354 size = alignSize = Types.types[field].flatSize; // fully aligned
365 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
366 type.flatSize = curr + size;
376 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
378 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
380 type.flatFactor = type.flatSize;
    [all...]
fasta.js 301 type.flatSize = 0;
324 size = Types.types[field].flatSize;
333 size = alignSize = Types.types[field].flatSize; // fully aligned
344 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
345 type.flatSize = curr + size;
355 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
357 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
359 type.flatFactor = type.flatSize;
    [all...]
memops.js 291 type.flatSize = 0;
314 size = Types.types[field].flatSize;
323 size = alignSize = Types.types[field].flatSize; // fully aligned
334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
335 type.flatSize = curr + size;
345 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
347 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
349 type.flatFactor = type.flatSize;
    [all...]
zlib.js 291 type.flatSize = 0;
314 size = Types.types[field].flatSize;
323 size = alignSize = Types.types[field].flatSize; // fully aligned
334 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
335 type.flatSize = curr + size;
345 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
347 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
349 type.flatFactor = type.flatSize;
    [all...]
box2d.js 292 type.flatSize = 0;
315 size = Types.types[field].flatSize;
324 size = alignSize = Types.types[field].flatSize; // fully aligned
335 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
336 type.flatSize = curr + size;
346 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
348 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
350 type.flatFactor = type.flatSize;
    [all...]
lua_binarytrees.js 323 type.flatSize = 0;
346 size = Types.types[field].flatSize;
355 size = alignSize = Types.types[field].flatSize; // fully aligned
366 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
367 type.flatSize = curr + size;
377 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
379 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
381 type.flatFactor = type.flatSize;
    [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js 324 type.flatSize = 0;
347 size = Types.types[field].flatSize;
356 size = alignSize = Types.types[field].flatSize; // fully aligned
367 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
368 type.flatSize = curr + size;
378 type.flatSize = parseInt(type.name_.substr(1))*type.flatSize/2;
380 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
382 type.flatFactor = type.flatSize;
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 297 type.flatSize = 0;
307 size = Types.types[field].flatSize;
318 var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
319 type.flatSize = curr + size;
326 type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
328 type.flatFactor = type.flatSize;
351 __size__: type.flatSize
    [all...]

Completed in 5365 milliseconds