Searched refs:BSIZE (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/fs/fs_di/ |
D | create_datafile.c | 37 #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/ |
D | nfs04_create_file.c | 37 #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/ |
D | memset01.c | 23 #define BSIZE 4096 macro 25 char buf[BSIZE]; 31 for (i = 0; i < BSIZE; i++) in fill()
|
/third_party/ltp/testcases/kernel/syscalls/memcpy/ |
D | memcpy01.c | 23 #define BSIZE 4096 macro 26 char buf[BSIZE]; 32 for (i = 0; i < BSIZE; i++) in clearit()
|
/third_party/ltp/testcases/kernel/syscalls/memcmp/ |
D | memcmp01.c | 21 #define BSIZE 4096 macro 24 char buf[BSIZE]; 46 for (i = 0; i < BSIZE; i++) in setup()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 73 #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 …]
|
D | write_log.c | 76 #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()
|
D | growfiles.c | 320 #ifndef BSIZE 322 #define BSIZE 1024 macro 324 #define BSIZE 512 macro 430 bytes_to_consume *= BSIZE; in main()
|
D | doio.c | 2340 char errbuf[BSIZE]; in do_ssdio()
|
/third_party/openssl/apps/ |
D | enc.c | 29 #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/ |
D | apps.c | 1457 #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/ |
D | vf_fftdnoiz.c | 33 BSIZE enumerator 43 float *buffer[BSIZE];
|