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

12 3 4 5 6 7 8 91011>>

  /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)) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747.go 20 func f1(q *Q, xx []byte) interface{} { // ERROR "live at call to newobject: xx$" "live at call to writebarrierptr: &xx$" "live at entry to f1: xx$"
21 // xx was copied from the stack to the heap on the previous line:
22 // xx was live for the first two prints but then it switched to &xx
23 // being live. We should not see plain xx again.
25 global = &xx // ERROR "live at call to writebarrierptr: &xx$
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747.go 20 func f1(q *Q, xx []byte) interface{} { // ERROR "live at call to newobject: xx$" "live at call to writebarrierptr: &xx$" "live at entry to f1: xx$"
21 // xx was copied from the stack to the heap on the previous line:
22 // xx was live for the first two prints but then it switched to &xx
23 // being live. We should not see plain xx again.
25 global = &xx // ERROR "live at call to writebarrierptr: &xx$
    [all...]
  /external/llvm/test/MC/Mips/mips64r2/
abi-bad.s 2 .set fp=xx
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
4 # CHECK: .set fp=xx
  /external/llvm/test/MC/Mips/mips64r3/
abi-bad.s 2 .set fp=xx
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
4 # CHECK: .set fp=xx
  /external/llvm/test/MC/Mips/mips64r5/
abi-bad.s 2 .set fp=xx
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
4 # CHECK: .set fp=xx
  /system/nfc/src/nfa/ee/
nfa_ee_main.c 87 int xx; local
93 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) {
94 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
95 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
196 uint32_t xx; local
206 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++)
257 uint32_t xx; local
372 uint32_t xx; local
401 uint32_t xx; local
427 uint32_t xx; local
    [all...]
nfa_ee_act.c 77 int xx, yy = 0; local
85 for (xx = 0; xx < len; xx++) {
103 int xx; local
108 for (xx = 0; xx < NFA_EE_NUM_TECH; xx++) {
110 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx])
112 if (p_cb->tech_switch_off & nfa_ee_tech_mask_list[xx])
153 int xx; local
185 int xx; local
243 int len = 0, xx; local
265 int xx, yy, aid_len_offset, offset; local
307 int xx; local
374 int xx; local
779 int xx; local
918 int xx; local
943 int xx, num_removed = 0; local
991 uint8_t xx; local
1213 uint32_t xx; local
1255 uint8_t xx; local
1552 uint8_t xx; local
1623 int xx; local
1653 int xx, yy; local
1736 int xx; local
1932 uint32_t xx; local
2019 int xx; local
2099 int xx; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dostriptest 3 x=striptest.xx.$$
  /system/bt/stack/sdp/
sdp_db.cc 59 uint16_t xx, yy; local
75 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) {
89 if (xx == p_rec->num_attributes) break;
173 uint16_t xx; local
176 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes;
177 xx++, p_at++) {
197 uint16_t xx, yy, len local
299 uint16_t xx, yy, zz; local
358 uint16_t xx, yy, zz; local
476 uint16_t xx; local
550 uint16_t xx; local
625 uint16_t xx; local
759 uint16_t xx; local
795 uint16_t xx, yy; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Field.java 33 public static void addExt(int[] xx, int[] yy, int[] zz)
35 int c = Nat.add(24, xx, yy, zz);
96 public static void reduce(int[] xx, int[] z)
98 long xx16 = xx[16] & M, xx17 = xx[17] & M, xx18 = xx[18] & M, xx19 = xx[19] & M;
99 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M
    [all...]
SecP192R1Field.java 30 public static void addExt(int[] xx, int[] yy, int[] zz)
32 int c = Nat.add(12, xx, yy, zz);
105 public static void reduce(int[] xx, int[] z)
107 long xx06 = xx[6] & M, xx07 = xx[7] & M, xx08 = xx[8] & M;
108 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M;
114 cc += (xx[0] & M) + t0
    [all...]
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...]
  /system/nfc/src/nfa/hci/
nfa_hci_utils.c 51 int xx = 0; local
54 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) {
73 int xx = 0; local
75 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
93 int xx = 0; local
95 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
115 int xx = 0 local
134 int xx = 0; local
158 int xx = 0; local
226 int xx; local
396 int xx; local
423 uint8_t xx; local
577 int xx; local
612 int xx; local
646 int xx; local
677 int xx; local
706 uint8_t xx; local
726 uint8_t xx; local
746 uint8_t xx; local
767 int xx; local
847 int xx; local
1308 int xx; local
    [all...]
nfa_hci_main.c 198 uint8_t xx, yy, zz; local
207 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
209 if (strlen(&nfa_hci_cb.cfg.reg_app_names[xx][0]) > NFA_MAX_HCI_APP_NAME_LEN)
213 if ((nfa_hci_cb.cfg.b_send_conn_evts[xx] != true) &&
214 (nfa_hci_cb.cfg.b_send_conn_evts[xx] != false))
217 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) {
220 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++) {
222 (!strncmp(&nfa_hci_cb.cfg.reg_app_names[xx][0]
1099 tNFC_DATA_CEVT xx; local
    [all...]
  /system/bt/stack/btm/
btm_pm.cc 109 int xx; local
118 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) {
120 if (btm_cb.pm_reg_db[xx].mask == BTM_PM_REC_NOT_USED) {
124 btm_cb.pm_reg_db[xx].cback = p_cb;
126 btm_cb.pm_reg_db[xx].mask = mask;
127 *p_pm_id = xx;
345 int xx; local
355 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++)
398 uint8_t xx; local
495 int xx, loop_max; local
662 int xx; local
743 int xx, yy, zz; local
829 int xx, yy; local
    [all...]
btm_sco.cc 549 uint16_t xx;
582 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) {
591 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) {
597 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS;
598 xx++, p++)
    [all...]
  /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/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...]

Completed in 898 milliseconds

12 3 4 5 6 7 8 91011>>