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

  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 52 size_t Granularity, size_t MinHeaderSize,
54 assert(Granularity >= 8 && Granularity <= 64 &&
55 (Granularity & (Granularity - 1)) == 0);
57 MinHeaderSize >= Granularity);
67 Layout->FrameAlignment = std::max(Granularity, Vars[0].Alignment);
70 size_t Offset = std::max(std::max(MinHeaderSize, Granularity),
72 assert((Offset % Granularity) == 0);
73 SB.insert(SB.end(), Offset / Granularity, kAsanStackLeftRedzoneMagic)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 53 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
54 size_t Granularity,
56 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /external/valgrind/none/tests/x86-linux/
seg_override.c 31 unsigned Granularity : 1;
47 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
  /external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp 31 size_t Granularity, size_t MinHeaderSize,
35 ComputeASanStackFrameLayout(Vars, Granularity, MinHeaderSize, &L);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
policy.py 86 class Granularity(BaseType):
87 arg = 'Granularity'
99 self.granularities = ResultSet([('member', self.Granularity)])
  /external/valgrind/VEX/pub/
libvex_guest_x86.h 255 UInt Granularity : 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 96 BATTERY_REPORTING_SCALE Granularity[4];
ntddvdeo.h 308 ULONG Granularity;
vdmdbg.h 130 ULONG Granularity : 1;
winnt.h     [all...]
winioctl.h 767 DWORD Granularity;
    [all...]
ks.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 134 ULONG Granularity;
ntifs.h     [all...]
wdm.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c 604 desc.LdtEnt.Bits.Granularity = 1; /* SDP_PAGES */
    [all...]
syswrap-x86-linux.c 706 info->limit_in_pages = gdt[idx].LdtEnt.Bits.Granularity;
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
  /external/jemalloc/bin/
jeprof.in 186 Reporting Granularity:
470 usage("Only specify one output granularity option");
597 # Reduce profiles to required output granularity, and also clean
    [all...]

Completed in 1203 milliseconds