/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | iio_utils.h | 75 unsigned shift; member 96 unsigned *shift, in iioutils_get_type()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
H A D | iio_utils.h | 77 unsigned shift; member 98 unsigned *shift, in iioutils_get_type()
|
/aosp12/art/compiler/jni/quick/arm/ |
H A D | calling_convention_arm.cc | 302 size_t shift = 0; in ArmJniCallingConvention() local
|
/aosp12/art/runtime/gc/accounting/ |
H A D | space_bitmap.cc | 199 const size_t shift = CTZ(garbage); in SweepWalk() local
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_mutex.cpp | 337 #define FIELD_MASK(shift,bits) (((1 << (bits))-1) << (shift)) argument 340 #define FIELD_TO_BITS(val,shift,bits) (((val) & ((1 << (bits))-1)) << (shift)) argument 343 #define FIELD_FROM_BITS(val,shift,bits) (((val) >> (shift)) & ((1 << (bits))-1)) argument
|
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/src/ |
H A D | audio_sapm.c | 413 uint32_t shift; in MuxSetPathStatus() local 464 uint32_t shift; in MuxValueSetPathStatus() local 517 uint32_t shift; in MixerSetPathStatus() local
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier_shared.cc | 329 HIntConstant* shift = graph->GetIntConstant(component_shift); in TryExtractVecArrayAccessAddress() local
|
H A D | stack_map_stream.cc | 122 uint32_t shift = LeastSignificantBit(register_mask); in BeginStackMapEntry() local
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_allocation.c | 321 const size_t shift = alloc->mHal.drvState.yuv.shift; in rsGetElementAtYuv_uchar_U() local 335 const size_t shift = alloc->mHal.drvState.yuv.shift; in rsGetElementAtYuv_uchar_V() local
|
/aosp12/bionic/libc/kernel/uapi/linux/tc_ematch/ |
H A D | tc_em_meta.h | 33 __u8 shift; member
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | ClearAllButton.java | 137 float shift = Math.min(adjustedScrollFromEdge, orientationSize); in onRecentsViewScroll() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/ |
H A D | GsmAlphabet.java | 174 int shift = bitOffset % 8; in gsm7BitPackedToString() local
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | sad_mb_offset.h | 252 int32 shift = SHIFT; in sad_mb_offset3() local
|
H A D | bitstream_io.cpp | 260 UInt word, shift; in BitstreamSavePartial() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 33 shift: u32, field
|
/aosp12/system/extras/simpleperf/ |
H A D | event_type.cpp | 44 int shift; member 256 int shift; in ParseEventFormats() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardClockPositionAlgorithm.java | 254 float shift = 0; in getClockY() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | source_map.cpp | 383 uint32_t shift = 0; in VlqRevCode() local
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/ |
H A D | audio_core.c | 411 const uint32_t mask, const uint32_t shift, uint32_t value) in AudioUpdateCodecRegBits() 453 const uint32_t mask, const uint32_t shift, uint32_t value) in AudioUpdateDaiRegBits()
|
/aosp12/frameworks/rs/ |
H A D | rsAllocation.h | 97 uint32_t shift; member
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ArmExidx.cpp | 445 uint32_t shift = 0; in DecodePrefix_10_11_0010() local
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/ |
H A D | audio_control.h | 74 uint32_t shift; member
|
H A D | audio_parse.h | 70 uint8_t shift; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | tlv_util.h | 183 uint8_t shift = 0; in ReadInt32() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arm_exidx.cpp | 529 uint8_t shift = 0; in Decode10110010uleb128() local
|