HomeSort by: relevance | last modified time | path
    Searched refs:_u (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/bsd/libbind/dist/resolv/
res_init.c 185 if (statp->_u._ext.ext != NULL)
228 statp->_u._ext.nscount = 0;
229 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
230 if (statp->_u._ext.ext != NULL) {
231 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
232 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
233 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
234 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int")
    [all...]
  /src/lib/libc/resolv/
res_init.c 197 struct __res_state_ext *ext = statp->_u._ext.ext;
272 statp->_u._ext.nscount = 0;
273 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
274 if (statp->_u._ext.ext != NULL) {
275 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
276 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
277 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
278 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int")
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
invsqrt_limb.h 311 mp_limb_t _u, _invs, _r, _h, _l; \
312 _u = (u); \
313 __gmpfr_invsqrt_limb_approx (_invs, _u); \
314 umul_hi (_h, _invs, _u); \
315 _r = _h + _u; \
321 sub_ddmmss (_h, _l, _u, 0, _h, _l); \
mpfr.h 959 #define mpfr_cmp_ui(_f,_u) \
960 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \
962 mpfr_cmp_ui_2exp ((_f), (_u), 0))
972 #define mpfr_set_ui(_f,_u,_r) \
973 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \
979 mpfr_set_ui_2exp ((_f), (_u), 0, (_r)))
992 #define mpfr_mul_ui(_f, _g, _u,_r) \
993 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) >= 1 &&
    [all...]
  /src/external/bsd/libbind/dist/
port_before.h.in 168 union { const void *k; void *v; } _u; \
169 _u.k = konst; \
170 var = _u.v; \
  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 67 } _u; member in struct:ctf_stype_v2
76 } _u; member in struct:ctf_stype_v3
85 } _u; member in struct:ctf_type_v2
96 } _u; member in struct:ctf_type_v3
101 #define ctt_size _u._size
102 #define ctt_type _u._type
  /src/external/gpl3/binutils/dist/include/
ctf.h 251 } _u; member in struct:ctf_stype_v1
271 } _u; member in struct:ctf_type_v1
294 } _u; member in struct:ctf_stype
314 } _u; member in struct:ctf_type
328 #define ctt_size _u._size /* For fundamental types that have a size. */
329 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 250 } _u; member in struct:ctf_stype_v1
270 } _u; member in struct:ctf_type_v1
293 } _u; member in struct:ctf_stype
313 } _u; member in struct:ctf_type
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/gpl3/gcc/dist/include/
ctf.h 250 } _u; member in struct:ctf_stype_v1
270 } _u; member in struct:ctf_type_v1
293 } _u; member in struct:ctf_stype
313 } _u; member in struct:ctf_type
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 250 } _u; member in struct:ctf_stype_v1
270 } _u; member in struct:ctf_type_v1
293 } _u; member in struct:ctf_stype
313 } _u; member in struct:ctf_type
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/gpl3/gdb/dist/include/
ctf.h 250 } _u; member in struct:ctf_stype_v1
270 } _u; member in struct:ctf_type_v1
293 } _u; member in struct:ctf_stype
313 } _u; member in struct:ctf_type
327 #define ctt_size _u._size /* For fundamental types that have a size. */
328 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 396 } _u;
397 #define b_expr _u._expr
398 #define b_addr _u._addr
399 #define b_const _u._const
400 #define b_error _u._error
401 #define b_list _u._list
402 #define b_prim _u._prim
403 #define b_name _u._name
404 #define b_param _u._param
405 #define b_impldo _u._impld
395 } _u; member in struct:bigblock
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 221 } _u; member in struct:ctf_stype
241 } _u; member in struct:ctf_type
255 #define ctt_size _u._size /* For fundamental types that have a size. */
256 #define ctt_type _u._type /* For types that reference another type. */
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 71 union { const void *k; void *v; } _u; \
72 _u.k = konst; \
73 var = _u.v; \
buffer.h 689 } _u; \
690 _u.konst = (_base); \
691 (_b)->base = _u.var; \
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 203 } _u; member in struct:intr
208 #define intr_iformat _u._iformat
209 #define intr_fformat _u._fformat
  /src/external/gpl3/gcc/dist/gcc/
ctfc.h 116 } _u; member in struct:ctf_itype
121 #define ctti_size _u._size
122 #define ctti_type _u._type
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.h 116 } _u; member in struct:ctf_itype
121 #define ctti_size _u._size
122 #define ctti_type _u._type
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc 309 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
310 fds[cnt++] = statp->_u._ext.nssocks[i];
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 112 } _u; \
113 _u.k = konst; \
114 var = _u.v; \
  /src/crypto/external/bsd/heimdal/include/
roken.h 162 #define rk_getpwuid_r(_u, _pw, _b, _sz, _pwd) getpwuid_r(_u, _pw, _b, _sz, _pwd)
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_linux.cpp 350 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
351 fds[cnt++] = statp->_u._ext.nssocks[i];
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_linux.cpp 339 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
340 fds[cnt++] = statp->_u._ext.nssocks[i];
  /src/external/bsd/file/dist/src/
file.h 381 } _u; member in struct:magic
382 #define num_mask _u._mask
383 #define str_range _u._s._count
384 #define str_flags _u._s._flags
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 151 } _u; member in struct:__anon14163
152 #define n_name _u._name
153 #define n_zeroes _u._s._zeroes
154 #define n_offset_ _u._s._offset

Completed in 43 milliseconds

1 2