Searched refs:to (Results 126 - 150 of 3425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Duaccess.h6 * These routines provide basic accessing functions to the user memory
9 * This file is subject to the terms and conditions of the GNU General Public
56 * set_fs sets current->thread.current_ds to some value.
59 * <av> value to write
63 * <av> preserved, value to write
73 * On success, kernel_ok branches to a label indicated by parameter
74 * <success>. This implies that the macro falls through to the next
83 * <success> label to branch to on success; implies
99 * user_ok determines whether the access to use
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Duaccess.h5 * This file defines various macros to transfer memory areas across
6 * the user/kernel boundary. This needs to be done carefully because
8 * addresses. Thus, we need to be careful not to let the user to
11 * so we want to spend as little time doing safety checks as
17 * to do: if get_fs()==USER_DS, checking is performed, if
24 * potential to fault. When such a fault occurs, the page fault
25 * handler checks to see whether the faulting instruction has a fixup
26 * associated and, if so, sets r8 to
241 __copy_to_user(void __user *to, const void *from, unsigned long count) argument
247 __copy_from_user(void *to, const void __user *from, unsigned long count) argument
280 copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtwinsizes.tex6 It can sometimes be confusing to keep track of the various
8 relate to each other, and how they interact with sizers. This document
9 will attempt to clear the fog a little, and give some simple
15 how many items it has, up to a certain limit, or a
20 called \texttt{DoGetBestSize()} that a class needs to override if it
21 wants to calculate its own best size based on its content. The default
26 \item{If the window has a sizer then it is used to calculate the best size.}
27 \item{Otherwise if the window has layout constraints then that is used to calculate the best size.}
28 \item{Otherwise if the window has children then the best size is set to be large enough to sho
[all...]
H A Dipcconn.tex15 wxConnection, in order to override the communication event
16 handlers to do something interesting.
69 object is to be derived from wxConnection, then the constructor
89 Called by the server application to advise the client of a change
92 to be called. Returns true if successful.
98 Called by the client application to execute a command on the
99 server. Can also be used to transfer arbitrary data to the server
100 (similar to \helpref{wxConnection::Poke}{wxconnectionpoke} in
102 member to b
[all...]
H A Dcombopopup.tex14 In order to use a custom popup with \helpref{wxComboCtrl}{wxcomboctrl},
16 how to use it, see \helpref{Setting Custom Popup for wxComboCtrl}{wxcomboctrl}.
50 The derived class must implement this to create the popup control.
68 The derived class may implement this to return adjusted size
69 for the popup control, according to the variables given.
74 \docparam{prefHeight}{Preferred height. May be -1 to indicate
81 Called each time popup is about to be shown.
88 The derived class must implement this to return pointer
89 to the associated control created in \helpref{Create}{wxcombopopupcreate}.
96 The derived class must implement this to retur
[all...]
H A Dddeconn.tex12 wxDDEConnection, in order to override the communication event handlers
13 to do something interesting.
69 to be derived from wxDDEConnection, then the constructor should not be
77 a buffer and size of the buffer for the connection object to use in
84 Called by the server application to advise the client of a change in
87 member to be called. Returns true if successful.
93 Called by the client application to execute a command on the server. Can
94 also be used to transfer arbitrary data to the server (similar
95 to \helpre
[all...]
H A Dtcpconn.tex15 wxTCPConnection, in order to override the communication event handlers
16 to do something interesting.
68 to be derived from wxTCPConnection, then the constructor should not be
76 a buffer and size of the buffer for the connection object to use in
83 Called by the server application to advise the client of a change in
86 member to be called. Returns true if successful.
92 Called by the client application to execute a command on the server. Can
93 also be used to transfer arbitrary data to the server (similar
94 to \helpre
[all...]
H A Dtprint.tex14 The printing framework relies on the application to provide classes whose member
15 functions can respond to particular requests, such as `print this page' or `does
16 this page exist in the document?'. This method allows wxWidgets to take over the
21 In most cases, the only class you will need to derive from is
27 printing backends have to be offered, please have a look at the
33 wxPrintout class. This class prints a page on request, and can be passed to the
34 Print function of a wxPrinter object to actually print the document, or can be
35 passed to a wxPrintPreview object to initiate previewing. The following code
36 (from the printing sample) shows how easy it is to initiat
[all...]
H A Dchoicebk.tex14 wxChoicebook is a class similar to \helpref{wxNotebook}{wxnotebook} but which
15 uses a \helpref{wxChoice}{wxchoice} to show the labels instead of the
19 identical to wxNotebook (except for the features clearly related to tabs
20 only), so please refer to that class documentation for now. You can also
21 use the \helpref{notebook sample}{samplenotebook} to see wxChoicebook in action.
24 to add other controls next to the choice control. This is particularly useful
H A Dcountstr.tex8 can sometimes be useful or required if some data gets serialized to a stream or compressed
10 than pretending to write the stream. One case where the resulting size would have to be
11 known is if the data has to be written to a piece of memory and the memory has to be
12 allocated before writing to it (which is probably always the case when writing to a
H A Dcrtslock.tex3 This is a small helper class to be used with \helpref{wxCriticalSection}{wxcriticalsection}
5 constructor and leaves it in the destructor making it much more difficult to
6 forget to leave a critical section (which, in general, will lead to serious
7 and difficult to debug problems).
14 // gs_critSect is some (global) critical section guarding access to the
33 Without wxCriticalSectionLocker, you would need to remember to manually leave
H A Dsostream.tex14 This class implements an output stream which writes data either to a
33 If the provided pointer is non-\texttt{NULL}, data will be written to it.
34 Otherwise, an internal string is used for the data written to this stream, use
35 \helpref{GetString()}{wxstringoutputstreamgetstring} to get access to it.
37 If \arg{str} is used, data written to the stream is appended to the current
48 Returns the string containing all the data written to the stream so far.
H A Dwxgtk.tex6 ported to a number of systems, but so far only the original X11
18 features will be utilized. We have gone to a great extent to
21 much lower version of GTK+. You will have to ensure that the
24 In order to configure wxWidgets to compile wxGTK you will
25 need use the {\tt --with-gtk} argument to the {\tt configure} script.
29 pass {\tt --with-gtk=1} to the {\tt configure} script.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.c15 * along with this program; if not, write to the Free Software
223 * Probably on most architectures this compiles to less than 256 bytes
255 * Probably on most architectures this compiles to less than 256 bytes
291 struct inverse_map *to; member in struct:map
333 struct inverse_map *to; local
337 to = (struct inverse_map *)malloc(sizeof(struct inverse_map));
338 if (!to)
341 to->first[i] = to->next[i] = used[i] = 0;
345 to
482 charset_convert(const char *fromcode, const char *tocode, const char *from, size_t fromlen, char **to, size_t *tolen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Duaccess.h59 * Careful to not
70 * doing multiple accesses to the same area (the programmer has to do the
79 * The "lda %1, 2b-1b(%0)" bits are magic to get the assembler to
169 load, so we have to do a general unaligned operation. */
237 * instead of writing: this is because they do not write to
284 write, so we have to do a general unaligned operation. */
344 /* This little bit of silliness is to get the GP loaded for a function
358 __copy_tofrom_user_nocheck(void *to, cons argument
375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) argument
398 copy_to_user(void __user *to, const void *from, long n) argument
404 copy_from_user(void *to, const void __user *from, long n) argument
412 __clear_user(void __user *to, long len) argument
426 clear_user(void __user *to, long len) argument
442 strncpy_from_user(char *to, const char __user *from, long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_connbytes.h20 aligned_u64 from; /* count to be matched */
21 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon1296
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
10 then top to bottom):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_ssl.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p = (unsigned char *)to;
104 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
146 memcpy(to, p, (unsigned int)j);
H A Drsa_x931.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
67 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
85 p = (unsigned char *)to;
104 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
143 memcpy(to, p, (unsigned int)j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dcluster_labs.h10 unsigned char *to, RSA *rsa, int padding);
12 unsigned char *to, RSA *rsa, int padding);
14 unsigned char *to, RSA *rsa, int padding);
16 unsigned char *to, RSA *rsa, int padding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/net/
H A Dmsg.h37 wxMailMessage(const wxString& subject, const wxString& to, argument
42 m_to.Add(to);
57 void AddTo(const wxString& to) { m_to.Add(to); } argument
74 wxArrayString m_attachments; //Files to attach to the email
75 wxArrayString m_attachmentTitles; //Titles to use for the email file attachments
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcombobox.h41 virtual void Replace(long from, long to, const wxString& value) = 0;
42 virtual void SetSelection(long from, long to) = 0;
47 virtual void Remove(long from, long to) argument
48 { Replace(from, to, wxEmptyString); }
67 // redeclare inherited SetSelection() overload here as well to avoid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dmap_funcs.c22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
24 inline_map_copy_from(map, to, from, len);
27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
29 inline_map_copy_to(map, to, from, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsiginfo.h2 * This file is subject to the terms and conditions of the GNU General Public
14 #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */
26 * Careful to keep union _sifields from shifting ...
58 int _sys_private; /* not to be passed to user */
104 * Again these have been choosen to be IRIX compatible.
120 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
123 memcpy(to, from, sizeof(*to));
126 memcpy(to, fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.h17 * License along with this program; if not, write to the
26 unsigned from, unsigned to);
31 unsigned to);
35 unsigned int to, int new);
42 unsigned to,

Completed in 310 milliseconds

1234567891011>>