Searched defs:tc (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/dns/nameser/
H A Dns_name.c1004 char *beg = dn, tc; local
1026 tc = *cp++;
1027 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
1032 tc = *cp++;
1034 (((u_int32_t)tc >> 4) & 0x0f) & (0x0f << (4 - b))));
/bionic/libc/include/arpa/
H A Dnameser_compat.h108 unsigned tc: 1; /* truncated message */ member in struct:__anon26
120 unsigned tc :1; /* truncated message */ member in struct:__anon26
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c106 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
241 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
246 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
H A De_lgammaf_r.c39 tc = 1.4616321325e+00, /* 0x3fbb16c3 */ variable
174 else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;}
179 else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */

Completed in 177 milliseconds