HomeSort by relevance Sort by last modified time
    Searched refs:_u (Results 1 - 25 of 42) sorted by null

1 2

  /bionic/libc/dns/resolv/
res_init.c 234 statp->_u._ext.nscount = 0;
235 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
236 if (statp->_u._ext.ext != NULL) {
237 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
238 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
239 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
240 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
357 sizeof(statp->_u._ext.ext->nsaddrs[0])
    [all...]
  /external/libopus/celt/
cwrs.c 578 _u: On exit, _u[i] contains U(_n,i) for i in [0..._k+1].*/
579 static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){
586 _u[0]=0;
587 _u[1]=um2=1;
588 /*If _n==0, _u[0] should be 1 and the rest should be 0.*/
589 /*If _n==1, _u[i] should be 1 for i>1.*/
594 do _u[k]=(k<<1)-1;
596 for(k=2;k<_n;k++)unext(_u+1,_k+1,1);
597 return _u[_k]+_u[_k+1]
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 80 } _u; member in struct:sigaction
85 #define sa_handler _u._sa_handler
86 #define sa_sigaction _u._sa_sigaction
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 84 } _u; member in struct:sigaction
89 #define sa_handler _u._sa_handler
90 #define sa_sigaction _u._sa_sigaction
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 103 } _u; member in struct:sigaction
109 #define sa_handler _u._sa_handler
110 #define sa_sigaction _u._sa_sigaction
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 107 } _u; member in struct:sigaction
113 #define sa_handler _u._sa_handler
114 #define sa_sigaction _u._sa_sigaction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 108 } _u; member in struct:sigaction
114 #define sa_handler _u._sa_handler
115 #define sa_sigaction _u._sa_sigaction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 108 } _u; member in struct:sigaction
114 #define sa_handler _u._sa_handler
115 #define sa_sigaction _u._sa_sigaction
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
csiszar_divergence_test.py 52 self._u = np.exp(self._logu)
71 -self._logu + (self._u - 1.))
77 self._u * self._logu)
81 self._u * self._logu - (self._u - 1.))
90 ((self._u**alpha - 1)) / (alpha * (alpha - 1.)))
96 ((self._u**alpha - 1.)
97 - alpha * (self._u - 1)) / (alpha * (alpha - 1.)))
104 self._u = np.exp(self._logu)
121 -self._logu + (self._u - 1.)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcPolygonOffsetClampTests.hpp 43 PolygonOffsetClampValues(GLfloat _f, GLfloat _u, GLfloat _c) : factor(_f), units(_u), clamp(_c)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); local
72 *u = _u + 128;
82 const int _u = u - 128; local
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
110 const int _u = u - 128; local
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 135 _tess_coordinate(float _u, float _v, float _w)
137 this->u = _u;
  /external/arm-neon-tests/
ref_v_comp_f_op.c 47 vst1##Q##_u##W(VECT_VAR(result, T3, W, N), VECT_VAR(vector_res, T3, W, N))
ref_vtst.c 51 vst1##Q##_u##W(VECT_VAR(result, uint, W, N), \
ref_v_comp_op.c 48 vst1##Q##_u##W(VECT_VAR(result, T3, W, N), VECT_VAR(vector_res, T3, W, N))
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 287 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
288 fds[cnt++] = statp->_u._ext.nssocks[i];
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_low_rank_update.py 242 self._u = ops.convert_to_tensor(u, name="u")
244 self._v = self._u
319 return self._u
  /prebuilts/go/darwin-x86/test/
escape_struct_param1.go 20 _u U
63 return v._u
83 return v._u._sp
91 return *v._u._spp
95 return v._u.SPPi() // ERROR "\(\*V\).USPPib v._u does not escape$"
escape_struct_param2.go 20 _u U
63 return v._u
83 return v._u._sp
91 return *v._u._spp
95 return v._u.SPPi()
  /prebuilts/go/linux-x86/test/
escape_struct_param1.go 20 _u U
63 return v._u
83 return v._u._sp
91 return *v._u._spp
95 return v._u.SPPi() // ERROR "\(\*V\).USPPib v._u does not escape$"
escape_struct_param2.go 20 _u U
63 return v._u
83 return v._u._sp
91 return *v._u._spp
95 return v._u.SPPi()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
img_Undo.py 58 \x01`L\xc0\x05Y0\xb1XF\xd8o\xd5\xd3\x1bX\x1b\x0e[N _u\xf4v\x0fN\x8b\x0c\xd9G\
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 191 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) {
194 uid = _u;

Completed in 843 milliseconds

1 2