Home
last modified time | relevance | path

Searched refs:MAX_STR_LEN (Results 1 – 5 of 5) sorted by relevance

/external/strace/tests/
Dprocess_vm_readv_writev.c50 enum { MAX_SEGM_COUNT = 2, MAX_STR_LEN = 5 }; enumerator
86 if (i >= MAX_STR_LEN) { in print_iov()
107 if (pr_count++ < MAX_STR_LEN) in print_iov()
125 if (pr_count > MAX_STR_LEN) in print_iov()
/external/strace/tests-m32/
Dprocess_vm_readv_writev.c50 enum { MAX_SEGM_COUNT = 2, MAX_STR_LEN = 5 }; enumerator
86 if (i >= MAX_STR_LEN) { in print_iov()
107 if (pr_count++ < MAX_STR_LEN) in print_iov()
125 if (pr_count > MAX_STR_LEN) in print_iov()
/external/strace/tests-mx32/
Dprocess_vm_readv_writev.c50 enum { MAX_SEGM_COUNT = 2, MAX_STR_LEN = 5 }; enumerator
86 if (i >= MAX_STR_LEN) { in print_iov()
107 if (pr_count++ < MAX_STR_LEN) in print_iov()
125 if (pr_count > MAX_STR_LEN) in print_iov()
/external/bcc/tools/
Dmountsnoop.py229 MAX_STR_LEN = 412 variable
255 ('str', ctypes.c_char * MAX_STR_LEN),
/external/llvm-project/openmp/runtime/src/
Dkmp_settings.cpp4403 #define MAX_STR_LEN 512 macro
4418 char input[MAX_STR_LEN]; in __kmp_stg_parse_hw_subset()
4419 size_t len = 0, mlen = MAX_STR_LEN; in __kmp_stg_parse_hw_subset()