Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp380 uint32_t VLQ_BASE = 1 << VLQ_BASE_SHIFT; in VlqRevCode() local
382 uint32_t VLQ_BASE_MASK = VLQ_BASE - 1; in VlqRevCode()
384 uint32_t VLQ_CONTINUATION_BIT = VLQ_BASE; in VlqRevCode()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp434 uint32_t VLQ_BASE = 1 << VLQ_BASE_SHIFT; in VlqRevCode() local
436 uint32_t VLQ_BASE_MASK = VLQ_BASE - 1; in VlqRevCode()
438 uint32_t VLQ_CONTINUATION_BIT = VLQ_BASE; in VlqRevCode()

Completed in 3 milliseconds