Home
last modified time | relevance | path

Searched refs:MAX_PATTERN_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h73 #undef MAX_PATTERN_SIZE
109 #define MAX_PATTERN_SIZE (1 << 16) macro
118 #define MAX_PATTERN_SIZE (1 << 24) macro
128 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
146 #define MAX_PATTERN_SIZE (1 << 16) macro
156 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
172 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
Dpcre2_compile.c8662 if (length > MAX_PATTERN_SIZE) in pcre2_compile()
/external/fio/
Dthread_options.h111 char verify_pattern[MAX_PATTERN_SIZE];
219 char buffer_pattern[MAX_PATTERN_SIZE];
384 uint8_t verify_pattern[MAX_PATTERN_SIZE];
489 uint8_t buffer_pattern[MAX_PATTERN_SIZE];
Dcconv.c167 memcpy(o->verify_pattern, top->verify_pattern, MAX_PATTERN_SIZE); in convert_thread_options_to_cpu()
168 memcpy(o->buffer_pattern, top->buffer_pattern, MAX_PATTERN_SIZE); in convert_thread_options_to_cpu()
524 memcpy(top->verify_pattern, o->verify_pattern, MAX_PATTERN_SIZE); in convert_thread_options_to_net()
525 memcpy(top->buffer_pattern, o->buffer_pattern, MAX_PATTERN_SIZE); in convert_thread_options_to_net()
Dstat.h138 #define MAX_PATTERN_SIZE 512 macro
Doptions.c1303 MAX_PATTERN_SIZE, NULL, 0, NULL, NULL); in str_buffer_pattern_cb()
1352 MAX_PATTERN_SIZE, fmt_desc, sizeof(fmt_desc), in str_verify_pattern_cb()