Home
last modified time | relevance | path

Searched defs:buf2 (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dpwritev.c29 char buf2[] = "and pwritev"; in pwritev_0100() local
58 char buf2[] = "pwritev2"; in pwritev_0200() local
91 char buf2[] = "pwritev2"; in pwritev_0300() local
Dpreadv.c32 char buf2[BUFFER_SIZE]; in preadv_0100() local
75 char buf2[8]; in preadv_0200() local
Dreadv.c36 char buf2[] = "world"; in readv_0100() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dmem_intrin.cpp43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test()
49 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memmove_test()
68 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memset_test()
/third_party/openssl/test/
Drc5test.c188 unsigned char buf[8], buf2[8]; in test_rc5_ecb() local
209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
Drc2test.c51 unsigned char buf[8], buf2[8]; in test_rc2() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dutimes.c41 struct stat buf2; in utimes_0100() local
104 struct stat buf2; in utimes_time64_0100() local
/third_party/node/test/parallel/
Dtest-buffer-zero-fill.js8 const buf2 = new Buffer(100); constant
Dtest-dgram-connect-send-callback-multi-buffer.js14 const buf2 = Buffer.alloc(256, 'y'); constant
Dtest-dgram-send-callback-multi-buffer.js14 const buf2 = Buffer.alloc(256, 'y'); constant
Dtest-dgram-connect-send-multi-buffer-copy.js14 const buf2 = Buffer.alloc(256, 'y'); constant
Dtest-dgram-send-callback-multi-buffer-empty-address.js14 const buf2 = Buffer.alloc(256, 'y'); constant
Dtest-dgram-send-multi-buffer-copy.js14 const buf2 = Buffer.alloc(256, 'y'); constant
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-copy.any.js8 const buf2 = createBuffer(arrayBufferOrSharedArrayBuffer, 2); constant
/third_party/ltp/testcases/kernel/syscalls/dup/
Ddup01.c20 static struct stat buf1, buf2; variable
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename13.c22 static struct stat buf1, buf2; variable
/third_party/ltp/lib/newlib_tests/
Dtest_guarded_buf.c19 static char *buf2; variable
/third_party/python/Modules/_decimal/libmpdec/
Dtranspose.c78 mpd_uint_t buf2[BUFSIZE]; in swap_halfrows_pow2() local
180 mpd_uint_t buf2[SIDE*SIDE]; in squaretrans_pow2() local
/third_party/toybox/toys/posix/
Dcmp.c33 char *buf2 = toybuf+size; 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.cc38 ArrayBufferOrViewContents<char> buf2(args[1]); in TimingSafeEqual() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dutf8_test.cc57 char buf2[32] = "Negative is invalid but sane"; in TEST() local
/third_party/ffmpeg/libavformat/
Dloasdec.c35 const uint8_t *buf2; in loas_probe() local
/third_party/python/Modules/
Dgrpmodule.c115 char *buf = NULL, *buf2 = NULL; in grp_getgrgid_impl() local
193 char *buf = NULL, *buf2 = NULL, *name_chars; in grp_getgrnam_impl() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D2-1.c48 char buf2[BUF_SIZE2]; in main() local

123456