/external/chromium_org/third_party/opus/src/celt/ |
D | ecintrin.h | 56 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
|
D | pitch.h | 164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument 168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
|
D | celt_lpc.c | 91 void celt_fir(const opus_val16 *_x, in celt_fir() 144 void celt_iir(const opus_val32 *_x, in celt_iir()
|
/external/libopus/celt/ |
D | ecintrin.h | 56 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
|
D | pitch.h | 164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument 168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
|
D | celt_lpc.c | 91 void celt_fir(const opus_val16 *_x, in celt_fir() 144 void celt_iir(const opus_val32 *_x, in celt_iir()
|
/external/bluetooth/bluedroid/stack/include/ |
D | wcassert.h | 43 #define WC_ASSERT(_x) if ( !(_x) ) wc_assert("ASSERT at %s line %d\n", __FILE__, __LINE__); argument 50 #define WC_ASSERT(_x) assert(_x); argument 57 #define WC_ASSERT(_x) ; argument
|
/external/chromium_org/third_party/mach_override/libudis86/ |
D | udint.h | 35 # define UD_ASSERT(_x) assert(_x) argument 37 # define UD_ASSERT(_x) argument
|
/external/llvm/test/MC/COFF/ |
D | bad-expr.s | 6 _x: label
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | super.js | 55 _x: 'base' property in Base 63 _x: 'derived' property in Derived
|
/external/llvm/test/MC/X86/ |
D | gnux32-dwarf-gen.s | 23 _x: .long 1 label
|
/external/llvm/test/MC/MachO/ |
D | gen-dwarf.s | 13 _x: .long 1 label
|
/external/chromium_org/third_party/opus/src/celt/arm/ |
D | pitch_arm.h | 51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
|
/external/clang/test/CodeGenObjC/ |
D | bitfield-ivar-offsets.m | 15 char _x; field
|
/external/libopus/celt/arm/ |
D | pitch_arm.h | 51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
|
/external/valgrind/main/none/tests/amd64/ |
D | xacq_xrel.c | 11 #define CAT2(_x,_y) _x##_y argument 12 #define CAT(_x,_y) CAT2(_x,_y) argument
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | synthesis-8-generated.c | 40 #define MUL_16S_16S(_x, _y) ((_x) * (_y)) argument
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #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/clang/test/Rewriter/ |
D | rewrite-nested-blocks-1.mm | 23 int _x; field
|
/external/speex/libspeex/ |
D | filters_bfin.h | 85 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()
|
D | ltp_sse.h | 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.h | 75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.h | 75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
|
/external/libopus/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
|