Searched refs:window1 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsplitter.h111 virtual bool SplitVertically(wxWindow *window1, argument
114 { return DoSplit(wxSPLIT_VERTICAL, window1, window2, sashPosition); }
115 virtual bool SplitHorizontally(wxWindow *window1, argument
118 { return DoSplit(wxSPLIT_HORIZONTAL, window1, window2, sashPosition); }
236 wxWindow *window1, wxWindow *window2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp2.c122 int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2; local
166 window1 = BN_window_bits_for_exponent_size(bits1);
170 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
188 if (window1 > 1)
192 j=1<<(window1-1);
255 /* consider bits b-window1+1 .. b for this window */
256 i = b-window1+1;
288 /* wvalue1 is odd and < 2^window1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp2.c123 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
167 window1 = BN_window_bits_for_exponent_size(bits1);
171 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
187 if (window1 > 1) {
191 j = 1 << (window1 - 1);
247 * consider bits b-window1+1 .. b for this window
249 i = b - window1 + 1;
279 /* wvalue1 is odd and < 2^window1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp2.c123 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
167 window1 = BN_window_bits_for_exponent_size(bits1);
171 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
187 if (window1 > 1) {
191 j = 1 << (window1 - 1);
247 * consider bits b-window1+1 .. b for this window
249 i = b - window1 + 1;
279 /* wvalue1 is odd and < 2^window1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsplitter.cpp747 wxWindow *window1, wxWindow *window2,
753 wxCHECK_MSG( window1 && window2, false,
756 wxCHECK_MSG( window1->GetParent() == this && window2->GetParent() == this, false,
759 if (! window1->IsShown())
760 window1->Show();
765 m_windowOne = window1;
746 DoSplit(wxSplitMode mode, wxWindow *window1, wxWindow *window2, int sashPosition) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DMakefile.am48 window1.png \
H A DMakefile.in251 window1.png \
H A D01-introduction.tex357 \includegraphics[width=\textwidth]{window1}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh4.h173 struct sh4_pci_address_space window1; member in struct:sh4_pci_address_map
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsplitter.tex386 \func{bool}{SplitHorizontally}{\param{wxWindow* }{window1}, \param{wxWindow* }{window2},
394 \docparam{window1}{The top pane.}
420 \func{bool}{SplitVertically}{\param{wxWindow* }{window1}, \param{wxWindow* }{window2},
428 \docparam{window1}{The left pane.}

Completed in 132 milliseconds