Home
last modified time | relevance | path

Searched defs:buff (Results 1 - 25 of 246) sorted by relevance

12345678910

/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/
H A Dsntp_port.c34 static char buff[32]; in ctime() local
/third_party/curl/tests/libtest/
H A Dchkhostname.c32 char buff[HOSTNAME_MAX]; in main() local
/third_party/ffmpeg/libavformat/
H A Drtpenc_latm.c25 void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size) in ff_rtp_send_latm() argument
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
H A Drtpenc_xiph.c33 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size) in ff_rtp_send_xiph() argument
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait07.c37 char buff = 'a'; in run() local
H A Depoll_wait06.c60 char buff[write_size]; in run() local
/test/xts/hats/kernel/syscalls/fileio/getcwd/
H A DGetcwdApiTest.cpp62 char buff[BUFFER_SIZE] = {0}; in HWTEST_F() local
/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
H A Dexecvpe.c80 char buff[] = "\0"; in execvpe_0300() local
95 char buff[300]; in execvpe_0400() 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
/drivers/peripheral/camera/test/ut/v4l2/
H A Dstream_customer.cpp31 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame() local
/third_party/curl/lib/
H A Dcf-socket.h51 struct Curl_sockaddr_storage buff; member
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_mem_hog.c53 char buff[BUFFER_SIZE]; in page_cache_hog() local
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfrag.c49 char buff[1024], frag_file1[100], frag_file2[100]; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dinet_addr.c28 char buff[] = "127.0.0.1"; in inet_addr_0100() local
41 char buff[] = "-127.0.0.1"; in inet_addr_0200() local
54 char buff[] = "127.0.256.1"; in inet_addr_0300() local

Completed in 7 milliseconds

12345678910