Searched refs:tt (Results 26 - 50 of 425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dctime.c25 time_t tt; local
35 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(NULL);
36 GETJULIANDATE(tt, &jt);
H A Dlocaltime.c26 time_t tt; local
34 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(&is_ds);
36 GETJULIANDATE(tt, &jt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A DdmacHw_priv.h79 #define dmacHw_DST_IS_MEMORY(tt) (((tt) == dmacHw_TRANSFER_TYPE_PERIPHERAL_TO_MEM) || ((tt) == dmacHw_TRANSFER_TYPE_MEM_TO_MEM)) ? 1 : 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddirtrav.tex54 The elements of {\tt wxDirTraverseResult} are the possible return values of the
79 This function is called for each directory. It may return {\tt wxSIR\_STOP}
80 to abort traversing completely, {\tt wxDIR\_IGNORE} to skip this directory but
81 continue with others or {\tt wxDIR\_CONTINUE} to enumerate all files and
91 This function is called for each file. It may return {\tt wxDIR\_STOP} to abort
93 {\tt wxDIR\_CONTINUE} to proceed.
103 enumerating. It may return {\tt wxSIR\_STOP} to abort traversing completely,
104 {\tt wxDIR\_IGNORE} to skip this directory but continue with others or
105 {\tt wxDIR\_CONTINUE} to retry opening this directory once again.
107 The base class version always returns {\tt wxDI
[all...]
H A Dtunicode.tex27 Unicode may be found at {\tt www.unicode.org}.
54 \item Character type ({\tt char} or {\tt wchar\_t})
55 \item Literal strings (i.e. {\tt "Hello, world!"} or {\tt '*'})
56 \item String functions ({\tt strlen()}, {\tt strcpy()}, ...)
57 \item Special preprocessor tokens ({\tt \_\_FILE\_\_}, {\tt \_\_DATE\_\_}
58 and {\tt \
[all...]
H A Dhashset.tex56 three predefined hashing functions: {\tt wxIntegerHash}
57 for integer types ( {\tt int}, {\tt long}, {\tt short},
58 and their unsigned counterparts ), {\tt wxStringHash} for strings
59 ( {\tt wxString}, {\tt wxChar*}, {\tt char*} ), and
60 {\tt wxPointerHash} for any kind of pointer.
62 {\tt wxIntegerEqua
[all...]
H A Dhashmap.tex51 Declares a hash map class named CLASSNAME, with {\tt wxString} keys
59 Declares a hash map class named CLASSNAME, with {\tt void*} keys
72 three predefined hashing functions: {\tt wxIntegerHash}
73 for integer types ( {\tt int}, {\tt long}, {\tt short},
74 and their unsigned counterparts ), {\tt wxStringHash} for strings
75 ( {\tt wxString}, {\tt wxChar*}, {\tt cha
[all...]
H A Dxmlproperty.tex15 Example: in {\tt <img src="hello.gif" id="3"/>}, {\tt ``src"} is property with value
16 {\tt ``hello.gif"} and {\tt ``id"} is a property with value {\tt ``3"}.
H A Ddropsrc.tex80 \func{virtual wxDragResult}{DoDragDrop}{\param{int }{flags = {\tt wxDrag\_CopyOnly}}}
88 \docparam{flags}{If {\tt wxDrag\_AllowMove} is included in the flags, data may
89 be moved and not only copied (default). If {\tt wxDrag\_DefaultMove} is
95 Returns the operation requested by the user, may be {\tt wxDragCopy}, {\tt
96 wxDragMove}, {\tt wxDragLink}, {\tt wxDragCancel} or {\tt wxDragNone} if an error occurred.
114 \docparam{effect}{The effect to implement. One of {\tt wxDragCopy}, {\tt wxDragMov
[all...]
H A Ddllload.tex19 wxDllLoader is a class providing an interface similar to Unix's {\tt
29 documentation to refer to the same thing: a {\tt .dll} file under Windows or
30 {\tt .so} or {\tt .sl} one under Unix.
32 Example of using this class to dynamically load the {\tt strlen()} function:
82 This header defines a platform-dependent {\tt wxDllType} typedef which stores
94 For example, this function will return {\tt ".dll"} under Windows or (usually)
95 {\tt ".so"} under Unix.
102 the {\tt NULL} return value is valid for some systems (i.e. doesn't mean that
115 Returned value will be {\tt NUL
[all...]
H A Dwxgtk.tex25 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/transmission/transmission-2.73/libtransmission/
H A Dannouncer.c416 tiersDestruct( tr_torrent_tiers * tt )
420 for( i=0; i<tt->tracker_count; ++i )
421 trackerDestruct( &tt->trackers[i] );
422 tr_free( tt->trackers );
424 for( i=0; i<tt->tier_count; ++i )
425 tierDestruct( &tt->tiers[i] );
426 tr_free( tt->tiers );
430 tiersFree( tr_torrent_tiers * tt )
432 tiersDestruct( tt );
433 tr_free( tt );
449 tr_torrent_tiers * tt = tor->tiers; local
646 addTorrentToTier( tr_torrent_tiers * tt, tr_torrent * tor ) argument
718 struct tr_torrent_tiers * tt = NULL; local
739 struct tr_torrent_tiers * tt = tor->tiers; local
846 struct tr_torrent_tiers * tt = tor->tiers; local
887 struct tr_torrent_tiers * tt = tor->tiers; local
931 struct tr_torrent_tiers * tt = tor->tiers; local
1277 struct tr_torrent_tiers * tt = tor->tiers; local
1513 struct tr_torrent_tiers * tt = tor->tiers; local
1584 struct tr_torrent_tiers * tt; local
1718 copy_tier_attributes( struct tr_torrent_tiers * tt, const tr_tier * src ) argument
1735 struct tr_torrent_tiers * tt = tor->tiers; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1f_1.c166 register lzo_uint tt = t - 31; local
169 while (tt > 255)
171 tt -= 255;
174 assert(tt > 0);
175 *op++ = LZO_BYTE(tt);
257 register lzo_uint tt = t - 31; local
260 while (tt > 255)
262 tt -= 255;
265 assert(tt > 0);
266 *op++ = LZO_BYTE(tt);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_dec.c83 const ASN1_TEMPLATE *tt, char opt,
87 const ASN1_TEMPLATE *tt, char opt,
153 const ASN1_TEMPLATE *tt)
157 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
169 const ASN1_TEMPLATE *tt, *errtt = NULL; local
313 tt = it->templates + i;
314 pchptr = asn1_get_field_ptr(pval, tt);
315 ASN1_template_free(pchptr, tt);
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt
151 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
520 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
592 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dtasn_prn.c163 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
192 const ASN1_TEMPLATE *tt; local
261 tt = it->templates + i;
262 tmpfld = asn1_get_field_ptr(fld, tt);
263 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
290 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
292 seqtt = asn1_do_adb(fld, tt, 1);
321 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
325 flags = tt
320 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_dec.c83 const ASN1_TEMPLATE *tt, char opt,
87 const ASN1_TEMPLATE *tt, char opt,
153 const ASN1_TEMPLATE *tt)
157 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
169 const ASN1_TEMPLATE *tt, *errtt = NULL; local
313 tt = it->templates + i;
314 pchptr = asn1_get_field_ptr(pval, tt);
315 ASN1_template_free(pchptr, tt);
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt
151 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
520 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
592 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dtasn_prn.c163 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
192 const ASN1_TEMPLATE *tt; local
261 tt = it->templates + i;
262 tmpfld = asn1_get_field_ptr(fld, tt);
263 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
290 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
292 seqtt = asn1_do_adb(fld, tt, 1);
321 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
325 flags = tt
320 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_disc.c72 lport->tt.rport_logoff(rdata);
152 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
180 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data);
294 lport->tt.rport_login(rdata);
296 lport->tt.rport_logoff(rdata);
366 if (lport->tt.elsct_send(lport, 0, fp,
440 rdata = lport->tt.rport_create(lport, ids.port_id);
607 lport->tt.rport_logoff(rdata);
609 new_rdata = lport->tt.rport_create(lport,
613 lport->tt
[all...]
H A Dfc_elsct.c69 return lport->tt.exch_seq_send(lport, fp, resp, NULL, arg, timer_msec);
79 if (!lport->tt.elsct_send)
80 lport->tt.elsct_send = fc_elsct_send;
H A Dfc_lport.c191 lport->tt.rport_logoff(rdata);
232 lport->tt.rport_logoff(lport->ptp_rdata);
233 kref_put(&lport->ptp_rdata->kref, lport->tt.rport_destroy);
235 lport->ptp_rdata = lport->tt.rport_create(lport, remote_fid);
241 lport->tt.rport_login(lport->ptp_rdata);
389 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
424 lport->tt.frame_send(lport, fp);
458 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
482 lport->tt.frame_send(lport, fp);
498 lport->tt
[all...]
H A Dfc_rport.c124 rdata = lport->tt.rport_lookup(lport, port_id);
280 lport->tt.rport_logoff(rdata);
281 kref_put(&rdata->kref, lport->tt.rport_destroy);
303 kref_put(&rdata->kref, lport->tt.rport_destroy);
321 lport->tt.exch_mgr_reset(lport, 0, port_id);
322 lport->tt.exch_mgr_reset(lport, port_id, 0);
351 kref_put(&rdata->kref, lport->tt.rport_destroy);
692 kref_put(&rdata->kref, rdata->local_port->tt.rport_destroy);
724 if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_FLOGI,
767 rdata = lport->tt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps.c17 enum bug_trap_type tt; local
28 tt = report_bug(bugaddr, regs);
29 if (tt == BUG_TRAP_TYPE_WARN) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dfd.c20 struct termios tt; member in struct:fd_chan
58 CATCH_EINTR(err = tcgetattr(data->fd, &data->tt));
79 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &data->tt));
H A Dtty.c18 struct termios tt; member in struct:tty_chan
59 CATCH_EINTR(err = tcgetattr(fd, &data->tt));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Droute.h223 void add_route_ipv6 (struct route_ipv6 *r, const struct tuntap *tt, unsigned int flags, const struct env_set *es);
224 void delete_route_ipv6 (const struct route_ipv6 *r, const struct tuntap *tt, unsigned int flags, const struct env_set *es);
227 const struct tuntap *tt,
262 const struct tuntap *tt,
268 const struct tuntap *tt,
303 bool test_routes (const struct route_list *rl, const struct tuntap *tt);
304 bool add_route_ipapi (const struct route *r, const struct tuntap *tt, DWORD adapter_index);
305 bool del_route_ipapi (const struct route *r, const struct tuntap *tt);
308 static inline bool test_routes (const struct route_list *rl, const struct tuntap *tt) { return true; } argument

Completed in 229 milliseconds

1234567891011>>