Home
last modified time | relevance | path

Searched defs:bit (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/ispassseqcheck_fuzzer/
H A Dispassseqcheck_fuzzer.cpp48 uint64_t bit = *const_cast<uint64_t *>(reinterpret_cast<const uint64_t *>(rawData)); in IsPassSeqCheckSwitch() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp49 bool IsBitSet(META_NS::Property<uint32_t> property, uint32_t bit) in IsBitSet() argument
55 void SetBit(META_NS::Property<uint32_t> property, uint32_t bit, bool set) in SetBit() argument
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h31 inline constexpr size_t OFFSET(size_t bit) in OFFSET() argument
36 inline constexpr size_t BYTE(size_t bit) in BYTE() argument
41 inline bool TestBit(size_t bit, const uint8_t *array) in TestBit() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp98 char bit = ((octet ^ crc) & 0x80) >> MOVE_RIGHT_BIT7; in SbcCrc8() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp115 uint32_t bit = ctx.Arg<0>(); in GetLayerMaskEnabled() local
128 uint32_t bit = ctx.Arg<0>(); in SetLayerMaskEnabled() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp176 int32_t bit = ((nalu[pos_ / BIT_DEPTH_DIFF] >> in GetWord() local
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h40 inline constexpr size_t BYTE(size_t bit) in BYTE() argument
45 inline constexpr size_t OFFSET(size_t bit) in OFFSET() argument
50 inline bool TestBit(size_t bit, const uint8_t *array) in TestBit() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c98 uint32_t bit = id % (BIT_NUM * sizeof(long)); in GenerateProxyChannelId() local
127 uint32_t bit = id % (8 * sizeof(long)); in ReleaseProxyChannelId() local
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp281 int BitIsSet(const unsigned long *array, int bit) in BitIsSet() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp231 uint32_t bit = 0b1; in SetOffDays() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1425 uint32_t bit = frame->seq % FILE_SEND_ACK_INTERVAL; in ProcessFileFrameSequence() local
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1193 bool InputHub::TestBit(uint32_t bit, const uint8_t *array) in TestBit() argument
1199 uint32_t InputHub::SizeofBitArray(uint32_t bit) in SizeofBitArray() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp1983 uint8_t bit = (tmpPoint.x & 0x3) * 2; // 0x3: 0b0011, 2: A2 color mode global() variable
[all...]

Completed in 17 milliseconds