Searched refs:is (Results 51 - 75 of 2313) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss66 echo first generated request is invalid
72 echo second generated request is invalid
78 echo first generated cert is invalid
148 echo The generated CA certificate is $CAcert
149 echo The generated CA private key is $CAkey
151 echo The generated user certificate is $Ucert
152 echo The generated user private key is $Ukey
154 echo The first generated proxy certificate is $P1cert
155 echo The first generated proxy private key is $P1key
157 echo The second generated proxy certificate is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestss66 echo first generated request is invalid
72 echo second generated request is invalid
78 echo first generated cert is invalid
148 echo The generated CA certificate is $CAcert
149 echo The generated CA private key is $CAkey
151 echo The generated user certificate is $Ucert
152 echo The generated user private key is $Ukey
154 echo The first generated proxy certificate is $P1cert
155 echo The first generated proxy private key is $P1key
157 echo The second generated proxy certificate is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfs.tex16 \item The \helpref{wxFileSystem}{wxfilesystem} class is the interface.
18 is most often used by the end user.
19 \item The \helpref{wxFileSystemHandler}{wxfilesystemhandler} is the core
31 \item {\bf protocol} - handler can recognize if it is able to open a
33 \item {\bf right location} - is the name of file within the protocol.
34 In "http://www.wxwidgets.org/index.html" the right location is "//www.wxwidgets.org/index.html".
35 \item {\bf anchor} - an anchor is optional and is usually not present.
36 In "index.htm\#chapter2" the anchor is "chapter2".
37 \item {\bf left location} - this is usuall
[all...]
H A Dchoicebk.tex14 wxChoicebook is a class similar to \helpref{wxNotebook}{wxnotebook} but which
18 There is no documentation for this class yet but its usage is
24 to add other controls next to the choice control. This is particularly useful
25 when screen space is restricted, as it often is when wxChoicebook is being employed.
46 it is top).}
H A Dcritsect.tex3 A critical section object is used for exactly the same purpose as
4 \helpref{mutexes}{wxmutex}. The only difference is that under Windows platform
6 shared between processes, so using critical sections is slightly more
7 efficient. The terminology is also slightly different: mutex may be locked (or
8 acquired) and unlocked (or released) while critical section is entered and left
14 \helpref{wxMutexLocker}{wxmutexlocker} is preferrable to
48 Enter the critical section (same as locking a mutex). There is no error return
57 by it. There is no error return for this function.
H A Dmbconv.tex15 This class is the base class of a hierarchy of classes capable of converting
21 is the total number of bytes in the string, including any trailing \NUL.
22 Thus, length of wide character string \texttt{L"foo"} is $3$ while its size can
23 be either $8$ or $16$ depending on whether \texttt{wchar\_t} is $2$ bytes (as
36 such as menu items and buttons. This is a pointer which is initially set to
45 % \twocolitem{\textbf{wxConvCurrent}}{Not really clear what is it for...}
51 \texttt{wxCONV\_FAILED} value is defined as \texttt{(size\_t)$-1$} and is
90 If \arg{out} is \NUL
[all...]
H A Dhtwidget.tex8 wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
31 \docparam{wnd}{Connected window. It is parent window {\bf must} be the wxHtmlWindow object within
32 which it is displayed!}
34 \docparam{w}{Floating width. If non-zero width of {\it wnd} window is adjusted so that it is
H A Dhtcontnr.tex14 The wxHtmlContainerCell class is an implementation of a cell that may
15 contain more cells in it. It is heavily used in the wxHTML layout algorithm.
35 Constructor. {\it parent} is pointer to parent container or NULL.
55 colour is set.
61 Returns the indentation. {\it ind} is one of the {\bf wxHTML\_INDENT\_*} constants.
65 It is NOT always in pixels!
71 Returns the units of indentation for {\it ind} where {\it ind} is one
85 the values stored in {\it tag}. (Tags {\tt ALIGN} parameter is extracted.) In fact
86 it is only a front-end to \helpref{SetAlignHor}{wxhtmlcontainercellsetalignhor}
94 each line is aligne
[all...]
H A Dtdate.tex32 them is fast}
44 \helpref{wxDateTimeHolidayAuthority}{wxdatetimeholidayauthority} which is used
45 to determine whether a given date is a holiday or not and
46 \helpref{wxDateTimeWorkDays}{wxdatetimeworkdays} which is a derivation of this
57 milliseconds since the Epoch which is fixed, by convention, to Jan 1, 1970 -
58 however this is not visible to the class users (in particular, dates prior to
60 does mean that the best resolution which can be achieved with this class is 1
63 The size of wxDateTime object is 8 bytes because it is represented as a 64 bit
64 integer. The resulting range of supported dates is thu
[all...]
H A Dmutex.tex3 A mutex object is a synchronization object whose state is set to signaled when
4 it is not owned by any thread, and nonsignaled when it is owned. Its name comes
11 thread is waiting) but using them is not recommended and they are {\bf not}
12 recursive by default. The reason for this is that recursive mutexes are not
18 because during a new node addition the list integrity is temporarily broken
19 (this is also called {\it program invariant}).
25 // this variable has an "s_" prefix because it is stati
[all...]
H A Dtapp.tex5 A wxWidgets application does not have a {\it main} procedure; the equivalent is the
18 be destroyed for the application to exit, it is advisable to use parent
21 is to explicitly delete child frames in the top-level frame's \helpref{wxCloseEvent}{wxcloseevent}\rtfsp
52 to rely on the creation of a global application object, but this is no longer recommended,
58 \texttt{wxTheApp} pointer which is of type \texttt{wxApp *}.
63 The application normally shuts down when the last of its top level windows is
64 closed. This is normally the expected behaviour and means that it is enough to
66 command if your program has a single top level window. If this behaviour is not
72 terminates when this dialog -- which is th
[all...]
H A Dwxgtk.tex3 wxGTK is a port of wxWidgets using the GTK+ library.
7 version is supported. Support for other GTK+ backends is planned,
10 All work is being done on GTK+ version 2.0 and above. Support for
13 You will need GTK+ 2.0 or higher which is available from:
22 application is launched with lazy symbol binding for that.
26 This is the default for many systems.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddde.h28 #error DDE is only supported on MSW
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
64 #error RC4 is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drc4.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
64 #error RC4 is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc5 I belive the difference is tied up in optimisation that the compiler
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc5 I believe the difference is tied up in optimisation that the compiler
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dusparc.cc5 I believe the difference is tied up in optimisation that the compiler
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dhardirq.h29 # error HARDIRQ_BITS is too low!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-110 /* This is an example of a string table file. Everything inside a comment
11 is completely ignored, even if in "quotes", or \escape characters, etc.
16 /* This is an example of excape codes in the string table, codes */
18 "escapes" = "This is a tab \t and a return \n or a \a but not a \p";
21 /* more parameters, white space between tokens is ignored */
26 /* a key with no value assumes the value is the empty string */
43 # This is an example of a string table file. Everything inside a comment
44 # is completely ignored, even if in "quotes", or \escape characters, etc.
49 # This is an example of excape codes in the string table, codes
53 "This is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dioc4.c2 * This file is subject to the terms and conditions of the GNU General Public
20 * This is all necessary because IOC4 is not implemented as a multi-function
63 ioc4_register_submodule(struct ioc4_submodule *is) argument
68 list_add(&is->is_list, &ioc4_submodules);
71 if (!is->is_probe)
75 if (is->is_probe(idd)) {
79 __func__, module_name(is->is_owner),
90 ioc4_unregister_submodule(struct ioc4_submodule *is) argument
95 list_del(&is
288 struct ioc4_submodule *is; local
432 struct ioc4_submodule *is; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S72 | This entry point is used by kernel_ex.
77 | Output: a result is in ETEMP (internal extended format)
94 | instruction is fsgldiv or fsglmul or fsadd, fdadd, fsub, fdsub, fsmul,
96 | If the instruction is fsgldiv of fsglmul, the rounding precision must be
97 | extended. If the instruction is not fsgldiv or fsglmul but a force-
98 | precision instruction, the rounding precision is then set to the force
104 beql ovf_e1_exc |it is cu exception
109 beql ovff_sgl |force precision is single
111 beql ovff_dbl |force precision is double
118 bra ovf_fpcr |instruction is non
[all...]
H A Dsetox.S5 | setoxd does the same except the input value is a denormalized
20 | The returned result is within 0.85 ulps in 64 significant bit, i.e.
21 | within 0.5001 ulp to 53 bits if the result is subsequently rounded
22 | to double precision. The result is provably monotonic in double
28 | first one is measured when the function is invoked the first time
30 | second one is measured when the function is reinvoked at the same
34 | argument X whose magnitude is less than 16380 log2, which
35 | is th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Drem.S2 * rem.S: This routine was taken from glibc-1.09 and is covered
7 /* This file is generated from divrem.m4; DO NOT EDIT! */
33 * is the log base (2^N) of the quotient.
37 * Current estimate for non-large dividend is
39 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
49 ! compute sign of result; if neither is negative, no problem
57 ! %o1 is definitely negative; %o0 might also be negative
60 1: ! %o0 is negative, %o1 is nonnegative
70 ! wrong as possible, but that is wha
[all...]
H A Dsdiv.S2 * sdiv.S: This routine was taken from glibc-1.09 and is covered
7 /* This file is generated from divrem.m4; DO NOT EDIT! */
33 * is the log base (2^N) of the quotient.
37 * Current estimate for non-large dividend is
39 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
49 ! compute sign of result; if neither is negative, no problem
57 ! %o1 is definitely negative; %o0 might also be negative
60 1: ! %o0 is negative, %o1 is nonnegative
70 ! wrong as possible, but that is wha
[all...]

Completed in 217 milliseconds

1234567891011>>