Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootstage.c32 uint rec_count; member
59 debug("Relocating %d records\n", data->rec_count); in bootstage_relocate()
60 for (i = 0; i < data->rec_count; i++) in bootstage_relocate()
72 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id()
87 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id()
88 rec = &data->record[data->rec_count++]; in ensure_id()
107 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record()
108 rec = &data->record[data->rec_count++]; in bootstage_add_record()
272 for (recnum = data->rec_count - 1, i = 0; recnum >= 0; recnum--, i++) { in add_bootstages_devicetree()
315 data->rec_count); in bootstage_report()
[all …]
/external/u-boot/include/
Dtrace.h42 uint32_t rec_count; /* Number of records */ member
/external/u-boot/lib/
Dtrace.c179 output_hdr->rec_count = upto; in trace_list_functions()
223 output_hdr->rec_count = upto; in trace_list_calls()
/external/u-boot/tools/
Dproftool.c249 if (read_calls(fin, hdr.rec_count)) in read_profile()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3872 …_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix() argument
3891 if (*rec_count == 0) in scan_prefix()
3893 (*rec_count)--; in scan_prefix()
3965 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix()
3987 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
4126 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix()
5084 sljit_u32 rec_count; in fast_forward_first_n_chars() local
5092 rec_count = 10000; in fast_forward_first_n_chars()
5093 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()