HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 54 UINT16 xx; local
58 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
127 UINT16 xx; local
131 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
269 UINT16 xx; local
284 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++
662 UINT16 xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 505 UINT16 xx; local
514 for (xx = 0; xx < p_buf->len; xx++)
  /external/clang/test/Sema/
complex-int.c 6 __complex__ unsigned xx; local
16 result = xx*yy;
20 case xx: ; // expected-error{{expression is not an integer constant expression}}
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/freetype/src/smooth/
ftsmooth.c 308 FT_UInt xx; local
312 for ( xx = width_org; xx > 0; xx-- )
314 FT_UInt pixel = line[xx-1];
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 232 float xx = x * xs; local
244 (xy + zw), 1 - (xx + zz), (yz - xw),
245 (xz - yw), (yz + xw), 1.0 - (xx + yy));
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 102 int xx; local
108 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++)
110 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
111 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
210 UINT32 xx; local
219 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++
269 UINT32 xx; local
388 UINT32 xx; local
423 UINT32 xx; local
452 UINT32 xx; local
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
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...]
nfa_p2p_main.c 455 UINT8 xx; local
464 for (xx = 0; xx < LLCP_MAX_SDP_TRANSAC; xx++)
466 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
  /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/skia/gm/
giantbitmap.cpp 54 SkScalar xx = SkIntToScalar(x); local
55 canvas.drawLine(xx, 0, xx, SkIntToScalar(H),
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix.h 84 uint16_t* xx = (uint16_t*)xy; local
86 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
  /external/skia/src/core/
SkBitmapProcState_matrix.h 99 uint16_t* xx = (uint16_t*)xy; local
101 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 87 uint16_t* xx = (uint16_t*)dst; local
89 *xx++ = SkToU16(fx >> 16); fx += dx;
  /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/valgrind/main/memcheck/tests/
sh-mem-random.c 30 // size 2 --> xx
65 volatile U1 xx = x; local
66 VALGRIND_MAKE_MEM_DEFINED(&xx, 1);
67 return xx;
  /external/valgrind/main/none/tests/amd64/
aes.c 34 UChar xx = 0; local
38 xx = fromhex (x);
41 assert(xx < 16);
43 xx = (yy << 4) | xx;
44 assert(xx < 256);
45 dst->uChar[i] = xx;
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 262 X500Principal xx = cert.getIssuerX500Principal(); local
263 x = xx.getEncoded();
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 223 struct Double r, xx; local
228 xx.a = (t + x), TRUNC(xx.a);
229 xx.b = x - xx.a; xx.b += t; xx.b += d;
232 x = xx.a + xx.b;
234 xx.a = x, TRUNC(xx.a)
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 174 final BigInteger xx = x; local
179 return xx;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 70 UINT8 xx; local
87 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx ++)
89 bta_hh_cb.kdev[xx].state = BTA_HH_IDLE_ST;
90 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
91 bta_hh_cb.kdev[xx].index = xx;
95 for (xx = 0; xx < BTA_HH_MAX_KNOWN; xx ++
114 UINT8 xx; local
1047 UINT8 xx = 0; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 864 int xx; local
877 xx = sprintf (ag_res.str, "%d,%d,%d,%d,%d",
883 sprintf (&ag_res.str[xx], ",\"+%s\",%d", number, type);
885 sprintf (&ag_res.str[xx], ",\"%s\",%d", number, type);
1015 int xx = 0; local
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 1033 UINT16 xx, size; local
1038 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++)
1040 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1042 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
1044 size = p_cb->pool_size[xx];
1048 return ((void *) (p_cb->pool_start[xx] + yy + sizeof(BUFFER_HDR_T)) );
1348 UINT8 xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 482 int xx; local
579 xx = 0;
580 while (*p_data != AVRC_CMD_OPRND_PAD && xx<AVRC_SUB_TYPE_LEN)
582 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
583 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL)
585 xx++;
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 55 UINT16 xx; local
59 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
82 UINT16 xx; local
86 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
111 UINT16 xx; local
115 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++
272 UINT16 xx; local
324 UINT16 xx; local
554 UINT16 xx, diff = BNEP_MINIMUM_OFFSET - p_buf->offset; local
904 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; local
1091 UINT16 num_filters, xx; local
    [all...]

Completed in 808 milliseconds

1 23 4 5 6 7 8