Home
last modified time | relevance | path

Searched refs:BSIZE (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs_di/
Dcreate_datafile.c37 #define BSIZE 1048576L macro
43 char buf[BSIZE]; in main()
49 BSIZE); in main()
55 for (i = 1; i < BSIZE; i++) in main()
57 buf[BSIZE - 1] = 'Z'; in main()
63 if (write(fd, buf, BSIZE) == -1) in main()
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs04_create_file.c37 #define BSIZE 1048576L macro
43 char buf[BSIZE]; in main()
49 BSIZE); in main()
55 for (i = 1; i < BSIZE; i++) in main()
57 buf[BSIZE - 1] = 'Z'; in main()
63 if (write(fd, buf, BSIZE) == -1) in main()
/third_party/ltp/testcases/kernel/syscalls/memset/
Dmemset01.c23 #define BSIZE 4096 macro
25 char buf[BSIZE];
31 for (i = 0; i < BSIZE; i++) in fill()
/third_party/ltp/testcases/kernel/syscalls/memcpy/
Dmemcpy01.c23 #define BSIZE 4096 macro
26 char buf[BSIZE];
32 for (i = 0; i < BSIZE; i++) in clearit()
/third_party/ltp/testcases/kernel/syscalls/memcmp/
Dmemcmp01.c21 #define BSIZE 4096 macro
24 char buf[BSIZE];
46 for (i = 0; i < BSIZE; i++) in setup()
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c73 #ifndef BSIZE
75 #define BSIZE DEV_BSIZE macro
77 #define BSIZE 512 macro
477 Mintrans, (Mintrans + BSIZE - 1) / BSIZE); in startup_info()
481 Maxtrans, (Maxtrans + BSIZE - 1) / BSIZE); in startup_info()
489 Rawmult, (Rawmult + BSIZE - 1) / BSIZE); in startup_info()
619 random_range(Mintrans, Maxtrans, BSIZE, NULL); in form_iorequest()
1014 rec->f_riou = BSIZE; in get_file_info()
1056 rec->f_riou = BSIZE; in get_file_info()
1057 rec->f_length = BSIZE; in get_file_info()
[all …]
Dwrite_log.c76 #ifndef BSIZE
78 #define BSIZE DEV_BSIZE macro
81 #define BSIZE 512 macro
266 char buf[BSIZE * 32], *bufend, *cp, *bufstart; in wlog_scan_backward()
Dgrowfiles.c320 #ifndef BSIZE
322 #define BSIZE 1024 macro
324 #define BSIZE 512 macro
430 bytes_to_consume *= BSIZE; in main()
Ddoio.c2340 char errbuf[BSIZE]; in do_ssdio()
/third_party/openssl/apps/
Denc.c29 #undef BSIZE
31 #define BSIZE (8*1024) macro
121 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main()
/third_party/openssl/apps/lib/
Dapps.c1457 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1458 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1517 char buf[1][BSIZE]; in save_serial()
1527 if (j >= BSIZE) { in save_serial()
1533 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
1568 char buf[2][BSIZE]; in rotate_serial()
1575 if (j + 1 >= BSIZE) { in rotate_serial()
1639 char buf[BSIZE]; in load_index()
1727 char buf[3][BSIZE]; in save_index()
1732 if (j + 6 >= BSIZE) { in save_index()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_fftdnoiz.c33 BSIZE enumerator
43 float *buffer[BSIZE];