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

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/
LegacyRegion2.c 47 @param Granularity[out] The number of bytes in the last region affected. This may be less
63 OUT UINT32 *Granularity,
71 ASSERT (Granularity != NULL);
72 *Granularity = 0;
87 @param Granularity[out] The number of bytes in the last region affected. This may be less
102 OUT UINT32 *Granularity
109 ASSERT (Granularity != NULL);
110 *Granularity = 0;
127 @param Granularity[out] The number of bytes in the last region affected. This may be less
145 OUT UINT32 *Granularity
    [all...]
LegacyRegion2.h 36 @param Granularity[out] The number of bytes in the last region affected. This may be less
52 OUT UINT32 *Granularity,
67 @param Granularity[out] The number of bytes in the last region affected. This may be less
82 OUT UINT32 *Granularity
98 @param Granularity[out] The number of bytes in the last region affected. This may be less
116 OUT UINT32 *Granularity
130 @param Granularity[out] The number of bytes in the last region affected. This may be less
145 OUT UINT32 *Granularity
151 This function is used to discover the granularity of the attributes for the memory in the legacy
152 region. Each attribute may have a different granularity and the granularity may not be the same
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/
LegacyRegion2OnLegacyRegionThunk.c 46 @param Granularity[out] The number of bytes in the last region affected. This may be less
62 OUT UINT32 *Granularity,
70 ASSERT (Granularity != NULL);
71 *Granularity = 0;
92 @param Granularity[out] The number of bytes in the last region affected. This may be less
107 OUT UINT32 *Granularity
114 ASSERT (Granularity != NULL);
120 Granularity
137 @param Granularity[out] The number of bytes in the last region affected. This may be less
155 OUT UINT32 *Granularity
    [all...]
LegacyRegion2OnLegacyRegionThunk.h 38 @param Granularity[out] The number of bytes in the last region affected. This may be less
54 OUT UINT32 *Granularity,
69 @param Granularity[out] The number of bytes in the last region affected. This may be less
84 OUT UINT32 *Granularity
100 @param Granularity[out] The number of bytes in the last region affected. This may be less
118 OUT UINT32 *Granularity
132 @param Granularity[out] The number of bytes in the last region affected. This may be less
147 OUT UINT32 *Granularity
153 This function is used to discover the granularity of the attributes for the memory in the legacy
154 region. Each attribute may have a different granularity and the granularity may not be the same
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
LegacyRegion.c 50 @param Granularity[out] The number of bytes in the last region affected. This may be less
66 OUT UINT32 *Granularity,
70 return QNCLegacyRegionManipulation (Start, Length, On, NULL, Granularity);
87 @param Granularity[out] The number of bytes in the last region affected. This may be less
105 OUT UINT32 *Granularity
127 @param Granularity[out] The number of bytes in the last region affected. This may be less
142 OUT UINT32 *Granularity
148 return QNCLegacyRegionManipulation (Start, Length, NULL, &WriteEnable, Granularity);
163 @param Granularity[out] The number of bytes in the last region affected. This may be less
178 OUT UINT32 *Granularity
    [all...]
LegacyRegion.h 65 @param Granularity[out] The number of bytes in the last region affected. This may be less
81 OUT UINT32 *Granularity,
96 @param Granularity[out] The number of bytes in the last region affected. This may be less
111 OUT UINT32 *Granularity
127 @param Granularity[out] The number of bytes in the last region affected. This may be less
145 OUT UINT32 *Granularity
159 @param Granularity[out] The number of bytes in the last region affected. This may be less
174 OUT UINT32 *Granularity
180 This function is used to discover the granularity of the attributes for the memory in the legacy
181 region. Each attribute may have a different granularity and the granularity may not be the same
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
LegacyRegion2.h 45 @param Granularity[out] The number of bytes in the last region affected. This may be less
61 OUT UINT32 *Granularity,
77 @param Granularity[out] The number of bytes in the last region affected. This may be less
92 OUT UINT32 *Granularity
109 @param Granularity[out] The number of bytes in the last region affected. This may be less
127 OUT UINT32 *Granularity OPTIONAL
142 @param Granularity[out] The number of bytes in the last region affected. This may be less
157 OUT UINT32 *Granularity
191 UINT32 Granularity;
198 This function is used to discover the granularity of the attributes for the memory in the legacy
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 36 // Will be rounded up to Granularity.
46 size_t Granularity; // Shadow granularity.
54 // AddressSanitizer's shadow granularity. Usually 8, may also be 16, 32, 64.
55 size_t Granularity,
57 // At least 4 pointer sizes, power of 2, and >= Granularity.
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.h 89 @param Granularity[out] The number of bytes in the last region affected. This may be less
105 OUT UINT32 *Granularity,
120 @param Granularity[out] The number of bytes in the last region affected. This may be less
135 OUT UINT32 *Granularity
151 @param Granularity[out] The number of bytes in the last region affected. This may be less
169 OUT UINT32 *Granularity
183 @param Granularity[out] The number of bytes in the last region affected. This may be less
198 OUT UINT32 *Granularity
204 This function is used to discover the granularity of the attributes for the memory in the legacy
205 region. Each attribute may have a different granularity and the granularity may not be the same
    [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.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyRegion/
LegacyRegion.h 52 OUT UINT32 *Granularity OPTIONAL
61 OUT UINT32 *Granularity OPTIONAL
70 OUT UINT32 *Granularity OPTIONAL

Completed in 651 milliseconds

1 2 3