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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/amd64/
bug132918.stdout.exp 3 xx -> 0x0000 -nan
4 xx -> 0x0000 0.809017
5 xx -> 0x0000 0.309018
6 xx -> 0x0000 -0.309015
7 xx -> 0x0000 -0.809016
8 xx -> 0x4100 -0.000002
9 xx -> 0x0000 -0.809019
10 xx -> 0x0000 -0.309021
11 xx -> 0x0000 0.309013
12 xx -> 0x0000 0.80901
    [all...]
  /system/extras/tests/bionic/libc/bionic/
test_setjmp.c 49 register int xx = INT_VALUE1; local
52 xx = INT_VALUE2;
55 if (xx != INT_VALUE1) {
60 dummy_int = xx;
67 register double xx = FLOAT_VALUE1; local
70 xx = FLOAT_VALUE2;
73 if (xx != FLOAT_VALUE1) {
78 dummy_double = xx;
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 142 static inline Int qadd32S ( Int xx, Int yy )
144 Long t = ((Long)xx) + ((Long)yy);
152 static inline Short qadd16S ( Short xx, Short yy )
154 Int t = ((Int)xx) + ((Int)yy);
160 static inline Char qadd8S ( Char xx, Char yy )
162 Int t = ((Int)xx) + ((Int)yy);
168 static inline UShort qadd16U ( UShort xx, UShort yy )
170 UInt t = ((UInt)xx) + ((UInt)yy);
175 static inline UChar qadd8U ( UChar xx, UChar yy )
177 UInt t = ((UInt)xx) + ((UInt)yy)
297 Int xx = (Int)xx0; local
305 Short xx = (Short)xx0; local
313 Short xx = (Short)xx0; local
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 65 UINT8 xx; local
68 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++)
71 if ((!bdcmp (bda, bta_hh_cb.kdev[xx].addr) &&
75 APPL_TRACE_DEBUG2("found kdev_cb[%d] hid_handle = %d ", xx,
76 bta_hh_cb.kdev[xx].hid_handle)
78 return xx;
83 bta_hh_cb.kdev[xx].in_use, xx,
229 UINT8 xx; local
266 UINT16 xx, yy, key_idx = 0; local
361 UINT8 xx; local
467 UINT8 xx; local
524 UINT8 xx; local
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 47 int xx, max = NCI_MAX_CONN_CBS; local
51 for (xx = 0; xx < max; xx++)
53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID)
55 nfc_cb.conn_cb[xx].conn_id = NFC_PEND_CONN_ID; /* to indicate this cb is used */
56 p_conn_cb = &nfc_cb.conn_cb[xx];
99 int xx; local
102 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++
128 int xx; local
195 int xx; local
    [all...]
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.c 10 pthread_mutex_t lock; int morestuff[2000]; } XX;
17 XX* xx = malloc(sizeof(XX)); local
18 assert(xx);
20 pthread_mutex_init( &xx->lock, NULL );
22 pthread_mutex_lock( &xx->lock );
24 free(xx);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_formats.c 161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
168 ZXB(Z16_UNORM, Z16_UNORM, C0, C0, C0, xx, UNORM, Z16, TZ),
169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ),
170 ZXB(Z24X8_UNORM, Z24_X8_UNORM, C0, C0, C0, xx, UNORM, Z24_X8, TZ),
171 ZSB(Z24_UNORM_S8_UINT, Z24_S8_UNORM, C0, C0, C0, xx, UNORM, Z24_S8, TZ),
172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T),
173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ),
174 SZB(S8X24_UINT, NONE, C0, C0, C0, xx, UNORM, S8_Z24, T)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
168 ZXB(Z16_UNORM, Z16_UNORM, C0, C0, C0, xx, UNORM, Z16, TZ),
169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ),
170 ZXB(Z24X8_UNORM, Z24_X8_UNORM, C0, C0, C0, xx, UNORM, Z24_X8, TZ),
171 ZSB(Z24_UNORM_S8_UINT, Z24_S8_UNORM, C0, C0, C0, xx, UNORM, Z24_S8, TZ),
172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T),
173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ),
174 SZB(S8X24_UINT, NONE, C0, C0, C0, xx, UNORM, S8_Z24, T)
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 166 tNFA_HANDLE xx; local
170 xx = handle & NFA_HANDLE_MASK;
172 if ( (xx >= NFA_P2P_NUM_SAP)
173 ||(nfa_p2p_cb.sap_cb[xx].p_cback == NULL) )
211 tNFA_HANDLE xx; local
215 xx = handle & NFA_HANDLE_MASK;
217 if (!(xx & NFA_P2P_HANDLE_FLAG_CONN))
224 xx &= ~NFA_P2P_HANDLE_FLAG_CONN;
227 if ( (xx >= LLCP_MAX_DATA_LINK)
228 ||(nfa_p2p_cb.conn_cb[xx].flags == 0)
271 tNFA_HANDLE xx; local
327 tNFA_HANDLE xx; local
385 tNFA_HANDLE xx; local
446 tNFA_HANDLE xx; local
507 tNFA_HANDLE xx; local
603 tNFA_HANDLE xx; local
647 tNFA_HANDLE xx; local
693 tNFA_HANDLE xx; local
793 tNFA_HANDLE xx; local
839 tNFA_HANDLE xx; local
883 tNFA_HANDLE xx; local
937 tNFA_HANDLE xx; local
987 tNFA_HANDLE xx; local
    [all...]
nfa_p2p_act.c 60 UINT8 xx; local
62 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++)
64 if (nfa_p2p_cb.conn_cb[xx].flags == 0)
66 nfa_p2p_cb.conn_cb[xx].flags |= NFA_P2P_CONN_FLAG_IN_USE;
67 nfa_p2p_cb.conn_cb[xx].local_sap = local_sap;
69 return (xx);
88 static void nfa_p2p_deallocate_conn_cb (UINT8 xx)
90 if (xx < LLCP_MAX_DATA_LINK
112 UINT8 xx; local
190 UINT8 xx; local
225 int xx; local
263 UINT8 local_sap, xx; local
311 UINT8 xx; local
359 UINT8 local_sap, xx; local
402 UINT8 local_sap, xx; local
452 UINT8 local_sap, xx; local
524 UINT8 local_sap, remote_sap, xx; local
607 UINT8 local_sap, xx; local
794 UINT8 local_sap, xx; local
857 UINT8 xx; local
886 UINT8 xx; local
914 UINT8 local_sap, xx; local
1075 UINT8 xx; local
1123 UINT8 xx; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
regularize_correlations_FIX.c 36 opus_int32 *XX, /* I/O Correlation matrices */
37 opus_int32 *xx, /* I/O Correlation values */
39 opus_int D /* I Dimension of XX */
44 matrix_ptr( &XX[ 0 ], i, i, D ) = silk_ADD32( matrix_ptr( &XX[ 0 ], i, i, D ), noise );
46 xx[ 0 ] += noise;
  /external/chromium_org/third_party/opus/src/silk/float/
regularize_correlations_FLP.c 36 silk_float *XX, /* I/O Correlation matrices */
37 silk_float *xx, /* I/O Correlation values */
39 const opus_int D /* I Dimension of XX */
45 matrix_ptr( &XX[ 0 ], i, i, D ) += noise;
47 xx[ 0 ] += noise;
  /external/clang/test/Sema/
block-labels.c 3 void xx();
8 if (1) xx();
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 47 UINT8 xx, yy; local
105 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++)
126 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++)
128 p_app_set[xx].attr_id = *p++;
129 p_app_set[xx].attr_val = *p++;
130 if (!avrc_is_valid_player_attrib_value(p_app_set[xx].attr_id, p_app_set[xx].attr_val)
    [all...]
avrc_bld_tg.c 44 UINT8 xx; local
80 for (xx=0; xx< p_rsp->count; xx++)
82 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]);
90 for (xx=0; xx< p_rsp->count; xx++)
92 if (AVRC_IS_VALID_EVENT_ID(p_event_id[xx]))
95 UINT8_TO_BE_STREAM(p_data, p_event_id[xx]);
122 UINT8 xx; local
173 UINT8 xx; local
224 UINT8 xx; local
299 UINT8 xx; local
442 UINT8 xx; local
535 UINT8 xx; local
    [all...]
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 20 int xx; //expected-note {{'xx' declared without an initial value}} local
21 int *y = &xx;
26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}}
96 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
98 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
    [all...]
  /frameworks/wilhelm/tools/hashgen/
frag3.c 14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
  /external/chromium_org/v8/test/webkit/fast/regex/
assertion.js 27 shouldBe("regex1.exec('xx')", "['xx','x']");
45 shouldBe("regex7.exec('xx')", "['xx','x']");
48 shouldBe("regex8.exec('xx')", "['xx','x','x']");
61 shouldBe("regex12.exec('xx')", "['xx','x']");
62 shouldBe("regex12.exec('xxy')", "['xx','x']");
84 var regex18 = /(?=((?:xx)*))x/
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 128 int len = 0, xx; local
132 for (xx = start_entry; xx < p_cb->aid_entries; xx++)
134 len += p_cb->aid_len[xx];
155 int xx, yy, aid_len_offset, offset; local
165 for (xx = 0; xx < p_ecb->aid_entries; xx++)
174 *p_entry = xx;
203 int xx; local
276 int xx; local
593 int xx; local
745 int xx; local
772 int xx, num_removed = 0; local
826 UINT8 xx; local
1071 UINT32 xx; local
1115 UINT8 xx; local
1398 UINT8 xx; local
1486 int xx; local
1520 int xx, yy; local
1574 int xx; local
1745 UINT32 xx; local
1833 int xx; local
1917 int xx; local
    [all...]
nfa_ee_main.c 97 int xx; local
103 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++)
105 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
106 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
205 UINT32 xx; local
214 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++
264 UINT32 xx; local
383 UINT32 xx; local
418 UINT32 xx; local
447 UINT32 xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 62 UINT16 xx, yy; local
79 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++)
97 if (xx == p_rec->num_attributes)
194 UINT16 xx; local
197 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes;
198 xx++, p_at++)
222 UINT16 xx, yy, len local
333 UINT16 xx, yy, zz; local
402 UINT16 xx, yy, zz; local
540 UINT16 xx; local
623 UINT16 xx; local
709 UINT16 xx; local
858 UINT16 xx; local
899 UINT16 xx, yy; local
    [all...]
  /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...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 403 UINT8 xx; local
427 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
429 p_acl = &btm_cb.acl_db[xx];
561 UINT16 xx; local
585 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++)
598 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++
729 UINT16 xx; local
763 UINT16 xx; local
797 UINT16 xx; local
893 UINT16 xx; local
989 int xx; local
1060 UINT16 xx; local
1086 UINT16 xx; local
1129 UINT16 xx; local
1627 UINT16 xx; local
1669 UINT16 xx; local
1694 UINT16 xx; local
1728 UINT8 xx; 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
427 int xx; local
456 UINT8 xx; local
612 int xx; local
647 int xx; local
679 int xx; local
710 UINT8 xx; local
733 UINT8 xx; local
756 UINT8 xx; local
780 int xx; local
868 int xx; local
1315 int xx; local
    [all...]
  /external/clang/test/SemaCXX/
warn-shadow.cpp 13 namespace xx { namespace
21 using namespace xx;

Completed in 1109 milliseconds

1 2 3 4 5 6 7 8 91011>>