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

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 108 01 02 03 04 05 06 07 xx
110 xx 00 xx 01 xx 02 xx 03
113 xx 01 xx 02 xx 03 xx 04
256 xx 00 xx 02 xx 04 xx 0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 108 01 02 03 04 05 06 07 xx
110 xx 00 xx 01 xx 02 xx 03
113 xx 01 xx 02 xx 03 xx 04
256 xx 00 xx 02 xx 04 xx 0
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 96 int xx, yy = 0; local
105 for (xx = 0; xx < len; xx++)
126 int xx; local
131 for (xx = 0; xx < NFA_EE_NUM_TECH; xx++)
134 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx])
136 if (p_cb->tech_switch_off & nfa_ee_tech_mask_list[xx])
180 int xx; local
215 int xx; local
277 int len = 0, xx; local
304 int xx, yy, aid_len_offset, offset; local
352 int xx; local
426 int xx; local
835 int xx; local
987 int xx; local
1014 int xx, num_removed = 0; local
1068 UINT8 xx; local
1313 UINT32 xx; local
1357 UINT8 xx; local
1693 UINT8 xx; local
1785 int xx; local
1819 int xx, yy; local
1906 int xx; local
2102 UINT32 xx; local
2200 int xx; local
2286 int xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 410 UINT8 xx; local
434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
436 p_acl = &btm_cb.acl_db[xx];
568 UINT16 xx; local
592 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++)
605 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++
736 UINT16 xx; local
770 UINT16 xx; local
804 UINT16 xx; local
900 UINT16 xx; local
996 int xx; local
1067 UINT16 xx; local
1093 UINT16 xx; local
1136 UINT16 xx; local
1634 UINT16 xx; local
1676 UINT16 xx; local
1701 UINT16 xx; local
1735 UINT8 xx; local
    [all...]
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
374 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++
419 UINT8 xx; local
521 int xx, loop_max; local
709 int xx; local
793 int xx, yy, zz; local
926 int xx, yy; local
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 52 int xx = 0; local
55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
77 int xx = 0; local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
100 int xx = 0; local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
124 int xx = 0 local
147 int xx = 0; local
174 int xx = 0; local
245 int xx; local
423 int xx; local
452 UINT8 xx; local
608 int xx; local
644 int xx; local
679 int xx; local
711 int xx; local
742 UINT8 xx; local
765 UINT8 xx; local
788 UINT8 xx; local
812 int xx; local
900 int xx; local
1347 int xx; local
    [all...]
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/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization_TestUtility.cpp 8 double xx = q.x2() * point.x * point.x; local
14 double sum = xx + xy + yy + x + y + c;
  /external/clang/test/SemaCXX/
warn-shadow.cpp 13 namespace xx { namespace
21 using namespace xx;
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/skia/experimental/Intersection/
QuadraticParameterization_TestUtility.cpp 8 double xx = q.x2() * point.x * point.x; local
14 double sum = xx + xy + yy + x + y + c;
  /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/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/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 64 int xx; local
84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
436 int xx; local
437 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++)
439 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb
831 UINT8 xx; local
965 int xx; local
999 int xx; local
1114 int xx; local
1425 UINT8 num_handles, xx; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/boringssl/src/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...]

Completed in 831 milliseconds

12 3 4 5 6 7 8 91011>>