| /external/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_video_encoder_bitstream.cpp | 239 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in flush() local 287 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in put_aligning_bits() local 302 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in put_trailing_bits() local
|
| D | d3d12_video_encoder_nalu_writer_h264.cpp | 37 …ASSERTED bool isAligned = pBitstream->is_byte_aligned(); // causes side-effects in object state,… in rbsp_trailing() local 273 …bool isAligned = pRBSP->is_byte_aligned(); // causes side-effects in object state, don't put ins… in wrap_rbsp_into_nalu() local
|
| D | d3d12_video_encoder_nalu_writer_hevc.cpp | 458 …ASSERTED bool isAligned = pRBSP->is_byte_aligned(); // causes side-effects in object state, don'… in wrap_rbsp_into_nalu() local 526 …ASSERTED bool isAligned = pBitstream->is_byte_aligned(); // causes side-effects in object state,… in rbsp_trailing() local
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
| D | AlignmentUtils.java | 40 public static boolean isAligned(int offset, int alignment) { in isAligned() method in AlignmentUtils
|
| /external/llvm/lib/Analysis/ |
| D | Loads.cpp | 28 static bool isAligned(const Value *Base, const APInt &Offset, unsigned Align, in isAligned() function 45 static bool isAligned(const Value *Base, unsigned Align, const DataLayout &DL) { in isAligned() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Alignment.h | 146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function 152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
| /external/scudo/standalone/ |
| D | common.h | 53 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Loads.cpp | 39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
|
| /external/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 4764 bool isAligned = in storeRegToStackSlot() local 4781 bool isAligned = MMOBegin != MMOEnd && in storeRegToAddr() local 4801 bool isAligned = in loadRegFromStackSlot() local 4816 bool isAligned = MMOBegin != MMOEnd && in loadRegFromAddr() local 6533 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand() local 6578 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 3251 bool isAligned = in storeRegToStackSlot() local 3266 bool isAligned = in loadRegFromStackSlot() local 5505 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5582 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5649 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5715 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 3939 bool isAligned = in storeRegToStackSlot() local 3962 bool isAligned = in loadRegFromStackSlot() local 6949 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7026 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7093 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7159 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | Loads.cpp | 29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
|
| /external/libchrome/mojo/public/js/lib/ |
| D | codec.js | 21 function isAligned(offset) { function
|
| /external/pdfium/third_party/libtiff/ |
| D | tif_fax3.c | 98 #define isAligned(p, t) ((((size_t)(p)) & (sizeof(t) - 1)) == 0) macro
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 185 bool isAligned(Align AlignCheck) const { in isAligned() function
|