Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h64 auto remainder = timestamp % SEC_TO_MILLISEC; in DefaultCurrentTimeStr() local
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_pl011_sample.c42 uint32_t remainder = clk % value; in UartPl011SetBaudrate() local
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dtime_format.h37 std::string remainder; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs228 let remainder = (this.filled - this.pos) as i64; in poll_seek() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp313 uint32_t remainder = lengthToSplit % maxFragmentLen; in SplitFrameIntoPacketsIfNeed() local
343 uint16_t remainder = lengthBeSplit % fragCount; in AnalyzeSplitStructure() local
961 uint16_t remainder = fragmentInfo.splitLength % fragmentInfo.fragCount; in FrameFragmentation() local
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c129 uint32_t remainder = 0; in HalSpiRecv() local
H A Dspi_bes.c283 uint32_t remainder; in HalSpiRecv() local
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.cpp275 size_t remainder = inputLen % TRAGET_FOUR; in DecodeAchieve() local
690 size_t remainder = inputLen % TRAGET_FOUR; in DecodeAchieves() local
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp728 int32_t remainder = rowCount % requestParam->pageSize; in QueryFirewallRule() local
882 int32_t remainder = rowCount % requestParam->pageSize; in QueryInterceptRecord() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h474 int remainder = prefixLen % 8; in GetNetworkAddress() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js7103 let remainder = length - header.length < 0 ? 0 : length - header.length; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2372 int remainder = i % NUM_4; in SetResponseRegion() local