Searched refs:upper (Results 1 – 9 of 9) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
D | ylong_tokio_schedule.rs | 22 ($runtime: expr, $bench: ident, $num: literal, $upper: literal) => { 30 fibbo($upper); 45 ($bench: ident, $num: literal, $upper: literal) => { 52 fibbo($upper);
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/ |
D | mod.rs | 78 pub fn fibbo(upper: usize) -> u64 { in fibbo() 80 for j in 1..upper { in fibbo()
|
/commonlibrary/memory_utils/ |
D | README.md | 17 …tem*. It provides the system library for upper-layer services to operate memory, ensuring the stab…
|
/commonlibrary/c_utils/base/src/ |
D | string_ex.cpp | 77 string DexToHexString(int value, bool upper /*= true*/) in DexToHexString() argument 81 if (upper) { in DexToHexString()
|
/commonlibrary/c_utils/base/include/ |
D | string_ex.h | 86 std::string DexToHexString(int value, bool upper = true);
|
/commonlibrary/rust/ylong_http/ |
D | README.md | 15 upper layer applications build HTTP communication capabilities. 21 - `APP`: A direct user facing upper level application that requires the ability to upload and downl… 54 …synchronous connections, facilitates the reuse of existing connections by upper-layer synchronous …
|
/commonlibrary/c_utils/docs/zh-cn/ |
D | c-utils-guide-string.md | 15 | std::string | **DexToHexString**(int value, bool upper = true)<br>将十进制数字转换为十六进制表示的字符串。 |
|
/commonlibrary/utils_lite/ |
D | README.md | 10 …penHarmony. These basic components are used by OpenHarmony subsystems and upper-layer applications.
|
/commonlibrary/ets_utils/ |
D | README.en.md | 450 …e of a field. The constructor of this class creates comparable objects with lower and upper limits. 625 …Type) | A constructor used to create a **Scope** object with the specified upper and lower limits.| 628 …opeType): Scope | Obtains the intersection of this **Scope** and the given lower and upper limits.| 629 | getUpper(): ScopeType | Obtains the upper limit of this **Scope**.| 631 … ScopeType): Scope | Obtains the union set of this **Scope** and the given lower and upper limits.|
|