Searched refs:pit (Results 1 - 18 of 18) sorted by relevance

/external/qemu/hw/timer/
H A Di8254.c88 /* get pit output bit */
120 int pit_get_out(PITState *pit, int channel, int64_t current_time) argument
122 PITChannelState *s = &pit->channels[channel];
178 void pit_set_gate(PITState *pit, int channel, int val) argument
180 PITChannelState *s = &pit->channels[channel];
209 int pit_get_gate(PITState *pit, int channel) argument
211 PITChannelState *s = &pit->channels[channel];
215 int pit_get_initial_count(PITState *pit, int channel) argument
217 PITChannelState *s = &pit->channels[channel];
221 int pit_get_mode(PITState *pit, in argument
247 PITState *pit = opaque; local
312 PITState *pit = opaque; local
394 PITState *pit = opaque; local
422 PITState *pit = opaque; local
454 PITState *pit = opaque; local
480 PITState *pit = &pit_state; local
490 PITState *pit = &pit_state; local
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h89 typename unordered_map<Label, size_t>::const_iterator pit
91 if (pit == paren_map_.end()) // Non-paren.
93 ssize_t paren_id = pit->second;
123 typename unordered_map<Label, size_t>::const_iterator pit local
125 if (pit == paren_map_.end()) // Non-paren.
127 return pit->second;
H A Dinfo.h110 typename unordered_map<Label, size_t>::const_iterator pit local
112 if (pit != paren_map.end()) {
113 Label open_paren = parens[pit->second].first;
114 Label close_paren = parens[pit->second].second;
H A Dreplace.h163 typename ParenMap::const_iterator pit = paren_map.find(paren_key); local
164 if (pit != paren_map.end()) {
165 size_t paren_id = pit->second;
H A Dparen.h245 typename unordered_map<Label, Label>::const_iterator pit local
247 if (pit != paren_id_map_.end()) { // paren?
248 Label paren_id = pit->second;
284 typename unordered_map<Label, Label>::const_iterator pit local
286 if (pit != paren_id_map_.end()) { // paren?
287 Label paren_id = pit->second;
H A Dshortest-path.h509 typename unordered_map<Label, Label>::const_iterator pit local
511 if (pit != paren_id_map_.end()) { // Is a paren?
512 Label paren_id = pit->second;
577 typename unordered_map<Label, Label>::const_iterator pit local
579 if (pit != paren_id_map_.end()) { // Is a paren?
580 Label paren_id = pit->second;
742 typename unordered_map<Label, Label>::const_iterator pit local
744 if (pit != paren_id_map_.end()) {
745 arc_paren_id = pit->second;
H A Dexpand.h532 typename unordered_map<Label, Label>::const_iterator pit local
534 if (pit == paren_id_map.end()) continue;
535 if (arc.ilabel == parens[pit->second].second) { // Close paren
536 ParenState<Arc> paren_state(pit->second, s);
/external/stlport/test/unit/
H A Dset_test.cpp131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit
[all...]
H A Dfstream_test.cpp769 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
771 for (; pit != pitEnd; ++pit) {
772 in.seekg((*pit).first);
776 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
/external/qemu/include/hw/i386/
H A Dpc.h67 void pit_set_gate(PITState *pit, int channel, int val);
68 int pit_get_gate(PITState *pit, int channel);
69 int pit_get_initial_count(PITState *pit, int channel);
70 int pit_get_mode(PITState *pit, int channel);
71 int pit_get_out(PITState *pit, int channel, int64_t current_time);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc151 for (std::vector<Profile*>::const_iterator pit = profiles.begin();
152 pit != profiles.end(); ++pit) {
154 DownloadServiceFactory::GetForBrowserContext(*pit);
156 DownloadManager *mgr = BrowserContext::GetDownloadManager(*pit);
161 if ((*pit)->HasOffTheRecordProfile()) {
164 (*pit)->GetOffTheRecordProfile());
167 (*pit)->GetOffTheRecordProfile());
/external/oprofile/libpp/
H A Darrange_profiles.cpp834 list<profile_set>::const_iterator pit local
839 for (; pit != pend; ++pit) {
843 if (pit->files.size()) {
845 pit->image, nr_classes);
846 add_to_group(ip.groups[i], pit->image, pit->files);
850 = pit->deps.begin();
852 = pit->deps.end();
857 add_to_group(ip.groups[i], pit
[all...]
H A Dcallgraph_container.cpp433 list<profile_sample_files>::const_iterator pit; local
436 for (pit = lit->files.begin(); pit != pend; ++pit) {
437 populate(pit->cg_files, app_image,
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_device_info_query.cc310 StringMap::iterator pit = pid_to_package.find(pid); local
311 if (pit != pid_to_package.end()) {
312 package = pit->second;
/external/qemu/hw/mips/
H A Dmips_r4k.c34 static PITState *pit; /* PIT i8254 */ variable
270 pit = pit_init(0x40, i8259[0]);
/external/qemu/hw/i386/
H A Dpc.c68 static PITState *pit; variable
1099 pit = pit_init(0x40, i8259[0]);
1102 pcspk_init(pit);
/external/qemu-pc-bios/bochs/
H A Dbochs.h438 bx_bool pit; member in struct:__anon30290
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 751 milliseconds