HomeSort by relevance Sort by last modified time
    Searched refs:_num (Results 1 - 22 of 22) sorted by null

  /external/valgrind/main/none/tests/s390x/
svc.h 9 register int _num asm("1") = num;
14 : "d" (_num)
22 register int _num asm("1") = num;
28 : "d" (_num), "d" (_arg1)
36 register int _num asm("1") = num;
43 : "d" (_num), "d" (_arg1), "d" (_arg2)
52 register int _num asm("1") = num;
60 : "d" (_num), "d" (_arg1), "d" (_arg2), "d" (_arg3)
70 register int _num asm("1") = num;
79 : "d" (_num), "d" (_arg1), "d" (_arg2), "d" (_arg3), "d" (_arg4
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.h 67 unsigned int _num = (num); \
68 if ((size) + _num > (reserved)) { \
71 if (newreserve < _num) \
72 newreserve = 4 * _num; /* arbitrary heuristic */ \
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 67 unsigned int _num = (num); \
68 if ((size) + _num > (reserved)) { \
71 if (newreserve < _num) \
72 newreserve = 4 * _num; /* arbitrary heuristic */ \
  /external/speex/libspeex/
filters_sse.h 37 void filter_mem16_10(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem)
47 num[i] = _mm_loadu_ps(_num+4*i);
51 num[2] = _mm_setr_ps(_num[8], _num[9], 0, 0);
90 void filter_mem16_8(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem)
100 num[i] = _mm_loadu_ps(_num+4*i);
134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem, char *stack)
137 filter_mem16_10(x, _num, _den, y, N, ord, _mem);
139 filter_mem16_8(x, _num, _den, y, N, ord, _mem);
242 void fir_mem16_10(const float *x, const float *_num, float *y, int N, int ord, float *_mem
    [all...]
  /external/qemu/include/migration/
vmstate.h 184 #define vmstate_offset_array(_state, _field, _type, _num) \
186 type_check_array(_type, typeof_field(_state, _field), _num))
227 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\
230 .num = (_num), \
234 .offset = vmstate_offset_array(_state, _field, _type, _num), \
247 #define VMSTATE_ARRAY_TEST(_field, _state, _num, _test, _info, _type) {\
250 .num = (_num), \
254 .offset = vmstate_offset_array(_state, _field, _type, _num),\
257 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \
260 .num = (_num), \
    [all...]
  /external/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1_mac.h 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
465 if ((a != NULL) && (sk_##type##_num(a) != 0))\
512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
  /external/openssl/crypto/asn1/
asn1_mac.h 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
465 if ((a != NULL) && (sk_##type##_num(a) != 0))\
512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
  /external/openssl/include/openssl/
asn1_mac.h 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
465 if ((a != NULL) && (sk_##type##_num(a) != 0))\
512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86-mont.pl 49 $_num=&DWP(4*0,"esp"); # stack top layout
103 #&mov ($_num,$num); # redundant as $num is not reused
413 &mov ($_num,$num);
432 &cmp ($j,$_num);
534 &cmp ($j,$_num);
armv4-mont.pl 67 $_num="$num,#15*4"; $_bpend=$_num;
  /external/openssl/crypto/bn/asm/
x86-mont.pl 49 $_num=&DWP(4*0,"esp"); # stack top layout
103 #&mov ($_num,$num); # redundant as $num is not reused
413 &mov ($_num,$num);
432 &cmp ($j,$_num);
534 &cmp ($j,$_num);
armv4-mont.pl 67 $_num="$num,#15*4"; $_bpend=$_num;
  /external/stlport/src/
num_put_float.cpp 589 { _M_number._num = __x; }
598 _FloatT _num; member in union:float_sign_helper::__anon35855
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 589 { _M_number._num = __x; }
598 _FloatT _num; member in union:float_sign_helper::__anon43864
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 617 var _tests = results[result].tests, _data = _tests[run], _num = _data.length;
618 for ( var i = 0; i < _num; i++ ) {
    [all...]

Completed in 736 milliseconds