Searched refs:max_i (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-parse.c | 95 tre_new_item(tre_mem_t mem, int min, int max, int *i, int *max_i, in tre_new_item() argument 101 if (*i >= *max_i) in tre_new_item() 108 if (*max_i > 1024) in tre_new_item() 110 *max_i *= 2; in tre_new_item() 111 new_items = xrealloc(array, sizeof(*array) * *max_i); in tre_new_item() 126 int *i, int *max_i, int cflags) in tre_expand_ctype() argument 149 status = tre_new_item(mem, min, max, i, max_i, items); in tre_expand_ctype() 154 status = tre_new_item(mem, min, max, i, max_i, items); in tre_expand_ctype() 272 int max_i = *items_size; in tre_parse_bracket_items() local 352 &i, &max_i, ctx->cflags); in tre_parse_bracket_items() [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_noinst_test.cc | 146 size_t max_i = 1 << 30; in TEST() local 147 for (i = 0; i < max_i; i++) { in TEST() 153 EXPECT_LT(i, max_i); in TEST()
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | parameters.c | 681 int offer_i, answer_i, max_i, val1_i, val2_i, negotiated_i; in param_text_parse() local 1027 max_i = iscsi_atoi(param->valid); in param_text_parse() 1029 if (max_i == 0) { in param_text_parse() 1034 answer_i = max_i; /* return only what we in param_text_parse() 1036 } else if (offer_i > max_i) { in param_text_parse() 1037 answer_i = max_i; /* we are the lower of in param_text_parse() 1044 if (offer_i > max_i) { in param_text_parse() 1045 answer_i = max_i; /* we are the lower of in param_text_parse()
|