Home
last modified time | relevance | path

Searched defs:isAligned (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DDemoSimulator.java170 private void handleEventDeviceAlignedWithSatellite(boolean isAligned) { in handleEventDeviceAlignedWithSatellite()
230 private void handleEventDeviceAlignedWithSatellite(boolean isAligned) { in handleEventDeviceAlignedWithSatellite()
321 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
DDatagramController.java392 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
665 public boolean waitForAligningToSatellite(boolean isAligned) { in waitForAligningToSatellite()
DDatagramReceiver.java782 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream.cpp239 …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
H A Dd3d12_video_encoder_nalu_writer_h264.cpp37 …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
H A Dd3d12_video_encoder_nalu_writer_hevc.cpp574 …ASSERTED bool isAligned = pRBSP->is_byte_aligned(); // causes side-effects in object state, don'… in wrap_rbsp_into_nalu() local
642 …ASSERTED bool isAligned = pBitstream->is_byte_aligned(); // causes side-effects in object state,… in rbsp_trailing() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoads.cpp28 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
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue54497.go13 func isAligned[T C](x, y T) bool { // ERROR "can inline isAligned\[uint\]" "can inline isAligned\[g… func
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DAlignmentUtils.java40 public static boolean isAligned(int offset, int alignment) { in isAligned() method in AlignmentUtils
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4764 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
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DDatagramControllerTest.java311 private void testSetDeviceAlignedWithSatellite(boolean isAligned) { in testSetDeviceAlignedWithSatellite()
DDatagramReceiverTest.java531 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
DDatagramDispatcherTest.java1354 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3251 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3939 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/aosp_15_r20/external/scudo/standalone/
H A Dcommon.h53 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoads.cpp39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DShape.cu324 bool isAligned = true; in parallel_cat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoads.cpp29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function

12345