Home
last modified time | relevance | path

Searched refs:max_end (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/ddr/fsl/
Dmain.c592 unsigned int max_end = 0; in fsl_ddr_compute() local
606 if (end > max_end) { in fsl_ddr_compute()
607 max_end = end; in fsl_ddr_compute()
613 total_mem = 1 + (((unsigned long long)max_end << 24ULL) | in fsl_ddr_compute()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c1200 PCRE2_SPTR max_end; in detect_repeat() local
1230 max_end = next; in detect_repeat()
1256 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1257 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1259 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1263 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1271 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()