Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 25 of 65) sorted by relevance

123

/external/libopus/celt/
Decintrin.h56 static __inline int ec_bsr(unsigned long _x){ in ec_bsr()
62 # define EC_CLZ(_x) (-ec_bsr(_x)) argument
66 # define EC_CLZ(_x) (_lnorm(_x)) argument
70 # define EC_CLZ(_x) (__builtin_clz(_x)) argument
73 # define EC_CLZ(_x) (__builtin_clzl(_x)) argument
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x)) argument
85 # define EC_ILOG(_x) (ec_ilog(_x)) argument
/external/puffin/src/
Dset_errors.h16 #define TEST_AND_RETURN_FALSE(_x) \ argument
24 #define TEST_AND_RETURN_VALUE(_x, _v) \ argument
32 #define TEST_AND_RETURN_FALSE_SET_ERROR(_x, _error) \ argument
/external/clang/test/ASTMerge/Inputs/
Dinit-ctors-classes.cpp7 A_base(int _x) : x(static_cast<int>(_x)) { in A_base()
17 A(int _x) : A_base(_x), y(0), z(1), array{{2},{3}} { in A()
Dinheritance-base.cpp5 A(int _x) : x(_x) { in A()
/external/perfetto/include/perfetto/base/
Dutils.h33 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument
34 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument
/external/llvm/test/MC/COFF/
Dbad-expr.s7 _x: label
/external/llvm/test/MC/MachO/
Dgen-dwarf.s13 _x: .long 1 label
/external/llvm/test/MC/X86/
Dgnux32-dwarf-gen.s23 _x: .long 1 label
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m15 char _x; field
Dproperty.m108 unsigned _x : 5; field
/external/valgrind/none/tests/amd64/
Dxacq_xrel.c11 #define CAT2(_x,_y) _x##_y argument
12 #define CAT(_x,_y) CAT2(_x,_y) argument
/external/clang/test/Rewriter/
Drewrite-nested-blocks-1.mm23 int _x; field
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
/external/speex/libspeex/
Dfilters_bfin.h85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_… in filter_mem16()
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx… in iir_mem16()
Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr()
Dltp_arm4.h88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
/external/python/cpython2/Demo/curses/
Dtclock.py12 def sign(_x): argument
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
/external/clang/test/SemaCXX/
Dcxx0x-compat.cpp41 #define _x + 1 macro
/external/bsdiff/
Dtest_utils.h14 #define TEST_AND_RETURN_FALSE(_x) \ argument
/external/libopus/src/
Dopus_compare.c35 #define OPUS_COSF(_x) ((float)cos(_x)) argument
36 #define OPUS_SINF(_x) ((float)sin(_x)) argument
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const in df()
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp135 int _x; in TEST_F() local
/external/python/cpython2/Lib/
Dtypes.py55 _x = _C() variable
/external/clang/test/Sema/
Dstatements.c10 int test(int _x) { in test()

123