HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 26 - 50 of 414) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tcpdump/tests/
print-flags.sh 5 for i in x xx X XX A AA; do
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 142 int xx; local
153 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
156 if(btm_cb.pm_reg_db[xx].mask == BTM_PM_REC_NOT_USED)
163 btm_cb.pm_reg_db[xx].cback = p_cb;
165 btm_cb.pm_reg_db[xx].mask = mask;
166 *p_pm_id = xx;
362 int xx; local
376 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++
418 UINT8 xx; local
516 int xx, loop_max; local
704 int xx; local
788 int xx, yy, zz; local
921 int xx, yy; local
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 216 UINT8 xx,yy,zz; local
224 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
227 if (strlen (&nfa_hci_cb.cfg.reg_app_names[xx][0]) > NFA_MAX_HCI_APP_NAME_LEN)
231 if ( (nfa_hci_cb.cfg.b_send_conn_evts[xx] != TRUE)
232 &&(nfa_hci_cb.cfg.b_send_conn_evts[xx] != FALSE))
235 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0)
238 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++)
241 &&(!strncmp (&nfa_hci_cb.cfg.reg_app_names[xx][0], &nfa_hci_cb.cfg.reg_app_names[yy][0], strlen (nfa_hci_cb.cfg.reg_app_names[xx])))
1151 tNFC_DATA_CEVT xx; local
    [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 68 X<int> xx; variable
69 only<int> p2 = xx.f(0L);
70 only<double> p3 = xx.g(0L, 1.0);
71 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
  /external/harfbuzz_ng/src/
check-header-guards.sh 16 xx=`echo "$x" | sed 's@.*/@@'`
17 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);
  /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/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/valgrind/main/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
47 Int t = ((Int)xx) * ((Int)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/ceres-solver/examples/
circle_fit.cc 78 DistanceFromCircleCost(double xx, double yy) : xx_(xx), yy_(yy) {}
137 double xx, yy; local
139 while (scanf("%lf %lf\n", &xx, &yy) == 2) {
142 new DistanceFromCircleCost(xx, yy));
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 74 punpcklbw xmm3, xmm0 ; xx05 xx04 xx03 xx02 xx01 xx01 xx-1 xx-2
75 psrldq xmm4, 1 ; xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 -1
78 punpcklbw xmm4, xmm0 ; xx06 xx05 xx04 xx03 xx02 xx01 xx00 xx-1
80 psrldq xmm5, 2 ; xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00
85 psrldq xmm6, 3 ; xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01
90 psrldq xmm7, 4 ; xx xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 0
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 63 int xx; local
83 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
416 int xx; local
418 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++)
420 if (p_lcb->p_fixed_ccbs[xx])
422 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason)
805 UINT8 xx; local
939 int xx; local
971 int xx; local
1086 int xx; local
1375 UINT8 num_handles, xx; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-586.pl 65 $xx="eax";
80 &mov (&DWP(0,$dat,$xx,4),$ty);
82 &inc (&LB($xx));
86 &mov ($tx,&DWP(0,$dat,$xx,4));
99 my @XX=($xx,$out);
106 &lea (@XX[1],&DWP(1,@XX[0]));
109 &and (@XX[1],0xff);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty)
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 65 $xx="eax";
80 &mov (&DWP(0,$dat,$xx,4),$ty);
82 &inc (&LB($xx));
86 &mov ($tx,&DWP(0,$dat,$xx,4));
99 my @XX=($xx,$out);
106 &lea (@XX[1],&DWP(1,@XX[0]));
109 &and (@XX[1],0xff);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty)
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 133 void show ( unsigned char* buf, int xx )
139 if (xx && isFPLsbs(i))
140 printf("xx ");
154 int xx = argc > 1; local
167 show(buf1, xx);
174 show(buf2, xx);
180 show(buf3, xx);
191 show(buf1, xx);
198 show(buf2, xx);
204 show(buf3, xx);
    [all...]
  /hardware/invensense/60xx/libsensors/
Android.mk 33 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/include
34 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/include/linux
35 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/platform/linux
36 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/mllite
37 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/mldmp
38 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/external/aichi
39 LOCAL_C_INCLUDES += hardware/invensense/60xx/mlsdk/external/akmd
  /external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c 52 FT_UInt val1, xx; local
68 for ( xx = 2; xx < width; xx++ )
73 val = line[xx];
82 line[xx - 2] = (FT_Byte)pix;
91 line[xx - 2] = (FT_Byte)pix;
95 line[xx - 1] = (FT_Byte)pix;
194 FT_UInt xx; local
197 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 52 FT_UInt val1, xx; local
68 for ( xx = 2; xx < width; xx++ )
73 val = line[xx];
82 line[xx - 2] = (FT_Byte)pix;
91 line[xx - 2] = (FT_Byte)pix;
95 line[xx - 1] = (FT_Byte)pix;
194 FT_UInt xx; local
197 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/chromium_org/third_party/opus/src/src/
mlp.c 42 opus_val16 xx; /* Q11 */
50 xx = EXTRACT16(SHR32(_x, 8));
52 i = SHR32(ADD32(1024,MULT16_16(25, xx)),11);
54 xx -= EXTRACT16(SHR32(MULT16_16(20972,i),8));
55 /*x = xx*(1./2048);*/
60 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
  /external/valgrind/main/VEX/test/
fxsave.c 87 void show ( unsigned char* buf, int xx )
93 if (xx && isFPLsbs(i))
94 printf("xx ");
108 int xx = argc > 1; local
118 show(buf1, xx);
125 show(buf2, xx);
131 show(buf3, xx);
  /external/valgrind/main/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...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 58 UINT16 xx; local
62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
86 UINT16 xx; local
92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
115 UINT16 xx; local
119 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++
180 UINT16 xx; local
640 UINT16 xx; local
885 UINT16 xx; local
    [all...]

Completed in 425 milliseconds

12 3 4 5 6 7 8 91011>>