Home
last modified time | relevance | path

Searched refs:set_no (Results 1 – 3 of 3) sorted by relevance

/external/toybox/kconfig/
Dconf.c27 set_no, enumerator
86 case set_no: in conf_askvalue()
146 case set_no: in conf_askvalue()
378 case set_no: in conf_choice()
521 input_mode = set_no; in main()
571 case set_no: in main()
581 case set_no: name = "allno.config"; break; in main()
/external/valgrind/cachegrind/
Dcg_sim.c89 Bool cachesim_setref_is_miss(cache_t2* c, UInt set_no, UWord tag) in cachesim_setref_is_miss() argument
94 set = &(c->tags[set_no * c->assoc]); in cachesim_setref_is_miss()
/external/valgrind/callgrind/
Dsim.c248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag) in cachesim_setref() argument
253 set = &(c->tags[set_no * c->assoc]); in cachesim_setref()
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag) in cachesim_setref_wb() argument
359 set = &(c->tags[set_no * c->assoc]); in cachesim_setref_wb()