Searched refs:rec_count (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/plat/brcm/board/common/ |
D | bcm_elog_ddr.c | 44 global.rec_count = ELOG_SUPPORTED_REC_CNT; in elog_init_ddr_log() 58 while (rec_idx < global.rec_count) { in elog_init_ddr_log() 116 setup.params[1] = (sizeof(global) + global.rec_count * sizeof(rec)); in elog_init_ddr_log()
|
D | bcm_elog_ddr.h | 101 uint8_t rec_count; member
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 5366 …_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix() argument 5385 if (*rec_count == 0) in scan_prefix() 5387 (*rec_count)--; in scan_prefix() 5461 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix() 5483 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix() 5622 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix() 5940 sljit_u32 rec_count; in fast_forward_first_n_chars() local 5948 rec_count = 10000; in fast_forward_first_n_chars() 5949 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()
|