Home
last modified time | relevance | path

Searched defs:buff (Results 26 - 50 of 947) sorted by relevance

12345678910>>...38

/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_pid_006.cpp51 char buff[BUFFER_SIZE] = {0}; in ItProcessPlimitsPid006() local
/test/xts/hats/kernel/syscalls/fileio/getcwd/
H A DGetcwdApiTest.cpp62 char buff[BUFFER_SIZE] = {0}; in HWTEST_F() local
/third_party/ffmpeg/libavformat/
H A Drtpenc_aac.c27 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size) in ff_rtp_send_aac() argument
H A Drtpenc_amr.c30 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size) in ff_rtp_send_amr() argument
/third_party/FatFs/documents/res/
H A Dapp2.c58 TCHAR buff[256]; in main() local
H A Dapp6.c11 test_raw_speed( BYTE pdrv, DWORD lba, DWORD len, void* buff, UINT sz_buff ) test_raw_speed() argument
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H A Dmemalign.c30 void *buff = (void *)memalign(align, 8 * align); in memalign_0100() local
45 void *buff = NULL; in memalign_0200() local
62 void *buff in memalign_0300() local
78 void *buff = (void *)memalign(align, SIZE_MAX - align + 1); memalign_0400() local
93 void *buff = (void *)memalign(align, align * 1024); memalign_0500() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexeclp.c56 char buff[300]; in execlp_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dsetvbuf.c26 char buff[1024] = {0}; in setvbuf_0100() local
46 char buff[1024] = {0}; in setvbuf_0200() local
/third_party/musl/libc-test/src/functionalext/time/
H A Dlocaltime.c46 char buff[gBufferSize]; in localtime_0100() local
75 char buff[gBufferSize]; in localtime64_0100() local
H A Dgmtime.c43 char buff[gBufferSize]; in gmtime_0100() local
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
H A DFileInputStream.cpp22 int32_t FileInputStream::read(void *buff, int32_t numBytes) { in read() argument
26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek() argument
H A DMemInputStream.cpp23 int32_t MemInputStream::read(void *buff, int32_t numBytes) { in read() argument
32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek() argument
H A DMemInputStream.h29 MemInputStream(unsigned char *buff, int32_t len) : mBuffer(buff), mBufferLen(len), mPos(0) {} in MemInputStream() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dcode_allocator_test.cpp60 uint8_t buff[] = {0xCC, 0xCC}; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dcode_allocator_test.cpp65 uint8_t buff[] = {0xCCU, 0xCCU}; in TEST_F() local
/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c23 int32_t InitUint8Buff(Uint8Buff *buff, uint32_t buffLen) in InitUint8Buff() argument
39 int32_t DeepCopyUint8Buff(const Uint8Buff *buff, Uint8Buff *newBuff) in DeepCopyUint8Buff() argument
57 FreeUint8Buff(Uint8Buff *buff) FreeUint8Buff() argument
67 ClearFreeUint8Buff(Uint8Buff *buff) ClearFreeUint8Buff() argument
78 IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) IsUint8BuffValid() argument
83 ToLowerCase(Uint8Buff *buff) ToLowerCase() argument
[all...]
/base/security/device_security_level/services/common/
H A Ddslm_msg_serialize.c54 MessagePacket *ParseMessage(const MessageBuff *buff) in ParseMessage() argument
109 void FreeMessageBuff(MessageBuff *buff) in FreeMessageBuff() argument
[all...]
/base/security/device_security_level/services/dslm/
H A Ddslm_inner_process.c62 MessageBuff *buff = NULL; in SendDeviceInfoRequest() local
79 int32_t VerifyDeviceInfoResponse(DslmDeviceInfo *device, const MessageBuff *buff) in VerifyDeviceInfoResponse() argument
[all...]
/base/security/device_security_level/services/include/
H A Ddslm_msg_serialize.h36 uint8_t *buff; member
/base/security/device_security_level/services/sa/common/
H A Ddslm_rpc_process.c44 const MessageBuff buff = {.buff = (uint8_t *)msg, .length = len}; in OnPeerMsgReceived() local
/base/sensors/sensor/test/unittest/coverage/
H A Dsensor_basic_data_channel_test.cpp68 char buff[128] = {}; in HWTEST_F() local
114 char buff[128] = {}; in HWTEST_F() local
127 char buff[128] = {}; in HWTEST_F() local
136 char buff[128] = {}; HWTEST_F() local
[all...]
/base/security/selinux_adapter/test/unittest/paraperm_checker/
H A Dunit_test.cpp52 ParamContextsList *buff = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_module_reader_test.cpp57 uint8_t *buff = nullptr; in HWTEST_F() local
73 uint8_t *buff = nullptr; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.h66 void PublishOneFrame(const MediaData::Ptr &buff) in PublishOneFrame() argument

Completed in 8 milliseconds

12345678910>>...38