Searched refs:rec_count (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfa/dm/ |
D | nfa_dm_ndef.c | 374 UINT8 rec_count = 0; in nfa_dm_ndef_handle_message() local 527 NFA_TRACE_WARNING1 ("Unhandled NDEF record (#%i)", rec_count); in nfa_dm_ndef_handle_message() 530 rec_count++; in nfa_dm_ndef_handle_message()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 3236 …mmon, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *rec_count) in scan_prefix() argument 3254 if (*rec_count == 0) in scan_prefix() 3256 (*rec_count)--; in scan_prefix() 3323 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); in scan_prefix() 3346 … max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); in scan_prefix() 3588 pcre_uint32 rec_count; in fast_forward_first_n_chars() local 3597 rec_count = 10000; in fast_forward_first_n_chars() 3598 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()
|