HomeSort by relevance Sort by last modified time
    Searched defs:Aligned (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/common/dwarf/
bytereader_unittest.cc 629 class Aligned: public AlignedFixture, public Test { };
631 TEST_F(Aligned, DW_EH_PE_aligned0) {
639 TEST_F(Aligned, DW_EH_PE_aligned1) {
647 TEST_F(Aligned, DW_EH_PE_aligned2) {
655 TEST_F(Aligned, DW_EH_PE_aligned3) {
663 TEST_F(Aligned, DW_EH_PE_aligned11) {
672 TEST_F(Aligned, DW_EH_PE_aligned30) {
681 TEST_F(Aligned, DW_EH_PE_aligned23) {
690 TEST_F(Aligned, DW_EH_PE_aligned03) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/
CpuIoPei.c 216 BOOLEAN Aligned;
230 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00);
235 if (Aligned) {
241 if (Aligned) {
247 if (Aligned) {
290 BOOLEAN Aligned;
304 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00);
309 if (Aligned) {
315 if (Aligned) {
321 if (Aligned) {
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 154 * means the first coefficient packet is guaranteed to be aligned.
156 * In other words, this means we are allow to perform an aligned packet access to the first element regardless
159 * expression.packet<Aligned>(0);
226 * Enum for indicating whether a buffer is aligned or not. */
229 Aligned8=8, /**< Data pointer is aligned on a 8 bytes boundary. */
230 Aligned16=16, /**< Data pointer is aligned on a 16 bytes boundary. */
231 Aligned32=32, /**< Data pointer is aligned on a 32 bytes boundary. */
232 Aligned64=64, /**< Data pointer is aligned on a 64 bytes boundary. */
233 Aligned128=128, /**< Data pointer is aligned on a 128 bytes boundary. */
235 Aligned=16, /**< \deprecated Synonym for Aligned16. *
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
81 if (Aligned->isAlignmentExpr()) {
84 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs);
86 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(),
87 Aligned->getSpellingListIndex(), IsPackExpansion);
89 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(),
90 TemplateArgs, Aligned->getLocation(),
93 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
94 Aligned->getSpellingListIndex(), IsPackExpansion);
100 const AlignedAttr *Aligned, Decl *New)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 92 MachineMemOperand *MMO = nullptr, bool Aligned = false);
95 MachineMemOperand *MMO = nullptr, bool Aligned = false);
503 MachineMemOperand *MMO, bool Aligned) {
551 if (Aligned) {
560 if (Aligned) {
572 if (Aligned) {
582 if (Aligned)
589 if (Aligned) {
599 if (Aligned)
606 if (Aligned)
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 592 // The glvalue must be suitably aligned.
597 llvm::Value *Aligned =
599 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 592 milliseconds