Searched refs:NUM_ONE (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | sem_ver.cpp | 23 constexpr int8_t NUM_ONE = 1; member 63 if (segments.size() > NUM_ONE) { in SemVer() 64 minor = segments[NUM_ONE]; in SemVer()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_define.h | 57 NUM_ONE, enumerator
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_test.cpp | 41 constexpr int32_t NUM_ONE { 1 }; 304 dev.keyBitmask_[INDEX_TWO] = NUM_ONE; in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 86 {&g_longOptions[NUM_ONE], "<file>", "configure file name.", "--conf /etc/conf/dhcp_server.conf", 0, PutArgument},
|
H A D | address_utils.cpp | 283 sprintf_s(strLogMacAddr, MAD_ADDR_BUF_SIZE, "??:%02x:??:??:%02x:%02x", macAddr[NUM_ONE], macAddr[MAI_FOUR], in ParseLogMac()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 131 constexpr static int NUM_ONE = 1;
member 339 context.info.pixelFormat == PixelFormat::YCBCR_P010) ? NUM_ONE : NUM_2;
in HeapMemAlloc() 443 dWidth = (oriWidth + sampleSize_ - NUM_ONE) / sampleSize_;
in HeapMemAlloc() 444 dHeight = (oriHeight + sampleSize_ - NUM_ONE) / sampleSize_;
in HeapMemAlloc()
|
Completed in 6 milliseconds