Searched refs:m_left (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splitter/
H A Dsplitter.cpp98 wxScrolledWindow *m_left, *m_right; member in class:MyFrame
235 m_left = new MyCanvas(m_splitter, true);
236 m_left->SetBackgroundColour(*wxRED);
237 m_left->SetScrollbars(20, 20, 5, 5);
238 m_left->SetCursor(wxCursor(wxCURSOR_MAGNIFIER));
244 m_left = new wxTextCtrl(m_splitter, wxID_ANY, _T("first text"));
251 m_splitter->Initialize(m_left);
254 m_splitter->SplitVertically(m_left, m_right, 100);
283 m_left->Show(true);
285 m_splitter->SplitHorizontally( m_left, m_righ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmidi_synth.c168 inc->m_left = 1;
175 inc->m_left = 2;
184 inc->m_left = 0;
190 inc->m_left = len_tab[(data >> 4) - 8];
198 inc->m_left = len_tab[(inc->m_buf[0] >> 4) - 8] - 1;
199 if (inc->m_left > 0)
211 if (--inc->m_left <= 0)
223 inc->m_left = 0;
447 inc->m_left = 0;
H A Dmpu401.c64 {printk( "MPU: Invalid buffer pointer %d/%d, s=%d\n", dc->m_ptr, dc->m_left, dc->m_state);dc->m_ptr--;}
69 int m_left; member in struct:mpu_config
240 devc->m_left = len_tab[msg] - 1;
246 if (devc->m_left <= 0)
280 devc->m_left = len_tab[msg];
285 if (devc->m_left <= 0)
391 if ((--devc->m_left) <= 0)
1158 devc->m_left = 0;
H A Ddev_table.h306 int m_left; member in struct:midi_input_info

Completed in 43 milliseconds