Searched refs:tc (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/private/
H A Darpa_nameser_compat.h106 unsigned tc: 1; /* truncated message */ member in struct:__anon568
118 unsigned tc :1; /* truncated message */ member in struct:__anon568
/bionic/libm/src/
H A De_lgamma_r.c106 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
240 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
245 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
H A De_lgammaf_r.c40 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] */
/bionic/libc/netbsd/nameser/
H A Dns_name.c800 char *beg = dn, tc; local
822 tc = *cp++;
823 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
828 tc = *cp++;
830 (((u_int32_t)tc >> 4) & 0x0f) & (0x0f << (4 - b))));
/bionic/libc/netbsd/resolv/
H A Dres_send.c878 anhp->tc = 1;
1207 if (!(statp->options & RES_IGNTC) && anhp->tc) {

Completed in 79 milliseconds