Home
last modified time | relevance | path

Searched defs:shift (Results 76 – 100 of 182) sorted by relevance

12345678

/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h75 unsigned shift; member
96 unsigned *shift, in iioutils_get_type()
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h77 unsigned shift; member
98 unsigned *shift, in iioutils_get_type()
/aosp12/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc302 size_t shift = 0; in ArmJniCallingConvention() local
/aosp12/art/runtime/gc/accounting/
H A Dspace_bitmap.cc199 const size_t shift = CTZ(garbage); in SweepWalk() local
/aosp12/bionic/libc/bionic/
H A Dpthread_mutex.cpp337 #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 Daudio_sapm.c413 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 Dinstruction_simplifier_shared.cc329 HIntConstant* shift = graph->GetIntConstant(component_shift); in TryExtractVecArrayAccessAddress() local
H A Dstack_map_stream.cc122 uint32_t shift = LeastSignificantBit(register_mask); in BeginStackMapEntry() local
/aosp12/frameworks/rs/driver/runtime/
H A Drs_allocation.c321 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 Dtc_em_meta.h33 __u8 shift; member
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java137 float shift = Math.min(adjustedScrollFromEdge, orientationSize); in onRecentsViewScroll() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DGsmAlphabet.java174 int shift = bitOffset % 8; in gsm7BitPackedToString() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h252 int32 shift = SHIFT; in sad_mb_offset3() local
H A Dbitstream_io.cpp260 UInt word, shift; in BitstreamSavePartial() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dbit.rs33 shift: u32, field
/aosp12/system/extras/simpleperf/
H A Devent_type.cpp44 int shift; member
256 int shift; in ParseEventFormats() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java254 float shift = 0; in getClockY() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp383 uint32_t shift = 0; in VlqRevCode() local
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c411 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 DrsAllocation.h97 uint32_t shift; member
/aosp12/system/unwinding/libunwindstack/
H A DArmExidx.cpp445 uint32_t shift = 0; in DecodePrefix_10_11_0010() local
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h74 uint32_t shift; member
H A Daudio_parse.h70 uint8_t shift; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.h183 uint8_t shift = 0; in ReadInt32() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Darm_exidx.cpp529 uint8_t shift = 0; in Decode10110010uleb128() local

12345678