Searched defs:pit (Results 1 - 14 of 14) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h154 typename ParenMap::const_iterator pit = paren_map.find(paren_key); local
155 if (pit != paren_map.end()) {
156 size_t paren_id = 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 Dpdt.h88 typename unordered_map<Label, size_t>::const_iterator pit
90 if (pit == paren_map_.end()) // Non-paren.
92 ssize_t paren_id = pit->second;
122 typename unordered_map<Label, size_t>::const_iterator pit local
124 if (pit == paren_map_.end()) // Non-paren.
126 return pit->second;
H A Dparen.h237 typename unordered_map<Label, Label>::const_iterator pit local
239 if (pit != paren_id_map_.end()) { // paren?
240 Label paren_id = pit->second;
276 typename unordered_map<Label, Label>::const_iterator pit local
278 if (pit != paren_id_map_.end()) { // paren?
279 Label 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);
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;
576 typename unordered_map<Label, Label>::const_iterator pit local
578 if (pit != paren_id_map_.end()) { // Is a paren?
579 Label paren_id = pit->second;
737 typename unordered_map<Label, Label>::const_iterator pit local
739 if (pit != paren_id_map_.end()) {
740 arc_paren_id = pit->second;
/external/qemu/hw/
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...]
H A Dmips_r4k.c34 static PITState *pit; /* PIT i8254 */ variable
270 pit = pit_init(0x40, i8259[0]);
H A Dpc.c67 static PITState *pit; variable
1108 pit = pit_init(0x40, i8259[0]);
1111 pcspk_init(pit);
/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...]
/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/qemu-pc-bios/bochs/
H A Dbochs.h438 bx_bool pit; member in struct:__anon9927
/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 161 milliseconds