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

  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 243 int lineSize;
244 asm("rdhwr %0, $1" : "=r" (lineSize));
253 intptr_t start = reinterpret_cast<intptr_t>(code) & (-lineSize);
254 intptr_t end = ((reinterpret_cast<intptr_t>(code) + size - 1) & (-lineSize)) - 1;
  /frameworks/base/libs/rs/
rsAdapter.cpp 164 uint32_t lineSize = eSize * w;
168 memcpy(getElement(xoff, line), src, lineSize);
169 src += lineSize;
rsAllocation.cpp 91 const uint32_t lineSize = eSize * w;
95 if ((lineSize * h) != sizeBytes) {
96 LOGE("Allocation size mismatch, expected %i, got %i", (lineSize * h), sizeBytes);
  /external/icu4c/tools/gencnval/
gencnval.c 315 int32_t lineSize = 0;
333 if (lineSize == 0 || (lastLineSize > 0 && isspace(*lastLine))) {
334 uprv_strcpy(line + lineSize, lastLine);
335 lineSize += lastLineSize;
336 } else if (lineSize > 0) {
343 if (validParse || lineSize > 0) {
348 if (!standardTagsUsed && line[lineSize - 1] != '}') {
352 addOfficialTaggedStandards(line, lineSize);
366 lineSize = lastLineSize;
369 lineSize = 0
    [all...]
  /external/clang/lib/Rewrite/
Rewriter.cpp 73 unsigned lineSize = 0;
77 ++lineSize;
80 Buffer.erase(curLineStartOffs, lineSize + 1/* + '\n'*/);
81 AddReplaceDelta(curLineStartOffs, -(lineSize + 1/* + '\n'*/));
  /frameworks/base/opengl/libs/EGL/
trace.cpp 76 static const int lineSize = 500;
77 char line[lineSize];
87 line_index += vsnprintf(line + line_index, lineSize-line_index, fmt, argp);
92 line[lineSize-1] = '\0';
  /frameworks/base/libs/rs/driver/
rsdAllocation.cpp 398 uint32_t lineSize = eSize * w;
411 memcpy(dst, src, lineSize);
412 src += lineSize;
  /external/skia/src/core/
SkScan_Path.cpp 391 size_t lineSize = (ptCount << 1) * sizeof(SkEdge);
393 SkASSERT(lineSize <= quadSize);
  /bionic/libc/netbsd/resolv/
res_cache.c 303 int lineSize = 16;
309 if (avail > lineSize)
310 avail = lineSize;
317 for ( ; nn < lineSize; nn++ ) {
    [all...]

Completed in 1838 milliseconds