Home
last modified time | relevance | path

Searched refs:pOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dcrop_builder.cpp71 int64_t* pOffset = static_cast<int64_t*>(buffer); in SetOffset() local
75 m_offset.emplace_back(*pOffset); in SetOffset()
76 ++pOffset; in SetOffset()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp424 …er *GetValueOffsetAndBuf(napi_env env, napi_callback_info info, int32_t *pValue, uint32_t *pOffset) in GetValueOffsetAndBuf() argument
435 NAPI_CALL(env, napi_get_value_uint32(env, args[1], pOffset)); in GetValueOffsetAndBuf()
439 Buffer *GetOffsetAndBuf(napi_env env, napi_callback_info info, uint32_t *pOffset) in GetOffsetAndBuf() argument
449 NAPI_CALL(env, napi_get_value_uint32(env, args[0], pOffset)); in GetOffsetAndBuf()