Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DMemory.cpp73 uint32_t cache_idx = 0; in Flush() local
75 cache_idx < num_cache_lines; in Flush()
76 curr_addr += cache_line_byte_size, ++cache_idx) in Flush()
/freebsd-10-stable/contrib/libgnuregex/
Dregexec.c2706 int cache_idx = search_cur_bkref_entry (mctx, bkref_str_idx); in get_subexp() local
2707 if (cache_idx != -1) in get_subexp()
2710 = mctx->bkref_ents + cache_idx; in get_subexp()