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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Sema/
bitfield.c 16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 8 # CHECK-ASM: .module fp=xx
33 .module fp=xx
mips_abi_flags_xx_set.s 8 # CHECK-ASM: .module fp=xx
34 .module fp=xx
  /external/pcre/dist/
perltest.pl 232 $xx = $REGMARK;
233 $xx = Encode::decode_utf8($xx) if $utf8;
234 printf $outfile ("MK: %s\n", &pchars($xx));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 43 dDelay->xx = dDelay->x = 0;
122 me->dUptime->xx = me->dUptime->x = me->dUptime->n = 0;
345 dDelay->xx += delta * (double) delta;
368 double xx = 1e-12 * dDelay->xx / dDelay->n; local
369 xx = my_sqrt(xx - x * x);
374 x, xx, dDelay->n);
387 dDelay->xx = dDelay->x = 0;
534 me->dRate[i].xx = me->dRate[i].x = me->dRate[i].n = 0
836 double xx = me->dUptime->xx \/ me->dUptime->n; local
886 double xx = me->dRate[i].axx \/ me->dRate[i].an; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 19 int xx[53]; member in struct:D
eh990323-4.cpp 19 int xx[53]; member in struct:D
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 19 int xx[53]; member in struct:D
eh990323-4.cpp 19 int xx[53]; member in struct:D
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 359 UINT8 xx; local
384 for (xx = 0; xx < nfcee_info.num_interface; xx++)
386 nfcee_info.ee_interface[xx] = *pp++;
399 for (xx = 0; xx < nfcee_info.num_tlvs; xx++, p_tlv++)
nci_hmsgs.c 340 int xx; local
358 for (xx=0; xx<num; xx++)
360 UINT8_TO_STREAM (pp, p_param[xx].type);
361 UINT8_TO_STREAM (pp, p_param[xx].frequency);
454 int xx; local
473 for (xx = 0; xx < num; xx++
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 71 UINT8 xx; local
88 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx ++)
90 bta_hh_cb.kdev[xx].state = BTA_HH_IDLE_ST;
91 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
92 bta_hh_cb.kdev[xx].index = xx;
96 for (xx = 0; xx < BTA_HH_MAX_KNOWN; xx ++
122 UINT8 xx; local
1190 UINT8 xx = 0; local
    [all...]
  /external/chromium_org/crypto/
ghash.cc 148 FieldElement xx; local
150 xx.hi = x.hi >> 1;
151 xx.hi |= x.low << 63;
152 xx.low = x.low >> 1;
161 xx.low ^= 0xe100000000000000ULL;
163 return xx;
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 241 int xx,yy; local
246 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
248 if ( (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0)
249 && !strncmp (p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], strlen (p_app_name)) )
251 NFA_TRACE_EVENT2 ("nfa_hci_api_register (%s) Reusing: %u", p_app_name, xx);
256 if (xx != NFA_HCI_MAX_APP_CB)
258 nfa_hci_cb.app_in_use = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI);
273 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++
322 int xx; local
417 int xx,yy; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 721 FT_Fixed xx, xy, yx, yy; local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
732 b->xx = xx; b->xy = xy;
742 FT_Pos delta, xx, yy; local
749 delta = FT_MulFix( matrix->xx, matrix->yy )
775 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/freetype/src/base/
ftcalc.c 964 FT_Fixed xx, xy, yx, yy; local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
972 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
975 b->xx = xx; b->xy = xy;
985 FT_Pos delta, xx, yy; local
992 delta = FT_MulFix( matrix->xx, matrix->yy )
1018 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 170 UINT8 ref_str_len, xx; local
177 for (xx = 0; xx < aux_data_ref_count; xx++)
180 payload_len += 1 + (UINT8)strlen (p_aux_data_ref_str[xx]);
210 for (xx = 0; xx < aux_data_ref_count; xx++)
213 ref_str_len = (UINT8)strlen (p_aux_data_ref_str[xx]);
218 ARRAY_TO_BE_STREAM (p, p_aux_data_ref_str[xx], ref_str_len)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 1173 UINT16 xx; local
1237 UINT16 xx; local
1268 UINT16 xx; local
1639 UINT16 xx; local
1710 UINT16 xx; local
1747 UINT16 xx; local
1773 UINT16 xx; local
2078 UINT8 num_resp, xx; local
2356 UINT8 xx, yy, num_resp; local
2995 UINT8 xx; local
3186 UINT8 yy, xx; local
3319 UINT8 xx; local
    [all...]
btm_acl.c 97 UINT16 xx; local
100 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
130 UINT8 xx; local
132 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
141 return(xx);
215 UINT8 xx; local
495 UINT16 xx; local
872 UINT8 xx; local
939 UINT8 xx; local
1266 int xx; local
1776 UINT8 xx; local
2167 UINT16 xx; local
2239 UINT8 xx; local
2278 UINT8 xx; local
    [all...]
  /external/qemu/android/skin/
trackball.c 243 int xx, yy; local
277 for (xx = 0; xx < DOT_GRID; xx++) {
278 double tx = xx*(2./DOT_GRID);
308 int xx, yy; local
314 for (xx = 0; xx < diameter2; xx++) {
315 double x0 = xx - radius2
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 353 UINT8 xx; local
356 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++)
358 if (p_scb->serv_handle[xx] != 0)
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 138 for (GLint xx = 0; xx < width; ++xx) {
139 int offset = yy * width * 4 + xx * 4;
146 EXPECT_EQ(expected, actual) << " at " << (xx + x) << ", " << (yy + y)

Completed in 2805 milliseconds

1 2 3 4 56 7 8 91011>>