Home
last modified time | relevance | path

Searched defs:buf1 (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dpwritev.c28 char buf1[] = "preadv"; in pwritev_0100() local
57 char buf1[] = "pwritev1"; in pwritev_0200() local
90 char buf1[] = "pwritev1"; in pwritev_0300() local
Dpreadv.c31 char buf1[BUFFER_SIZE]; in preadv_0100() local
74 char buf1[8]; in preadv_0200() local
Dreadv.c35 char buf1[] = "hello"; in readv_0100() local
/third_party/ffmpeg/libavformat/
Drtpenc.c334 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m) in ff_rtp_send_data()
358 const uint8_t *buf1, int size, int sample_size_bits) in rtp_send_samples()
387 const uint8_t *buf1, int size) in rtp_send_mpegaudio()
439 const uint8_t *buf1, int size) in rtp_send_raw()
461 const uint8_t *buf1, int size) in rtp_send_mpegts_raw()
Drtpenc_h263.c43 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size) in ff_rtp_send_h263()
Drtpenc_mpv.c29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) in ff_rtp_send_mpegvideo()
/third_party/openssl/test/
Dpackettest.c243 char buf1[10], buf2[10]; in test_PACKET_strndup() local
270 char buf1[10], buf2[10]; in test_PACKET_contains_zero_byte() local
305 unsigned char buf1[BUF_LEN] = { 0 }; in test_PACKET_buf_init() local
350 unsigned char buf1[BUF_LEN]; in test_PACKET_get_length_prefixed_1() local
375 unsigned char buf1[1024]; in test_PACKET_get_length_prefixed_2() local
399 unsigned char buf1[1024]; in test_PACKET_get_length_prefixed_3() local
423 unsigned char buf1[BUF_LEN]; in test_PACKET_as_length_prefixed_1() local
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c142 static void check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred4x4()
163 static void check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8()
182 static void check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred16x16()
202 static void check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8l()
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c797 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME() local
861 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME() local
884 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME() local
913 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME() local
982 const int16_t *buf0 = buf[0], *buf1 = buf[1], in RENAME() local
1122 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME() local
1191 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME() local
1232 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME() local
1285 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME() local
1375 const int16_t *buf1= buf0; //FIXME needed for RGB1/BGR1 in RENAME() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dutimes.c40 struct stat buf1; in utimes_0100() local
103 struct stat buf1; in utimes_time64_0100() local
/third_party/node/test/parallel/
Dtest-buffer-zero-fill.js7 const buf1 = Buffer(100); constant
Dtest-dgram-send-callback-multi-buffer.js13 const buf1 = Buffer.alloc(256, 'x'); constant
Dtest-dgram-connect-send-callback-multi-buffer.js13 const buf1 = Buffer.alloc(256, 'x'); constant
Dtest-dgram-connect-send-multi-buffer-copy.js13 const buf1 = Buffer.alloc(256, 'x'); constant
Dtest-dgram-send-callback-multi-buffer-empty-address.js13 const buf1 = Buffer.alloc(256, 'x'); constant
Dtest-dgram-send-multi-buffer-copy.js13 const buf1 = Buffer.alloc(256, 'x'); constant
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename13.c22 static struct stat buf1, buf2; variable
Drename12.c26 static struct stat buf1; variable
/third_party/ltp/testcases/kernel/syscalls/dup/
Ddup01.c20 static struct stat buf1, buf2; variable
/third_party/ltp/lib/newlib_tests/
Dtest_guarded_buf.c18 static char *buf1; variable
/third_party/python/Modules/_decimal/libmpdec/
Dtranspose.c77 mpd_uint_t buf1[BUFSIZE]; in swap_halfrows_pow2() local
179 mpd_uint_t buf1[SIDE*SIDE]; in squaretrans_pow2() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dutf8_test.cc38 char buf1[7] = {'\xFF', '\xFF', '\xFF', '\xFF', '\xFF', '\xFF', '\xFF'}; in TEST() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_sched_domains_check.c54 char buf1[128], buf2[128]; in check_sched_domains() local
/third_party/node/src/crypto/
Dcrypto_timing.cc37 ArrayBufferOrViewContents<char> buf1(args[0]); in TimingSafeEqual() local
/third_party/ffmpeg/libavcodec/
Dpnm.c67 char buf1[32], tuple_type[32]; in ff_pnm_decode_header() local

12345