HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 51 - 75 of 578) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go 52 xx = 0xF1 // invalid: size 1
75 xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, // 0x80-0x8
46 xx = 0xF1 \/\/ invalid: size 1 const
    [all...]
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 52 xx = 0xF1 // invalid: size 1
75 xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, // 0x80-0x8
46 xx = 0xF1 \/\/ invalid: size 1 const
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP256R1Field.java 30 public static void addExt(int[] xx, int[] yy, int[] zz)
32 int c = Nat.add(16, xx, yy, zz);
99 public static void reduce(int[] xx, int[] z)
101 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M;
102 long xx12 = xx[12] & M, xx13 = xx[13] & M, xx14 = xx[14] & M, xx15 = xx[15] & M
    [all...]
SecP224R1Field.java 30 public static void addExt(int[] xx, int[] yy, int[] zz)
32 int c = Nat.add(14, xx, yy, zz);
105 public static void reduce(int[] xx, int[] z)
107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M;
111 long t0 = (xx[7] & M) + xx11 - n;
112 long t1 = (xx[8] & M) + xx12;
113 long t2 = (xx[9] & M) + xx13
    [all...]
  /external/clang/test/Preprocessor/
macro_paste_hard.c 3 // RUN: %clang_cc1 -E %s | grep '3: 2 xx'
15 #define baaa xx
16 3: a(b b) // 2 xx
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 70 X<int> xx; variable
71 only<int> p2 = xx.f(0L);
72 only<double> p3 = xx.g(0L, 1.0);
73 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
  /external/harfbuzz_ng/src/
check-header-guards.sh 15 xx=`echo "$x" | sed 's@.*/@@'`
16 tag=`echo "$xx" | tr 'a-z.-' 'A-Z_'`
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 89 int32 power_1_third(int32 xx);
  /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/toybox/lib/
interestingtimes.c 21 int terminal_size(unsigned *xx, unsigned *yy)
43 if (xx && x) *xx = x;
53 int terminal_probesize(unsigned *xx, unsigned *yy)
55 if (terminal_size(xx, yy) && (!xx || *xx) && (!yy || *yy)) return 1;
66 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy)
72 if (xx) *xx = (key>>10)&1023
    [all...]
  /external/valgrind/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
47 Long t = ((Long)xx) * ((Long)yy);
51 static inline UInt max32S ( Int xx, Int yy )
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy )
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy )
63 return toUInt((xx > yy) ? xx : yy)
115 Int xx = (Int)xx0; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 75 punpcklbw xmm3, xmm0 ; xx05 xx04 xx03 xx02 xx01 xx01 xx-1 xx-2
76 psrldq xmm4, 1 ; xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 -1
79 punpcklbw xmm4, xmm0 ; xx06 xx05 xx04 xx03 xx02 xx01 xx00 xx-1
81 psrldq xmm5, 2 ; xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00
86 psrldq xmm6, 3 ; xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01
91 psrldq xmm7, 4 ; xx xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 0
    [all...]
  /external/valgrind/memcheck/tests/amd64/
fxsave-amd64.c 141 void show ( unsigned char* buf, int xx )
147 if (xx && isFPLsbs(i))
148 printf("xx ");
162 int xx = argc > 1; local
175 show(buf1, xx);
182 show(buf2, xx);
188 show(buf3, xx);
199 show(buf1, xx);
206 show(buf2, xx);
212 show(buf3, xx);
    [all...]
  /hardware/nxp/secure_element/1.0/
SecureElement.cpp 191 uint8_t xx = 0; local
192 cmdApdu.p_data[xx++] = resApduBuff.channelNumber;
193 cmdApdu.p_data[xx++] = 0xA4; // INS
194 cmdApdu.p_data[xx++] = 0x04; // P1
195 cmdApdu.p_data[xx++] = p2; // P2
196 cmdApdu.p_data[xx++] = aid.size(); // Lc
197 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size());
267 uint8_t xx = 0; local
268 cmdApdu.p_data[xx++] = 0x00; // basic channel
269 cmdApdu.p_data[xx++] = 0xA4; // IN
338 uint8_t xx = 0; local
    [all...]
  /external/skia/src/core/
SkPoint.cpp 85 double xx = x; local
87 double magmag = sqrt(xx * xx + yy * yy);
104 double xx = dx; local
106 return sk_double_to_float(sqrt(xx * xx + yy * yy));
132 double xx = x; local
138 double dscale = length / sqrt(xx * xx + yy * yy);
143 scale = (float)(length / sqrt(xx * xx + yy * yy))
165 double xx = pt->fX; local
    [all...]
  /external/skqp/src/core/
SkPoint.cpp 85 double xx = x; local
87 double magmag = sqrt(xx * xx + yy * yy);
104 double xx = dx; local
106 return sk_double_to_float(sqrt(xx * xx + yy * yy));
132 double xx = x; local
138 double dscale = length / sqrt(xx * xx + yy * yy);
143 scale = (float)(length / sqrt(xx * xx + yy * yy))
165 double xx = pt->fX; local
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 95 FT_UInt val, xx; local
109 for ( xx = 2; xx < width; xx++ )
111 val = line[xx];
118 line[xx - 2] = FT_SHIFTCLAMP( fir[0] );
121 line[xx - 2] = FT_SHIFTCLAMP( fir[1] );
122 line[xx - 1] = FT_SHIFTCLAMP( fir[2] );
206 FT_UInt xx; local
209 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/libopus/src/
mlp.c 45 opus_val16 xx; /* Q11 */
53 xx = EXTRACT16(SHR32(_x, 8));
55 i = SHR32(ADD32(1024,MULT16_16(25, xx)),11);
57 xx -= EXTRACT16(SHR32(MULT16_16(20972,i),8));
58 /*x = xx*(1./2048);*/
63 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
  /external/llvm/test/MC/Mips/
mips-abi-bad.s 6 # CHECK: :[[@LINE-1]]:17: error: unsupported value, expected 'xx', '32' or '64'
10 # FIXME: Add separate test for .set fp=xx/32/64.
11 .set fp=xx,6
13 # CHECK-NEXT: .set fp=xx,6
  /external/valgrind/memcheck/tests/x86/
fxsave.c 88 void show ( unsigned char* buf, int xx )
94 if (xx && isFPLsbs(i))
95 printf("xx ");
109 int xx = argc > 1; local
119 show(buf1, xx);
126 show(buf2, xx);
132 show(buf3, xx);
fxsave.stdout.exp 7 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
8 48 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
9 64 xx xx cf fb 84 9a 20 9a fd 3f 00 00 00 00 00 00
10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
11 96 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug196.go 23 var xx int
24 xx, ok = i.(int)
28 _, _, _, _, _ = x, ok, xx, a, b
  /prebuilts/go/linux-x86/test/fixedbugs/
bug196.go 23 var xx int
24 xx, ok = i.(int)
28 _, _, _, _, _ = x, ok, xx, a, b
  /system/bt/stack/sdp/
sdp_utils.cc 58 uint16_t xx; local
62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) {
82 uint16_t xx; local
87 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) {
106 uint16_t xx; local
110 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
158 uint16_t xx; local
595 uint16_t xx; local
778 uint16_t xx; local
    [all...]

Completed in 622 milliseconds

1 23 4 5 6 7 8 91011>>