Searched defs:Granularity (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c31 unsigned Granularity : 1; member in struct:_LDT_ENTRY::__anon28792::__anon28794
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h255 UInt Granularity : 1; member in struct:__anon27913::__anon27914::__anon27915
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp718 size_t Granularity = 1 << Mapping.Scale; local
719 // Addr & (Granularity - 1)
721 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
722 // (Addr & (Granularity - 1)) + size - 1
726 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
729 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
750 size_t Granularity = 1 << Mapping.Scale; local
753 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 186 milliseconds