/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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, NUL in form_iorequest() [all...] |
H A 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()
|
H A D | growfiles.c | 320 #ifndef BSIZE 322 #define BSIZE 1024 macro 324 #define BSIZE 512 macro 326 #endif /* BSIZE */ 430 bytes_to_consume *= BSIZE; in main() 1836 with the letter 'b', maxbytes is multiplied by BSIZE\n\ in help()
|
H A D | doio.c | 2340 char errbuf[BSIZE]; in do_ssdio()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 29 #undef BSIZE macro 31 #define BSIZE (8*1024) macro 130 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main()
|
/third_party/openssl/apps/ |
H A D | enc.c | 29 #undef BSIZE macro 31 #define BSIZE (8*1024) macro 130 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1460 #undef BSIZE in IMPLEMENT_LHASH_COMP_FN() macro 1461 #define BSIZE 256 in IMPLEMENT_LHASH_COMP_FN() macro 1520 char buf[1][BSIZE]; in save_serial() 1530 if (j >= BSIZE) { in save_serial() 1536 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial() 1571 char buf[2][BSIZE]; in rotate_serial() 1578 if (j + 1 >= BSIZE) { in rotate_serial() 1642 char buf[BSIZE]; in load_index() 1733 char buf[3][BSIZE]; in save_index() 1738 if (j + 6 >= BSIZE) { in save_index() [all...] |
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1458 #undef BSIZE in IMPLEMENT_LHASH_COMP_FN() macro 1459 #define BSIZE 256 in IMPLEMENT_LHASH_COMP_FN() macro 1518 char buf[1][BSIZE]; in save_serial() 1528 if (j >= BSIZE) { in save_serial() 1534 OPENSSL_strlcpy(buf[0], serialfile, BSIZE); in save_serial() 1569 char buf[2][BSIZE]; in rotate_serial() 1576 if (j + 1 >= BSIZE) { in rotate_serial() 1640 char buf[BSIZE]; in load_index() 1728 char buf[3][BSIZE]; in save_index() 1733 if (j + 6 >= BSIZE) { in save_index() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fftdnoiz.c | 36 BSIZE enumerator 46 float *buffer[MAX_THREADS][BSIZE]; 396 AVComplexFloat buffer[BSIZE]; in filter_block3d2() 397 AVComplexFloat outbuffer[BSIZE]; in filter_block3d2() 457 AVComplexFloat buffer[BSIZE]; in filter_block3d1() 458 AVComplexFloat outbuffer[BSIZE]; in filter_block3d1()
|