| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | ring_buffer_test.cpp | 25 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 D | ring_buffer_test.cpp | 38 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 D | md5_alt.h | 45 unsigned char buffer[64]; /*!< data block being processed */ member
|
| H A D | md5.h | 63 unsigned char buffer[64]; /*!< data block being processed */ member [all...] |
| H A D | md4.h | 64 unsigned char buffer[64]; /*!< data block being processed */ member [all...] |
| H A D | ripemd160.h | 55 unsigned char buffer[64]; /*!< data block being processed */ member [all...] |
| H A D | sha512_alt.h | 41 unsigned char buffer[128]; /*!< The data block being processed. */ member
|
| H A D | md2.h | 63 unsigned char buffer[16]; /*!< data block being processed */ member [all...] |
| H A D | sha1.h | 67 unsigned char buffer[64]; /*!< The data block being processed. */ member [all...] |
| H A D | sha512.h | 61 unsigned char buffer[128]; /*!< The data block being processed. */ member [all...] |
| H A D | sha256.h | 62 unsigned char buffer[64]; /*!< The data block being processed. */ member [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | binary_buffer_parser.h | 23 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 D | common_utils.cpp | 25 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 D | attest_adapter_network_config.c | 21 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| H A D | backtrace.cpp | 29 void *buffer[MAX_STACK_SIZE]; in Backtrace() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | native_stack.cpp | 26 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 D | system_environment.cpp | 36 std::string buffer; in GetUidForName() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | thread_communicator.cpp | 33 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 D | handshake_helper.cpp | 35 unsigned char buffer[bufferSize]; in EncodeKey() local
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ |
| H A D | hash_modify.c | 31 char buffer[0x100];
in main() local
|
| /device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
| H A D | dmabufferheap_allocator.cpp | 37 DmabufHeapBuffer buffer; in Allocate() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| H A D | SHA1.h | 43 uint8_t buffer[64]; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
| H A D | kutf_utils.c | 38 void *buffer; in kutf_dsprintf() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_utils.c | 42 void *buffer; in kutf_dsprintf() local
|
| /test/xts/hats/kernel/syscalls/fileio/uname/ |
| H A D | UnameApiTest.cpp | 66 struct utsname buffer; in HWTEST_F() local
|