Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c15 #define BUFFER_SIZE (1024 * 1024) macro
/freebsd/contrib/libcbor/examples/
H A Dstreaming_array.c17 #define BUFFER_SIZE 8 macro
/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c33 #define BUFFER_SIZE 512 /* Was: BUFSIZ */ macro
/freebsd/crypto/openssl/test/
H A Dafalgtest.c23 #define BUFFER_SIZE 17 macro
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c2034 #define BUFFER_SIZE MAX_LINE_SIZE*40 in get_profile_list() macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c162 # define BUFFER_SIZE(_BUF, _PTR) ((int)((_BUF) + sizeof(_BUF) - (_PTR))) macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp8749 static const int BUFFER_SIZE = 256; in __kmp_aux_capture_affinity_field() local