Home
last modified time | relevance | path

Searched defs:count (Results 1 - 25 of 614) sorted by relevance

12345678910>>...25

/arkcompiler/ets_runtime/test/moduletest/weaktransitions/
H A Dweaktransitions.js22 var count = 0; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutils.cpp27 uint32_t count = 1U; in CountDigits() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.cpp19 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer() argument
31 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() argument
37 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dstream.h22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
H A Dlink_agent.h27 int (*count)(struct QueryResult *q); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H A Dlink_agent.h27 int (*count)(struct QueryResult *q); member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Drk_list.h58 RK_S32 count; member in rk_list
/arkcompiler/runtime_core/libpandabase/os/
H A Dnative_stack.cpp26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dmonitor_analysis.cpp95 uint32_t count = uninitialized; in RunImpl() local
/arkcompiler/runtime_core/static_core/verification/value/tests/
H A Dvariables_test.cpp46 size_t count = 0; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/util/
H A Ddumper.cpp25 int count = 0; in DumpLiterals() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.h35 unsigned long count; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.h34 unsigned long count; member
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp36 uint32_t count = cookedStrings->GetArrayLength(); in GetTemplateObject() local
H A Dmutator_lock.h46 explicit SuspendBarrier(int32_t count) : passBarrierCount_(count) in SuspendBarrier() argument
62 void Initialize(int32_t count) in Initialize() argument
/arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf16_fuzzer/
H A Dstringrefwriteutf16_fuzzer.cpp45 int count = res->WriteUtf16(vm, buffer, length - 1); in StringRefWriteUtf16FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_common.h47 constexpr uint64_t operator"" _KB(long double count) in _KB() argument
53 constexpr uint64_t operator"" _KB(unsigned long long count) in _KB() argument
58 constexpr uint64_t operator"" _MB(long double count) in _MB() argument
64 constexpr uint64_t operator"" _MB(unsigned long long count) in _MB() argument
69 constexpr uint64_t operator"" _GB(long double count) in _GB() argument
75 _GB(unsigned long long count) _GB() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dspill_fills_resolver_test.cpp62 static void InitUsedRegs(Graph *graph, size_t count) in InitUsedRegs() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.cpp36 void InterferenceGraph::Reserve(size_t count) in Reserve() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dintrusive_gc_test_api_test.cpp67 size_t count = 0; in TEST_P() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
H A Daarch64_builder.cpp43 const size_t count = cs->GetParametersCount(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
H A Dx64_builder.cpp40 const size_t count = cs->GetParametersCount(); variable
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dplat_pm.c76 static unsigned long count = 0; in firmware_download_function() local
/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dinput_dev.cpp53 void InputDev::ReportEventPkgCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex) in ReportEventPkgCallback() argument

Completed in 6 milliseconds

12345678910>>...25