Searched defs:pit (Results 1 – 15 of 15) sorted by relevance
/external/qemu/hw/ |
D | i8254.c | 120 int pit_get_out(PITState *pit, int channel, int64_t current_time) in pit_get_out() 178 void pit_set_gate(PITState *pit, int channel, int val) in pit_set_gate() 209 int pit_get_gate(PITState *pit, int channel) in pit_get_gate() 215 int pit_get_initial_count(PITState *pit, int channel) in pit_get_initial_count() 221 int pit_get_mode(PITState *pit, int channel) in pit_get_mode() 247 PITState *pit = opaque; in pit_ioport_write() local 312 PITState *pit = opaque; in pit_ioport_read() local 394 PITState *pit = opaque; in pit_save() local 422 PITState *pit = opaque; in pit_load() local 454 PITState *pit = opaque; in pit_reset() local [all …]
|
D | mips_r4k.c | 34 static PITState *pit; /* PIT i8254 */ variable
|
D | pc.c | 67 static PITState *pit; variable
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdt.h | 88 typename unordered_map<Label, size_t>::const_iterator pit in Find() local 122 typename unordered_map<Label, size_t>::const_iterator pit in ParenId() local
|
D | info.h | 110 typename unordered_map<Label, size_t>::const_iterator pit in PdtInfo() local
|
D | replace.h | 154 typename ParenMap::const_iterator pit = paren_map.find(paren_key); in Replace() local
|
D | paren.h | 237 typename unordered_map<Label, Label>::const_iterator pit in DFSearch() local 276 typename unordered_map<Label, Label>::const_iterator pit in ComputeStateSet() local
|
D | shortest-path.h | 509 typename unordered_map<Label, Label>::const_iterator pit in Init() local 576 typename unordered_map<Label, Label>::const_iterator pit in ProcArcs() local 737 typename unordered_map<Label, Label>::const_iterator pit in GetPathArc() local
|
D | expand.h | 532 typename unordered_map<Label, Label>::const_iterator pit in InitCloseParenMultimap() local
|
/external/webkit/Source/WebCore/page/ |
D | PageGroup.cpp | 189 for(HashSet<Page*>::iterator pit = pages.begin(); pit != pagesEnd; ++pit) { in clearDomStorage() local 240 for(HashSet<Page*>::iterator pit = pages.begin(); pit != pagesEnd; ++pit) { in removeLocalStorage() local
|
/external/stlport/test/unit/ |
D | set_test.cpp | 131 pair<set<int>::iterator, set<int>::iterator> pit; in bounds() local
|
D | fstream_test.cpp | 769 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()), in big_file() local
|
/external/oprofile/libpp/ |
D | callgraph_container.cpp | 433 list<profile_sample_files>::const_iterator pit; in populate() local
|
D | arrange_profiles.cpp | 834 list<profile_set>::const_iterator pit in invert_profiles() local
|
/external/qemu-pc-bios/bochs/ |
D | bochs.h | 438 bx_bool pit; member
|