Searched defs:tt (Results 26 - 50 of 64) sorted by relevance

123

/external/tcpdump/
H A Dprint-ip.c102 int tt; local
105 tt = *cp;
106 if (tt == IPOPT_EOL)
108 else if (tt == IPOPT_NOP)
117 switch (tt) {
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_win32.c35 ULONGLONG tt; local
47 tt = (li.QuadPart - EPOCHFILETIME) / 10;
48 t->sec = (os_time_t) (tt / 1000000);
49 t->usec = (os_time_t) (tt % 1000000);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c30 ULONGLONG tt; local
42 tt = (li.QuadPart - EPOCHFILETIME) / 10;
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c30 ULONGLONG tt; local
42 tt = (li.QuadPart - EPOCHFILETIME) / 10;
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c30 ULONGLONG tt; local
42 tt = (li.QuadPart - EPOCHFILETIME) / 10;
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
/external/clang/test/Analysis/
H A Dtaint-tester.c109 int tt = t; // expected-warning + {{tainted}} local
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java263 public void exportDate(String hdfname, String tz, int tt) { argument
274 Date date = new Date((long)tt * 1000);
/external/openssl/crypto/asn1/
H A Dtasn_dec.c84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
142 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
146 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
158 const ASN1_TEMPLATE *tt, *errtt = NULL; local
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
325 pchptr = asn1_get_field_ptr(pval, tt);
329 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
337 errtt = tt;
141 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
532 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
618 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_enc.c74 const ASN1_TEMPLATE *tt,
133 const ASN1_TEMPLATE *tt = NULL; local
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
226 seqtt = asn1_do_adb(pval, tt, 1);
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
244 seqtt = asn1_do_adb(pval, tt, 1);
265 const ASN1_TEMPLATE *tt)
267 return asn1_template_ex_i2d(pval, out, tt,
264 ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt) argument
270 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
[all...]
/external/qemu/android/
H A Dlooper-generic.c54 GLoopTimer* tt = impl; local
55 if (tt->deadline != DURATION_INFINITE) {
56 glooper_delActiveTimer(tt->looper, tt);
57 tt->deadline = DURATION_INFINITE;
64 GLoopTimer* tt = impl; local
67 if (tt->deadline != DURATION_INFINITE)
68 glooptimer_stop(tt);
74 tt->deadline = deadline_ms;
75 glooper_addActiveTimer(tt
81 GLoopTimer* tt = impl; local
93 GLoopTimer* tt = impl; local
100 GLoopTimer* tt = impl; local
123 GLoopTimer* tt; local
277 glooper_addTimer(GLooper* looper, GLoopTimer* tt) argument
283 glooper_delTimer(GLooper* looper, GLoopTimer* tt) argument
289 glooper_addActiveTimer(GLooper* looper, GLoopTimer* tt) argument
304 glooper_delActiveTimer(GLooper* looper, GLoopTimer* tt) argument
[all...]
H A Dhelp.c1598 const TopicHelp* tt; local
1600 for ( tt = topic_help; tt->name != NULL; tt++ ) {
1601 if ( !strcmp(tt->name, topic) ) {
1602 tt->func(out);
1614 const TopicHelp* tt; local
1652 for (tt = topic_help; tt->name != NULL; tt
1678 const TopicHelp* tt; local
[all...]
/external/fdlibm/
H A De_lgamma_r.c107 /* tt = -(tail of tf) */
108 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
268 p = z*p1-(tt-w*(p2+y*p3));
/external/icu4c/test/cintltst/
H A Ducnvseltst.c194 text_reset(TestText *tt) { argument
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) { argument
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt
225 text_open(TestText *tt) argument
257 text_close(TestText *tt) argument
[all...]
/external/mksh/src/
H A Dsyn.c795 struct tokeninfo const *tt; local
801 for (tt = tokentab; tt->name; tt++) {
802 if (tt->reserved) {
803 p = ktenter(&keywords, tt->name, hash(tt->name));
806 p->val.i = tt->val;
817 struct tokeninfo const *tt; local
846 for (tt
1059 struct timeval tt; local
[all...]
/external/qemu/target-arm/
H A Dop_helper.c25 void raise_exception(int tt) argument
27 env->exception_index = tt;
/external/icu4c/i18n/
H A Dolsontz.cpp740 UDate tt = (UDate)transitionTime(transitionIdx); local
741 if (finalZone == NULL || tt <= finalStartMillis) {
743 times[nTimes++] = tt;
H A Drbtz.cpp187 UDate tt; local
196 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
207 if (tt < nextTransitionTime) {
208 nextTransitionTime = tt;
236 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
238 if (tt < nextTransitionTime) {
239 nextTransitionTime = tt;
722 UDate tt = tzt->time; local
723 if (tt > base || (inclusive && tt
805 UDate tt = tzt->time; local
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
250 tt = SIGN( ro1 ) * pow( fabs( ro1 ), 0.333333333333 );
251 c1 = tt - p / (3. * tt);
252 c2 = tt + p / (3. * tt);
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
258 b1 = tt - p / (3. * tt);
259 b2 = tt
[all...]
/external/qemu/slirp/
H A Dslirp.c55 struct timeval tt; variable in typeref:struct:timeval
231 gettimeofday(&tt, NULL);
233 curtime = (u_int)tt.tv_sec * (u_int)1000;
234 curtime += (u_int)tt.tv_usec / (u_int)1000;
236 if ((tt.tv_usec % 1000) >= 500)
/external/valgrind/main/coregrind/
H A Dm_transtab.c145 // of this TTEntry in the containing Sector's tt array.
163 precisely when this sector's translation table (tt) reaches
169 TTEntry* tt; member in struct:__anon12421
174 /* The count of tt entries with state InUse. */
177 /* Expandable arrays of tt indices for each of the ECLASS_N
179 the containing sector's tt array, which in turn should point
431 tte = &sec->tt[tteno];
476 /* For each tt reference in each eclass .. ensure the reference
477 is to a valid tt entry, and that the entry's address ranges
486 tte = &sec->tt[tten
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DParseHelper.cpp848 TType* tt = type; local
850 while(tt->getArrayInformationType() != 0) {
851 tt = tt->getArrayInformationType();
852 tt->setMaxArraySize(size);
/external/bzip2/
H A Dbzlib_private.h381 UInt32 *tt; member in struct:__anon1052
447 s->tPos = s->tt[s->tPos]; \
/external/dnsmasq/src/
H A Doption.c1691 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); local
1692 tt->net = opt_string_alloc(arg+4);
1693 tt->next = new->filter;
1694 new->filter = tt;
/external/kernel-headers/original/linux/
H A Dusb.h330 struct usb_tt *tt; /* low/full speed dev, highspeed hub */ member in struct:usb_device
331 int ttport; /* device port on that tt hub */
/external/opencv/ml/src/
H A Dmlann_mlp.cpp949 int tt; local
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt );

Completed in 574 milliseconds

123