Home
last modified time | relevance | path

Searched defs:buffer (Results 1 - 25 of 595) sorted by relevance

12345678910>>...24

/arkcompiler/runtime_core/libpandabase/tests/
H A Dring_buffer_test.cpp25 constexpr RingBuffer<int, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
38 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; TEST() local
90 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dring_buffer_test.cpp38 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
90 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; TEST() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dmd5_alt.h45 unsigned char buffer[64]; /*!< data block being processed */ member
H A Dmd5.h63 unsigned char buffer[64]; /*!< data block being processed */ member
[all...]
H A Dmd4.h64 unsigned char buffer[64]; /*!< data block being processed */ member
[all...]
H A Dripemd160.h55 unsigned char buffer[64]; /*!< data block being processed */ member
[all...]
H A Dsha512_alt.h41 unsigned char buffer[128]; /*!< The data block being processed. */ member
H A Dmd2.h63 unsigned char buffer[16]; /*!< data block being processed */ member
[all...]
H A Dsha1.h67 unsigned char buffer[64]; /*!< The data block being processed. */ member
[all...]
H A Dsha512.h61 unsigned char buffer[128]; /*!< The data block being processed. */ member
[all...]
H A Dsha256.h62 unsigned char buffer[64]; /*!< The data block being processed. */ member
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.h23 BinaryBufferParser(uint8_t *buffer, uint32_t length) : buffer_(buffer), length_(length) {} in BinaryBufferParser() argument
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/
H A Dcommon_utils.cpp25 std::unique_ptr<char[]> buffer = std::make_unique<char[]>((bufferLength + 1) * sizeof(char)); in GetStringArgument() local
/test/xts/device_attest_lite/services/core/small/adapter/
H A Dattest_adapter_network_config.c21 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dbacktrace.cpp29 void *buffer[MAX_STACK_SIZE]; in Backtrace() local
/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/platforms/unix/libpandabase/
H A Dsystem_environment.cpp36 std::string buffer; in GetUidForName() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dthread_communicator.cpp33 const void *buffer = reinterpret_cast<const void *>(&sample); in SendSample() local
47 void *buffer = reinterpret_cast<void *>(sample); in ReadSample() local
/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.cpp35 unsigned char buffer[bufferSize]; in EncodeKey() local
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Dhash_modify.c31 char buffer[0x100]; in main() local
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Ddmabufferheap_allocator.cpp37 DmabufHeapBuffer buffer; in Allocate() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSHA1.h43 uint8_t buffer[64]; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_utils.c38 void *buffer; in kutf_dsprintf() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_utils.c42 void *buffer; in kutf_dsprintf() local
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp66 struct utsname buffer; in HWTEST_F() local

Completed in 6 milliseconds

12345678910>>...24