/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | sms_common_utils.cpp | 45 auto shift = fillBits; in Pack7bitChar() local 46 if (shift > 0) { in Pack7bitChar() 51 if (shift == 0) { in Pack7bitChar() 60 if (shift > 1) { in Pack7bitChar() 65 shift--; in Pack7bitChar() 68 shift--; in Pack7bitChar() 85 if (shift > 0) { in Unpack7bitChar() 102 shift--; in Unpack7bitChar() 121 if (shift > 0) { in Unpack7bitCharForCBPdu() 134 shift--; in Unpack7bitCharForCBPdu() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 33 shift: u32, field 96 shift: 0, in new() 104 let sh = if left > shift { shift } else { left }; in new() 107 shift: sh, in new() 261 shift: 0 in ut_mask_new_bit32() 268 shift: 0 in ut_mask_new_bit32() 275 shift: 0 in ut_mask_new_bit32() 282 shift: 0 in ut_mask_new_bit32() 289 shift: 0 in ut_mask_new_bit32() 324 shift: 0 in ut_mask_new_bit32() [all …]
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_common_utils.cpp | 39 auto shift = fillBits; in Pack7bitChar() local 40 if (shift > 0) { in Pack7bitChar() 45 if (shift == 0) { in Pack7bitChar() 56 if (shift > 1) { in Pack7bitChar() 61 shift--; in Pack7bitChar() 75 shift--; in Pack7bitChar() 109 auto shift = fillBits; in Unpack7bitChar() local 114 if (shift > 0) { in Unpack7bitChar() 118 if (shift == 0) { in Unpack7bitChar() 148 shift--; in Unpack7bitChar() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _pow_fusion_v10.md | 12 参数说明:x的每个元素会做如下运算:x' = scale\*x+shift,然后对于x'再求y次幂。 37 | float [shift](#shift) | 对x的数值缩放后的值进行增减。 | 53 ### shift subsection 56 float PowFusion::shift
|
H A D | _pow_fusion_v20.md | 12 参数说明:x的每个元素会做如下运算:x' = scale\*x+shift,然后对于x'再求y次幂。 37 | float [shift](#shift) | 对x的数值缩放后的值进行增减。 | 53 ### shift subsection 56 float PowFusion::shift
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | integer.rs | 49 shift: u32, field 62 shift: 1, in first_byte() 72 .checked_shl(self.shift - 1) in next_byte() 78 self.shift += 7; in next_byte()
|
/ohos5.0/docs/zh-cn/design/ux-design/ |
H A D | unified-interaction-events.md | 71 | 键盘 | shift+F10 或 LOGO+M。 | 99 | 鼠标 | 上下滚动滚轮/shift+上下滚动滚轮可以实现上下/左右滚动,指针不动。<br>有上下滚动时,通过shift+滚轮左右滚动。无上下滚动时,滚轮可响应左右滚动。<br>自然滚动时,<br…
|
/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() argument 422 value = value << shift; in AudioUpdateCodecRegBits() 423 controlMask = mask << shift; in AudioUpdateCodecRegBits() 453 const uint32_t mask, const uint32_t shift, uint32_t value) in AudioUpdateDaiRegBits() argument 466 value = value << shift; in AudioUpdateDaiRegBits() 467 mixerControlMask = mask << shift; in AudioUpdateDaiRegBits() 518 if (mixerCtrl->reg != mixerCtrl->rreg || mixerCtrl->shift != mixerCtrl->rshift) { in AudioCodecRegUpdate() 595 if (mixerCtrl->reg != mixerCtrl->rreg || mixerCtrl->shift != mixerCtrl->rshift) { in AudioDaiRegUpdate() 755 rcurValue = (rcurValue >> mixerCtrl->shift) & mixerCtrl->mask; in AudioGetCtrlOpsRReg() 778 curValue = (curValue >> mixerCtrl->shift) & mixerCtrl->mask; in AudioGetCtrlOpsReg() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_memory.cpp | 195 uint64_t shift = 0; in ReadUleb128() local 202 val |= static_cast<uint64_t>(u8 & 0x7f) << shift; in ReadUleb128() 203 shift += SEVEN_BIT_OFFSET; in ReadUleb128() 211 uint64_t shift = 0; in ReadSleb128() local 218 val |= static_cast<uint64_t>(byte & 0x7f) << shift; in ReadSleb128() 219 shift += SEVEN_BIT_OFFSET; in ReadSleb128() 223 val |= (-1ULL) << shift; in ReadSleb128()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | integer.rs | 48 shift: u32, field 61 shift: 1, in first_byte() 71 .checked_shl(self.shift - 1) in next_byte() 75 self.shift += 7; in next_byte()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestFFmpegDemuxer.cpp | 62 for (int shift = 0, channelLayout = 0; shift <= channelLayoutsNum; shift++) { in propagateChannelLayouts() local 63 channelLayout = channelLayout << shift; in propagateChannelLayouts()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/ |
H A D | pixel_map_utils.h | 118 static uint8_t GetRGB565Channel(uint16_t color, uint16_t mask, uint8_t shift) in GetRGB565Channel() argument 120 return (color & mask) >> shift; in GetRGB565Channel() 149 static uint8_t GetColorComp(uint32_t color, uint8_t shift) in GetColorComp() argument 151 return ((color) << (ARGB8888_CONVERT_BIT - shift)) >> ARGB8888_CONVERT_BIT; in GetColorComp()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/src/ |
H A D | audio_sapm.c | 413 uint32_t shift; in MuxSetPathStatus() local 428 shift = enumKtl->shiftLeft; in MuxSetPathStatus() 464 uint32_t shift; in MuxValueSetPathStatus() local 477 shift = enumKtl->shiftLeft; in MuxValueSetPathStatus() 484 val = (val >> shift) & enumKtl->mask; in MuxValueSetPathStatus() 517 uint32_t shift; in MixerSetPathStatus() local 535 shift = mixerCtrl->shift; in MixerSetPathStatus() 550 curValue = (curValue >> shift) & mask; in MixerSetPathStatus() 986 mixerControl.shift = sapmComponent->shift; in AudioSapmPowerUpSeqRun() 1019 mixerControl.shift = sapmComponent->shift; in AudioSapmPowerDownSeqRun() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tabs_helper.h | 376 int depth = 4, const std::string& shift = "") 389 DumpComponents(single->GetChild(), "", depth -1, shift + " "); 394 DumpComponents(child, "", depth -1, shift + " "); 402 const std::string& header = "", int depth = 4, const std::string& shift = "") 417 TabsHelper::DumpElements(child, "", depth -1, shift + " ");
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | BUILD.gn | 77 "-Wno-shift-negative-value", 124 "-Wno-shift-negative-value", 154 "-Wno-shift-negative-value",
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | bit_reader.h | 61 uint8_t shift = availBits_ - toRead; in ReadBits() local 63 val = static_cast<T>((val << toRead) | static_cast<T>(((*cur_) >> shift) & mask)); in ReadBits()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/ |
H A D | audio_core.h | 38 const uint32_t mask, const uint32_t shift, uint32_t value); 41 const uint32_t mask, const uint32_t shift, uint32_t value);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 120 for (auto shift : shiftCodes) { variable 123 event.pressedCodes.push_back(shift); 168 for (auto shift : shiftCodes) { variable 172 event.pressedCodes.push_back(shift); 220 for (auto shift : shiftCodes) { variable 224 event.pressedCodes.push_back(shift);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | source_map.cpp | 383 uint32_t shift = 0; in VlqRevCode() local 392 result += digit << shift; in VlqRevCode() 394 shift += VLQ_BASE_SHIFT; in VlqRevCode() 400 shift = 0; in VlqRevCode()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | adc_linux_virtual_iio_driver.c | 107 .shift = SHIFT_BITS, 122 .shift = SHIFT_BITS,
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-makeObserved.md | 147 | Array | push、pop、shift、unshift、splice、copyWithin、fill、reverse、sort | 148 | collections.Array | push、pop、shift、unshift、splice、fill、reverse、sort、shrinkTo、extendTo | 229 - 改变数组长度:push、pop、shift、unshift、splice、shrinkTo、extendTo 286 // shift: 删除第一个 287 Button('shift').onClick(() => { 288 this.arrCollect.shift();
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list7/ |
H A D | list7.js | 31 this.listData.shift();
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/list/list2/ |
H A D | index.js | 56 this.listData.shift();
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 440 uint32_t shift = 0; in VlqRevCode() local 449 result += digit << shift; in VlqRevCode() 451 shift += VLQ_BASE_SHIFT; in VlqRevCode() 457 shift = 0; in VlqRevCode()
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | param_cmd.c | 145 static char *GetPermissionString(uint32_t mode, int shift, char *str, int size) in GetPermissionString() argument 152 if (mode & (DAC_READ >> shift)) { in GetPermissionString() 155 if (mode & (DAC_WRITE >> shift)) { in GetPermissionString() 158 if (mode & (DAC_WATCH >> shift)) { in GetPermissionString()
|