/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 149 pub struct Bit(usize); struct 151 impl Bit { impl 162 Bit(val) in from_usize() 240 impl Bit { implementation 647 assert_eq!(Bit::from_usize(0), Bit(0)); in ut_bit_from_usize() 648 assert_eq!(Bit::from_usize(USIZE_MAX_HALF), Bit(USIZE_MAX_HALF)); in ut_bit_from_usize() 649 assert_eq!(Bit::from_usize(USIZE_MAX), Bit(USIZE_MAX)); in ut_bit_from_usize() 679 let mut b = Bit::from_usize(0); in ut_bit_set() 703 let mut b = Bit::from_usize(0); in ut_bit_clear() 886 let bit = Bit::from_usize(val); in ut_bit_get_by_mask_bit32() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationFlags-sys.md | 17 …Bit 0: sound alert. The value **0** means to enable the feature, and **1** means the opposite.<br>…
|
H A D | js-apis-inner-notification-notificationSlot-sys.md | 17 …Bit 0: sound alert. The value **0** means to enable the feature, and **1** means the opposite.<br>…
|
H A D | js-apis-notificationManager-sys.md | 979 …Bit 0: sound alert. The value **0** means to disable the feature, and **1** means the opposite.<br… 1159 …Bit 0: sound alert. The value **0** means to disable the feature, and **1** means the opposite.<br…
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | schedule_io.rs | 29 use crate::util::bit::{Bit, Mask}; 112 let status_bit = Bit::from_usize(self.status.load(Acquire)); in reset() 116 let mut next = Bit::from_usize(0); in reset() 124 let base = Bit::from_usize(self.status.load(Acquire)); in generation() 135 let curr_bit = Bit::from_usize(self.status.load(Acquire)); in poll_readiness() 162 let status_bit = Bit::from_usize(self.status.load(Acquire)); in get_readiness() 198 let current_bit = Bit::from_usize(current); in set_readiness() 214 let mut new_bit = Bit::from_usize(new_readiness.as_usize()); in set_readiness() 229 pub(crate) fn handle_tick(tick: &Tick, new_bit: &mut Bit, current_bit: &Bit) -> io::Result<()> { in handle_tick() argument 332 let status_bit = Bit::from_usize(schedule_io.status.load(SeqCst)); in poll_init() [all …]
|
H A D | driver.rs | 23 use crate::util::bit::{Bit, Mask}; 168 let addr_bit = Bit::from_usize(token.0); in dispatch() 360 let mut base = Bit::from_usize(0); in allocate_schedule_io_pair()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _layer_info_v10.md | 25 | int [bpp](#bpp) | 每像素所占Bit数 | 39 每像素所占Bit数
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-sym-key-generation-conversion-spec.md | 26 | Symmetric Key Algorithm| Key Length (Bit)| String Parameter| API Version| 45 | Symmetric Key Algorithm| Key Length (Bit)| String Parameter| API Version| 64 | Symmetric Key Algorithm| Key Length (Bit)| String Parameter| API Version| 89 | MAC Algorithm| MD Algorithm| Key Length (Bit)| String Parameter| API Version|
|
H A D | crypto-sym-encrypt-decrypt-spec.md | 32 | Cipher Mode| Key Length (Bit)| Padding Mode| API Version| 70 | Cipher Mode| Key Length (Bit)| Padding Mode| API Version| 104 | Cipher Mode| Key Length (Bit)| Padding Mode| API Version|
|
H A D | crypto-asym-key-generation-conversion-spec.md | 95 | Asymmetric Key Algorithm| Key Length (Bit)| Curve Name| String Parameter| API Version| 188 | Asymmetric Key Algorithm| Key Length (Bit)| String Parameter| API Version| 247 | Asymmetric Key Algorithm| Key Length (Bit)| Curve Name| String Parameter| API Version| 396 | Asymmetric Key Algorithm| Named DH Group| Key Length (Bit)| String Parameter| API Version| 449 | Prime Length (Bit)| Named DH Group|
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | postprocess_impl.cpp | 235 #define ADD_HANDLER(Fx, Bit) \ in SetEntity() argument 239 MakeCallback<IOnChanged>(func, this, prop, postState, static_cast<uint32_t>(Bit))); \ in SetEntity() 240 func(this, prop, postState, static_cast<uint32_t>(Bit)); \ in SetEntity()
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-key-generation-overview.md | 22 | Algorithm| Supported Key Length (Bit)| API Version| <!--DelCol4-->Mandatory| 47 | Algorithm| Supported Key Length (Bit)| API Version|
|
H A D | huks-hmac-overview.md | 15 | MD Algorithm| Supported Key Length (Bit)| API Version| <!--DelCol4-->Mandatory|
|
H A D | huks-key-import-overview.md | 77 | Algorithm| Supported Key Length (Bit)| API Version| <!--DelCol4-->Mandatory| 99 | Algorithm| Supported Key Length (Bit)| API Version|
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-multimedia-video-overview.md | 24 - Bit rate 26 Bit rate is the number of bits transmitted per unit of time. The commonly used unit is kbit/s.
|
/ohos5.0/docs/en/contribute/ |
H A D | code-contribution.md | 25 - [32- and 64-Bit Portability Coding Guide](OpenHarmony-64bits-coding-guide.md)
|
H A D | OpenHarmony-64bits-coding-guide.md | 1 # 32- and 64-Bit Portability Coding Guide 20 ### Differences Between 32-Bit OS and 64-Bit OS 552 ### Bit Field and Byte Order
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelogs-multimedia.md | 281 ## cl.multimedia.media.002 No Externally Provided Bit Rate Selection API in VideoPlayer 287 Bit rate selection cannot be performed in the multi-bit rate scenario of **VideoPlayer**. Relevant …
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-mipicsi-des.md | 40 | extDataBitWidth | Bit depth of an image. | 169 dataType.extDataBitWidth[0] = 12; /* Bit depth array element 0 */ 170 dataType.extDataBitWidth[1] = 12; /* Bit depth array element 1 */ 171 dataType.extDataBitWidth[2] = 12; /* Bit depth array element 2 */
|
/ohos5.0/drivers/interface/codec/image/v1_0/ |
H A D | CodecImageType.idl | 146 unsigned int dataPrecision; /**< Bit height. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/ |
H A D | CodecImageType.idl | 146 unsigned int dataPrecision; /**< Bit height. */
|
/ohos5.0/drivers/interface/codec/v3_0/ |
H A D | CodecExtTypes.idl | 210 unsigned int bitRate; /** Bit Rate */
|
/ohos5.0/drivers/interface/location/lpfence/geofence/v1_0/ |
H A D | GeofenceTypes.idl | 205 …/** Bit 0 indicates whether the longitude and latitude are valid, and bit 5 indicates whether the …
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_geofence_v1_0/foo/location/lpfence/geofence/v1_0/ |
H A D | GeofenceTypes.idl | 205 …/** Bit 0 indicates whether the longitude and latitude are valid, and bit 5 indicates whether the …
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 145 Three bit rate modes are available: Constant Bit Rate (CBR), Dynamic Bit Rate (VBR), and Constant Q…
|