Home
last modified time | relevance | path

Searched defs:BUFFSIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
Dclosedir.c22 #define BUFFSIZE 4096 macro
/third_party/skia/third_party/externals/expat/expat/examples/
Doutline.c54 #define BUFFSIZE 8192 macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h33 #define BUFFSIZE 512 macro
/third_party/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr01.c59 #define BUFFSIZE 64 macro
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c27 #define BUFFSIZE 8192 macro
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c913 enum { BUFFSIZE = 1024 }; in mbedtls_test_move_handshake_to_state() enumerator
2010 enum { BUFFSIZE = 17000 }; in mbedtls_test_ssl_perform_handshake() enumerator
/third_party/curl/lib/
Dmprintf.c73 #define BUFFSIZE 326 /* buffer for long-to-str and float-to-str calcs, should macro