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

1 2 3 4 5

  /external/netcat/scripts/
irc 32 while read xx yy ; do
33 case "${xx}" in
70 echo "${sender}${xx} ${yy}"
alta 22 for xx in 0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 \
24 echo "${QB}&stq=${xx}" | nc -w 15 www.altavista.digital.com 80 | \
webproxy 119 while read xx ; do
120 echo "${xx}" >> $LFILE
121 test "${xx}" || break
123 test "${xx}" = "
  /system/media/opensles/tools/hashgen/
frag3.c 13 const struct SLInterfaceID_ *xx = SL_IID_array; local
15 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
16 if (!memcmp(x, xx, 16)) {
  /external/netcat/
stupidh 43 for xx in \
52 XX=''
53 if test -f ${INCLUDE}/${xx}.h ; then
54 echo "#include <${xx}.h>"
55 XX=`echo $xx | tr '[a-z]' '[A-Z]'`
57 if test -f ${INCLUDE}/sys/${xx}.h ; then
58 echo "#include <sys/${xx}.h>"
59 XX=`echo $xx | tr '[a-z]' '[A-Z]'
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
regress-9141.js 39 * var a = /(?:xx|x)*[slash](s);
40 * var b = /(xx|x)*[slash](s);
73 var a = /(?:xx|x)*/(s);
74 var b = /(xx|x)*/(s);
77 "a = /(?:xx|x)*/(s); a.length",
81 AddTestCase( "var b = /(xx|x)*/(s); b.length",
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_sqrt.cpp 122 Int32 xx; local
142 xx = man;
146 while ((xx >>= 1) > Q_fmt(1.0f))
154 while ((xx <<= 1) < Q_fmt(0.5f))
165 y = fxp_mul32_Q28(*(pt_table++), xx);
170 y = fxp_mul32_Q28(y, xx);
172 y = fxp_mul32_Q28(y, xx);
175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
  /external/tcpdump/tests/
print-flags.sh 5 for i in x xx X XX A AA; do
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 89 int32 power_1_third(int32 xx);
pvmp3_dequantize_sample.cpp 42 int32 power_1_third( int32 xx)
45 int32 xx, int32 in the [0, 8192] range
49 int32 xx^(1/3) int32 Q26 number representing
154 int32 power_1_third(int32 xx)
157 if (xx <= 512)
159 return (power_one_third[xx] >> 1);
163 if (xx >> 15)
169 int32 x = xx;
170 int32 m = 22 - pvmp3_normalize(xx);
172 xx >>= m
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 88 x = xx = N = 0;
138 xx += delta * delta;
159 xx /= N;
160 s = xx ? (x * x / xx) : 0;
167 xx = xx_no_pause / N_no_pause;
168 s = xx ? (x * x / xx) : 1;
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 51 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
57 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
98 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
104 src = srcAddr[*xx++]; *colors++ = table[src];
131 const uint16_t* xx = (const uint16_t*)(xy + 1); local
137 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
169 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
176 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [all...]
  /external/speex/libspeex/
filters_sse.h 56 __m128 xx; local
59 xx = _mm_load_ps1(x+i);
60 yy = _mm_add_ss(xx, mem[0]);
68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]));
74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1]));
79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2]));
106 __m128 xx; local
109 xx = _mm_load_ps1(x+i);
110 yy = _mm_add_ss(xx, mem[0]);
118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]))
161 __m128 xx; local
208 __m128 xx; local
259 __m128 xx; local
305 __m128 xx; local
    [all...]
ltp_sse.h 76 __m128 sum, *xx, *yy; local
79 xx = x;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
84 xx += 2;
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 73 punpcklbw xmm3, xmm0 ; xx05 xx04 xx03 xx02 xx01 xx01 xx-1 xx-2
74 psrldq xmm4, 1 ; xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 -1
77 punpcklbw xmm4, xmm0 ; xx06 xx05 xx04 xx03 xx02 xx01 xx00 xx-1
79 psrldq xmm5, 2 ; xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00
84 psrldq xmm6, 3 ; xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01
89 psrldq xmm7, 4 ; xx xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 0
    [all...]
loopfilter_sse2.asm 736 movq xmm4, QWORD PTR [rsi] ; xx xx xx xx xx xx xx xx 07 06 05 04 03 02 01 00
737 movq xmm7, QWORD PTR [rdi] ; xx xx xx xx xx xx xx xx 17 16 15 14 13 12 11 1
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 37 $xx="eax";
52 &mov (&DWP(0,$dat,$xx,4),$ty);
54 &inc (&LB($xx));
58 &mov ($tx,&DWP(0,$dat,$xx,4));
72 &xor ($xx,$xx); # avoid partial register stalls
78 &mov (&LB($xx),&BP(0,$dat)); # load key->x
86 &inc (&LB($xx));
92 &mov ($tx,&DWP(0,$dat,$xx,4));
108 &mov ($tx,&DWP(0,$dat,$xx,4))
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 50 FT_UInt val1, xx; local
66 for ( xx = 2; xx < width; xx++ )
71 val = line[xx];
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
192 FT_UInt xx; local
195 for ( xx = 0; xx < width; xx += 3
    [all...]
ftcalc.c 704 FT_Fixed xx, xy, yx, yy; local
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
715 b->xx = xx; b->xy = xy;
725 FT_Pos delta, xx, yy; local
732 delta = FT_MulFix( matrix->xx, matrix->yy )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/iproute2/ip/
routel 19 do set xx $rest
  /external/srec/srec/cfront/
sh_down.h 35 static PINLINE int fixed_point_convert(float xx, int shift);
75 static PINLINE int fixed_point_convert(float xx, int shift)
80 scaled_val = xx * (0x01 << shift);
  /bionic/libm/bsdsrc/
b_tgamma.c 224 struct Double r, xx; local
229 xx.a = (t + x), TRUNC(xx.a);
230 xx.b = x - xx.a; xx.b += t; xx.b += d;
233 x = xx.a + xx.b;
235 xx.a = x, TRUNC(xx.a)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 40 double x, xx; member in struct:PERF_RTdata_uptime
57 n, x, xx: whole lifecycle
65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate
84 double xx; member in struct:PERF_RTdata_delay
  /external/libvpx/vpx_scale/intel_linux/
scaleopt.c 85 movq mm5, const35_1 // mm5 = 66 xx cd xx 33 xx 9a xx
86 movq mm6, const35_2 // mm6 = 9a xx 33 xx cd xx 66 xx
88 movq mm4, round_values // mm4 = 80 xx 80 xx 80 xx 80 x
    [all...]
  /external/libvpx/vpx_scale/win32/
scaleopt.c 83 movq mm5, const35_1 // mm5 = 66 xx cd xx 33 xx 9a xx
84 movq mm6, const35_2 // mm6 = 9a xx 33 xx cd xx 66 xx
86 movq mm4, round_values // mm4 = 80 xx 80 xx 80 xx 80 x
    [all...]

Completed in 883 milliseconds

1 2 3 4 5