Home
last modified time | relevance | path

Searched refs:ONEMIB_BYTE_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp69 static constexpr size_t ONEMIB_BYTE_SIZE = 1048576; variable
2543 static_cast<float>(size) / static_cast<float>(ONEMIB_BYTE_SIZE), in napi_create_buffer()
2544 static_cast<float>(MAX_BYTE_LENGTH) / static_cast<float>(ONEMIB_BYTE_SIZE)); in napi_create_buffer()
2580 static_cast<float>(length) / static_cast<float>(ONEMIB_BYTE_SIZE), in napi_create_buffer_copy()
2581 static_cast<float>(MAX_BYTE_LENGTH) / static_cast<float>(ONEMIB_BYTE_SIZE)); in napi_create_buffer_copy()
2621 static_cast<float>(length) / static_cast<float>(ONEMIB_BYTE_SIZE), in napi_create_external_buffer()
2622 static_cast<float>(MAX_BYTE_LENGTH) / static_cast<float>(ONEMIB_BYTE_SIZE)); in napi_create_external_buffer()

Completed in 8 milliseconds