/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/ |
H A D | time_adapter.c | 37 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 D | token_bucket.c | 24 uint64 now = SAMGR_GetProcessTime(); in TB_CheckMessage() 25 uint64 generated = (now > bucket->last) ? ((now - bucket->last) * bucket->rate) : 0; in TB_CheckMessage()
|
H A D | token_bucket.h | 30 uint64 last; // The time of the last message
|
/ohos5.0/commonlibrary/utils_lite/include/ |
H A D | ohos_types.h | 36 typedef unsigned long long uint64; typedef 39 typedef unsigned __int64 uint64; typedef
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-bigint.md | 12 - **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 D | napi-data-types-interfaces.md | 419 | 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 D | use-jsvm-about-bigint.md | 12 - **BigInt创建:** 使用JSVM-API提供的接口,可以通过传递C的int64或uint64数据来创建对应的JavaScript BigInt。这使得在JSVM模块中可以方便地创建Big…
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.h | 74 uint64 HIVIEW_GetCurrentTime(void); 75 int32 HIVIEW_RtcGetCurrentTime(uint64 *val, HIVIEW_RtcTime *time);
|
H A D | hiview_util.c | 63 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 D | hiview_config.h | 83 uint64 logOutputModule; /* Control log output module. */
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/ |
H A D | time_adapter.h | 32 uint64 SAMGR_GetProcessTime(void);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | time_adapter.c | 38 uint64 SAMGR_GetProcessTime(void) in SAMGR_GetProcessTime()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log.c | 131 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 D | napi.md | 153 |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 D | subsys-dfx-hisysevent-listening.md | 71 …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 D | use-napi-about-bigint.md | 24 | 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 D | napi-data-types-interfaces.md | 402 | 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 D | OpenHarmony-64bits-coding-guide.md | 86 …uint64\_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 D | napi.md | 153 |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 D | driver-hdf-manage.md | 219 …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.md | 497 | OH_NN_UINT64 | 张量数据类型为uint64 |
|
H A D | _neural_nework_runtime.md | 497 | OH_NN_UINT64 | 张量数据类型为uint64 |
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 497 | OH_NN_UINT64 | uint64 type.|
|