HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/clang/test/Sema/
complex-int.c 6 __complex__ unsigned xx; local
18 result = xx*yy;
22 case xx: ; // expected-error{{expression is not an integer constant expression}}
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 799 real32 xx = x; local
804 y += fCoefficient32 [j] * xx;
806 xx *= x;
  /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 321 FT_UInt xx; local
325 for ( xx = width_org; xx > 0; xx-- )
327 FT_UInt pixel = line[xx-1];
  /external/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
233 xx = 0.5 * df;
234 c = xx - 1.0;
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
278 p2 = p - i_gamma(p1, xx, ln_gamma_df_2);
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftsmooth.c 321 FT_UInt xx; local
325 for ( xx = width_org; xx > 0; xx-- )
327 FT_UInt pixel = line[xx-1];
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 99 int xx; local
105 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++)
107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
108 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
215 UINT32 xx; local
226 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++
277 UINT32 xx; local
400 UINT32 xx; local
435 UINT32 xx; local
464 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 456 UINT8 xx; local
465 for (xx = 0; xx < LLCP_MAX_SDP_TRANSAC; xx++)
467 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/pdfium/third_party/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 321 FT_UInt xx; local
325 for ( xx = width_org; xx > 0; xx-- )
327 FT_UInt pixel = line[xx-1];
  /external/skia/src/core/
SkBitmapProcState_sample.h 107 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
109 SkASSERT(*xx < (unsigned)s.fPixmap.width());
110 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
147 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
148 unsigned x0 = XX >> 14;
149 unsigned x1 = XX & 0x3FFF;
SkPoint.cpp 115 double xx = x; local
117 double magmag = sqrt(xx * xx + yy * yy);
134 double xx = dx; local
136 return (float)sqrt(xx * xx + yy * yy);
162 double xx = x; local
168 double dscale = length / sqrt(xx * xx + yy * yy);
173 scale = (float)(length / sqrt(xx * xx + yy * yy))
199 double xx = x; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 179 uint16_t* xx = (uint16_t*)dst; local
181 *xx++ = SkToU16(fx >> 16); fx += dx;
  /external/valgrind/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
47 Long t = ((Long)xx) * ((Long)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/coregrind/m_syswrap/
syswrap-mips32-linux.c 372 Bool rr, ww, xx; local
381 xx = toBool(prot & VKI_PROT_EXEC);
383 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
    [all...]
  /external/valgrind/memcheck/tests/
sh-mem-random.c 30 // size 2 --> xx
65 volatile U1 xx = x; local
66 (void)VALGRIND_MAKE_MEM_DEFINED(&xx, 1);
67 return xx;
  /external/valgrind/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;
  /frameworks/rs/driver/runtime/
rs_quaternion.c 33 float xx = q->x * q->x; local
47 m->m[5] = 1.0f - 2.0f * ( xx + zz );
51 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /system/bt/bta/ag/
bta_ag_rfc.c 346 UINT8 xx; local
349 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++)
351 if (p_scb->serv_handle[xx] != 0)
  /system/bt/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_DEBUG("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,
228 UINT8 xx; local
265 UINT16 xx, yy, key_idx = 0; local
360 UINT8 xx; local
463 UINT8 xx; local
519 UINT8 xx; local
    [all...]
  /system/bt/bta/hl/
bta_hl_sdp.c 98 UINT16 xx, str_len, seq_len; local
101 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
  /system/bt/stack/avrc/
avrc_bld_tg.c 45 UINT8 xx; local
81 for (xx=0; xx< p_rsp->count; xx++)
83 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]);
91 for (xx=0; xx< p_rsp->count; xx++)
93 if (AVRC_IS_VALID_EVENT_ID(p_event_id[xx]))
96 UINT8_TO_BE_STREAM(p_data, p_event_id[xx]);
123 UINT8 xx; local
174 UINT8 xx; local
225 UINT8 xx; local
303 UINT8 xx; local
457 UINT8 xx; local
551 UINT8 xx; local
    [all...]

Completed in 938 milliseconds

1 2 34 5 6 7 8 91011