HomeSort by relevance Sort by last modified time
    Searched full:regionsize (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
WeightedPixelDifference.java 41 private static boolean inspectRegions(int[] ideal, int start, int stride, int regionSize) {
43 for (int y = 0 ; y < regionSize ; y++) {
44 for (int x = 0 ; x < regionSize ; x++) {
74 int regionSize = width / NUM_OF_COLUMNS;
76 for (int y = 0 ; y < height ; y += regionSize) {
77 for (int x = 0 ; x < width ; x += regionSize) {
79 if (inspectRegions(ideal, index, stride, regionSize)) {
85 int interestingPixels = Math.max(1, interestingRegions) * regionSize * regionSize;
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 49 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize,
81 CharUnits Left = RegionSize - TypeSize;
121 CharUnits regionSize = CharUnits::fromQuantity(extentInt->getSExtValue());
128 if (regionSize % typeSize == 0)
131 if (evenFlexibleArraySize(Ctx, regionSize, typeSize, ToPointeeTy))
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 167 uint64_t RegionSize = 0;
178 RegionSize += plt0_size;
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
187 RegionSize += EntrySize;
191 RegionSize += emitGOTSectionData(pRegion);
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
199 return RegionSize;
475 uint64_t RegionSize = 0;
481 RegionSize += EntrySize;
484 return RegionSize;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 143 uint64_t RegionSize = 0;
156 RegionSize += plt0_size;
164 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
165 RegionSize += EntrySize;
168 return RegionSize;
170 RegionSize += emitGOTSectionData(pRegion);
171 return RegionSize;
174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
175 return RegionSize;
311 uint64_t RegionSize = 0
    [all...]
  /external/compiler-rt/lib/builtins/
enable_execute_stack.c 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect);
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /frameworks/base/libs/hwui/
JankTracker.cpp 162 int regionSize = ashmem_get_size_region(ashmemfd);
163 if (regionSize < static_cast<int>(sizeof(ProfileData))) {
165 regionSize, static_cast<unsigned int>(sizeof(ProfileData)));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end;
724 if (info.RegionSize == 0)
727 page += info.RegionSize;
  /external/libchrome/sandbox/win/src/
nt_internals.h 441 IN OUT PSIZE_T RegionSize,
448 IN OUT PSIZE_T RegionSize,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 330 NDR64_UINT16 RegionSize;
winnt.h     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java 107 public final static Uniform regionSize = new Uniform("u_regionSize");
  /external/fio/os/windows/
posix.c 577 mapAddr = VirtualAlloc(mapAddr, memInfo.RegionSize, MEM_COMMIT, PAGE_READWRITE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc     [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 536 Size = mbi.RegionSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingw32.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmingw32.a     [all...]
  /development/host/windows/prebuilt/usb/
AdbWinApi.pdb     [all...]

Completed in 2338 milliseconds

1 2