Home
last modified time | relevance | path

Searched refs:uint64 (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dtime_adapter.c37 uint64 SAMGR_GetProcessTime(void) in SAMGR_GetProcessTime()
44 return (uint64)tick * MS_PER_SECOND / ticksPerSecond; in SAMGR_GetProcessTime()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dtoken_bucket.c24 uint64 now = SAMGR_GetProcessTime(); in TB_CheckMessage()
25 uint64 generated = (now > bucket->last) ? ((now - bucket->last) * bucket->rate) : 0; in TB_CheckMessage()
H A Dtoken_bucket.h30 uint64 last; // The time of the last message
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_types.h36 typedef unsigned long long uint64; typedef
39 typedef unsigned __int64 uint64; typedef
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-bigint.md12 - **BigInt创建:** 使用Node-API提供的接口,可以通过传递C的int64或uint64数据来创建对应的ArkTS BigInt。这使得在Node-API模块中可以方便地创建BigI…
20 | napi_create_bigint_uint64 | 用于创建64位无符号整数(uint64)的BigInt对象的函数。 |
21 | napi_create_bigint_words | 用于根据提供的64位无符号(uint64)字节数据创建BigInt对象的函数。 |
23 | napi_get_value_bigint_uint64 | 用于从BigInt对象中获取64位无符号整数(uint64)值的函数。 |
24 | napi_get_value_bigint_words | 用于从BigInt对象中获取底层的64位无符号(uint64)字节数据。 |
251 用于获取ArkTS的BigInt对象底层的64位无符号(uint64)二进制字节数据。
H A Dnapi-data-types-interfaces.md419 | napi_create_bigint_uint64 | 通过一个C的uint64数据创建JS BigInt。 |
420 | napi_create_bigint_words | 通过一个C的uint64数组创建单个JS BigInt。 |
422 | napi_get_value_bigint_uint64 | 获取给定JS BigInt对应的C uint64值。 |
H A Duse-jsvm-about-bigint.md12 - **BigInt创建:** 使用JSVM-API提供的接口,可以通过传递C的int64或uint64数据来创建对应的JavaScript BigInt。这使得在JSVM模块中可以方便地创建Big…
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_util.h74 uint64 HIVIEW_GetCurrentTime(void);
75 int32 HIVIEW_RtcGetCurrentTime(uint64 *val, HIVIEW_RtcTime *time);
H A Dhiview_util.c63 uint64 HIVIEW_GetCurrentTime() in HIVIEW_GetCurrentTime()
70 …return (uint64)current.tv_sec * HIVIEW_MS_PER_SECOND + current.tv_nsec / HIVIEW_NS_PER_MILLISECOND; in HIVIEW_GetCurrentTime()
73 int32 HIVIEW_RtcGetCurrentTime(uint64 *val, HIVIEW_RtcTime *time) in HIVIEW_RtcGetCurrentTime()
H A Dhiview_config.h83 uint64 logOutputModule; /* Control log output module. */
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H A Dtime_adapter.h32 uint64 SAMGR_GetProcessTime(void);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dtime_adapter.c38 uint64 SAMGR_GetProcessTime(void) in SAMGR_GetProcessTime()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c131 uint64 cur = HIVIEW_GetCurrentTime(); in HiLogPrintf()
166 uint64 cur = HIVIEW_GetCurrentTime(); in HILOG_HashPrintf()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dnapi.md153 |FUNC|napi_create_bigint_uint64|通过一个C的`uint64`数据创建js `BigInt`。|10|
154 |FUNC|napi_create_bigint_words|通过一个C的`uint64`数组创建单个js `BigInt`。|10|
156 |FUNC|napi_get_value_bigint_uint64|获取给定js `BigInt`对应的C uint64值。|10|
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-listening.md71 …am** key in a system event into a uint64\_t value.<br>Input arguments:<br>- **param**: key name.<b…
75 …am** key in a system event into a uint64\_t array.<br>Input arguments:<br>- **param**: key name.<b…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-bigint.md24 | napi_get_value_bigint_words | Obtains the underlying 64-bit unsigned (uint64) byte data from an A…
251 Use **napi_get_value_bigint_words** to obtain the underlying unsigned 64-bit (uint64) binary byte d…
H A Dnapi-data-types-interfaces.md402 | napi_create_bigint_uint64 | Creates a JS BigInt from C uint64 data.|
403 | napi_create_bigint_words | Creates a single JS BigInt from a C uint64 array.|
405 | napi_get_value_bigint_uint64 | Obtains the C uint64 equivalent of a JS BigInt.|
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md86uint64\_t has a fixed length, **sizeof(Foo)** is different due to alignment. On a 32-bit OS, **Foo…
263 …uses LL by default or considers the value invalid. On a 64-bit OS, the type is fixed at uint64\_t.|
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md153 |FUNC|napi_create_bigint_uint64|Creates a JS BigInt from C uint64 data.|10|
154 |FUNC|napi_create_bigint_words|Creates a single JS BigInt from a C uint64 array.|10|
156 |FUNC|napi_get_value_bigint_uint64|Obtains the C uint64 equivalent of the given JS BigInt.|10|
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md219 …t32_t** and **uint64_t** in an integer array will cause typecasting to **uint64**. The following i…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md497 | OH_NN_UINT64 | 张量数据类型为uint64 |
H A D_neural_nework_runtime.md497 | OH_NN_UINT64 | 张量数据类型为uint64 |
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md497 | OH_NN_UINT64 | uint64 type.|