Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 25 of 34) sorted by relevance

12

/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() argument
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem) 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() argument
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem) in iir_mem16()
468 void filter_mem2(const spx_sig_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, …
478 x[i] = EXTRACT16(SHR32(_x[i],SIG_SHIFT));
489 _y[i] = ADD32(_x[i],SHL32(yi,1));
500 _y[i] = ADD32(_x[i],SHL32(yi,1));
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() argument
100 const spx_word16_t *x = _x; in pitch_xcorr()
Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr() argument
68 x[i] = _mm_loadu_ps(_x+(i<<2)); in pitch_xcorr()
Dltp_bfin.h66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr() argument
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch) in pitch_xcorr()
Dltp.h52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n…
Dltp.c79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n…
91 const spx_word16_t *x = _x;
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr() argument
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len); in pitch_xcorr()
/external/kernel-headers/original/linux/
Dkernel.h265 typeof(x) _x = (x); \
267 (void) (&_x == &_y); \
268 _x < _y ? _x : _y; })
271 typeof(x) _x = (x); \
273 (void) (&_x == &_y); \
274 _x > _y ? _x : _y; })
/external/tremolo/Tremolo/
Dmisc.h156 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
157 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
160 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
162 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
/external/webkit/WebCore/css/
DShadowValue.cpp29 ShadowValue::ShadowValue(PassRefPtr<CSSPrimitiveValue> _x, in ShadowValue() argument
35 : x(_x) in ShadowValue()
/external/webkit/WebCore/svg/
DSVGSVGElement.cpp114 double _x = 0.0; in viewport() local
117 _x = x().value(this); in viewport()
125 viewBox.map(_x, _y, _x, _y); in viewport()
127 return FloatRect::narrowPrecision(_x, _y, wDouble, hDouble); in viewport()
/external/webkit/WebCore/rendering/
DRenderSVGRoot.cpp271 bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _… in nodeAtPoint() argument
273 IntPoint pointInContainer(_x, _y); in nodeAtPoint()
DRenderBlock.cpp3289 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl() argument
3294 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty)); in isPointInOverflowControl()
3297 bool RenderBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y,… in nodeAtPoint() argument
3306 if (!overflowBox.contains(_x, _y)) in nodeAtPoint()
3310 …itTestAction == HitTestChildBlockBackground) && isPointInOverflowControl(result, _x, _y, tx, ty)) { in nodeAtPoint()
3311 updateHitTestResult(result, IntPoint(_x - tx, _y - ty)); in nodeAtPoint()
3318 …(hasControlClip() ? controlClipRect(tx, ty).contains(_x, _y) : overflowClipRect(tx, ty).contains(_… in nodeAtPoint()
3327 …if (!hasColumns() && hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3331 … if (hasColumns() && hitTestColumns(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3347 … if (o->m_renderer->hitTest(request, result, IntPoint(_x, _y), xoffset, yoffset)) { in nodeAtPoint()
[all …]
DRenderListBox.cpp369 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _t… in isPointInOverflowControl() argument
379 if (vertRect.contains(_x, _y)) { in isPointInOverflowControl()
DInlineTextBox.cpp979 int InlineTextBox::offsetForPosition(int _x, bool includePartialGlyphs) const in offsetForPosition() argument
988 _x - m_x, includePartialGlyphs); in offsetForPosition()
/external/openssl/crypto/ec/
Dectest.c754 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variab… argument
755 if (!BN_hex2bn(&x, _x)) ABORT; \
771 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variab… argument
772 if (!BN_hex2bn(&x, _x)) ABORT; \
786 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \ argument
791 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_map-xsampa_aut.utf14 …S:-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_…
33 …S:-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_map-xsampa_aut.utf14 …S:_}' '{XS:/}' '{XS:-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}'
35 …S:/}' '{XS:-}' '{XS:*}' '{XS:_"}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_…
/external/libpcap/
Doptimize.c183 register bpf_u_int32 *_x = a, *_y = b;\
185 while (--_n >= 0) *_x++ &= *_y++;\
193 register bpf_u_int32 *_x = a, *_y = b;\
195 while (--_n >= 0) *_x++ &=~ *_y++;\
203 register bpf_u_int32 *_x = a, *_y = b;\
205 while (--_n >= 0) *_x++ |= *_y++;\
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_map-xsampa_aut.utf15 …'{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' '{…
43 …S:/}' '{XS:-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_map-xsampa_aut.utf26 …'{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_~}' '{XS:`}' '{XS:~}' '{XS:_"}' '…
47 …}' '{XS:_o}' '{XS:_q}' '{XS:_r}' '{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_map-xsampa_aut.utf26 …}' '{XS:_o}' '{XS:_q}' '{XS:_r}' '{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_…
56 …}' '{XS:_o}' '{XS:_q}' '{XS:_r}' '{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_…
/external/stlport/doc/
DREADME.msvc103 stlport[d|stld][_x,_static,_statix].<STLport-Version>.lib
107 _x: Build of STLport as a dll but statically link to the native runtime.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_map-xsampa_aut.utf26 …'{XS:_o}' '{XS:_q}' '{XS:_r}' '{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_~}' …
51 …}' '{XS:_o}' '{XS:_q}' '{XS:_r}' '{XS:_t}' '{XS:_v}' '{XS:_w}' '{XS:_x}' '{XS:_}}' '{XS:_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
Dparse-xsampa_aut.utf25 …_"}' 'N'/'{XS:_N}' 'G'/'{XS:_G}' 'A'/'{XS:_A}' 'r'/'{XS:_r}' 'x'/'{XS:_x}' 'v'/'{XS:_v}' 'O…
104 :CLASS 72 :IS 'j'/'{XS:_j}' 'l'/'{XS:_l}' '3'/'{XS:_3}' 'x'/'{XS:_x}' 'X'/'{XS:_X}' '>'/'{XS:…
/external/webkit/WebKit/android/nav/
DCachedFrame.cpp1103 int _x = x(); in isContainer() local
1105 if (_x >= otherRight) in isContainer()
1119 int intoX = otherX - _x; in isContainer()

12