| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| proforma.h | 24 dns_rdata_ #_t; typedef in typeref:struct:dns_rdata_
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| proforma.h | 25 dns_rdata_ #_t; typedef in typeref:struct:dns_rdata_
|
| /src/share/mk/ |
| bsd.links.mk | 48 _t:=${DESTDIR}${_dst} macro 53 ${_t}! ${_l} __linkinstall 55 ${_t}: ${_l} __linkinstall 58 linksinstall:: ${_t} 59 .PRECIOUS: ${_t} 82 _t:=${DESTDIR}${_dst} macro 87 ${_t}! ${_l} __linkinstall 89 ${_t}: ${_l} __linkinstall 92 configlinksinstall:: ${_t} 93 .PRECIOUS: ${_t} [all...] |
| bsd.man.mk | 119 _t:=${DESTDIR}${MANDIR}/man${_dst:T:E}${MANSUBDIR}/${_dst}${MANSUFFIX} macro 124 ${_t}! ${_l} __linkinstallpage 126 ${_t}: ${_l} __linkinstallpage 129 manlinks:: ${_t} 130 .PRECIOUS: ${_t} 187 _t:=${DESTDIR}${MANDIR}/cat${_dst:T:E}${MANSUBDIR}/${_dst:R}.0${MANSUFFIX} macro 192 ${_t}! ${_l} __linkinstallpage 194 ${_t}: ${_l} __linkinstallpage 197 catlinks:: ${_t} 198 .PRECIOUS: ${_t} 259 _t:=${HTMLDIR}\/html${_dst:T:E}${MANSUBDIR}\/${_dst:R:S-\/index$-\/x&-}.html macro [all...] |
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| gettod_zos.h | 21 struct _t { struct 25 struct _t Value = {0, 0};
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| fips_prf_internal.c | 20 u32 _t[5]; local 43 os_memcpy(_t, ctx.state, 20); 44 SHA1Transform(_t, xkey); 45 _t[0] = host_to_be32(_t[0]); 46 _t[1] = host_to_be32(_t[1]); 47 _t[2] = host_to_be32(_t[2]); 48 _t[3] = host_to_be32(_t[3]) [all...] |
| fips_prf_openssl.c | 64 u32 t[5], _t[5]; local 90 os_memcpy(_t, t, 20); 91 sha1_transform(_t, xkey); 92 WPA_PUT_BE32(xpos, _t[0]); 93 WPA_PUT_BE32(xpos + 4, _t[1]); 94 WPA_PUT_BE32(xpos + 8, _t[2]); 95 WPA_PUT_BE32(xpos + 12, _t[3]); 96 WPA_PUT_BE32(xpos + 16, _t[4]);
|
| fips_prf_wolfssl.c | 39 u32 t[5], _t[5]; local 65 os_memcpy(_t, t, 20); 66 sha1_transform(_t, xkey); 67 WPA_PUT_BE32(xpos, _t[0]); 68 WPA_PUT_BE32(xpos + 4, _t[1]); 69 WPA_PUT_BE32(xpos + 8, _t[2]); 70 WPA_PUT_BE32(xpos + 12, _t[3]); 71 WPA_PUT_BE32(xpos + 16, _t[4]);
|
| /src/sys/sys/ |
| bitops.h | 283 uint32_t _t; local 285 _t = (uint32_t)(((uint64_t)_v * _m) >> 32); 286 return (_t + ((_v - _t) >> _s1)) >> _s2;
|