HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nci/src/gki/common/
gki_buffer.c 1101 UINT16 xx, size; local
1106 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++)
1108 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1110 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
1112 size = p_cb->pool_size[xx];
1116 return ((void *) (p_cb->pool_start[xx] + yy + sizeof(BUFFER_HDR_T)) );
1421 UINT8 xx; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
giantbitmap.cpp 53 SkScalar xx = SkIntToScalar(x); local
54 canvas.drawLine(xx, 0, xx, SkIntToScalar(H),
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 143 const float32x2_t xx = vdup_n_f32(x); // Clever readers will note we're doing everything 2x.
144 float32x2_t estimate = vrsqrte_f32(xx);
148 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq));
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 57 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); local
61 const __m128i x0_wide = _mm_srli_epi32(xx, 18);
63 const __m128i x1_wide = _mm_and_si128(xx, mask_3FFF);
68 __m128i all_x = _mm_and_si128(_mm_srli_epi32(xx, 14), mask_000F);
473 uint32_t xx = *xy++; // x0:14 | 4 | x1:14 local
474 unsigned x0 = xx >> 18;
475 unsigned x1 = xx & 0x3FFF;
478 const __m128i all_x = _mm_set1_epi8((xx >> 14) & 0x0F);
547 const uint32_t xx = *xy++; // x0:14 | 4 | x1:14 local
548 const unsigned x0 = xx >> 18
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_ssm.c 408 int i, xx; local
423 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
425 if (bta_av_cb.p_scb[xx])
427 if (bta_av_cb.p_scb[xx]->state == BTA_AV_INCOMING_SST)
429 bta_av_cb.p_scb[xx]->state = BTA_AV_INIT_SST;
430 bta_av_cb.p_scb[xx]->coll_mask = 0;
bta_av_aact.c 240 UINT8 xx =0; local
241 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++)
243 if ((p_scb->seps[xx].tsep == local_sep) &&
244 (p_scb->seps[xx].codec_type == p_scb->codec_type))
245 return (p_scb->seps[xx].av_handle);
262 UINT8 xx =0; local
263 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++
433 int xx; local
738 int xx; local
1044 int xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 729 UINT16 xx; local
734 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
743 if (xx == GAP_MAX_CONNECTIONS)
1082 UINT16 xx; local
1136 UINT16 xx; local
1169 UINT16 xx; local
    [all...]
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/chromium_org/third_party/opus/src/celt/
celt_lpc.c 238 VARDECL(opus_val16, xx);
240 ALLOC(xx, n, opus_val16);
248 xx[i] = x[i];
251 xx[i] = MULT16_16_Q15(x[i],window[i]);
252 xx[n-i-1] = MULT16_16_Q15(x[n-i-1],window[i]);
254 xptr = xx;
273 xx[i] = PSHR32(xptr[i], shift);
274 xptr = xx;
pitch.c 409 opus_val32 xy,xx,yy,xy2; local
429 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
430 yy_lookup[0] = xx;
431 yy=xx;
444 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
450 g = g0 = xy/celt_sqrt(1+xx*yy);
480 x2y2 = 1+MULT32_32_Q31(xx,yy);
486 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 45 double xx = coeffs[ xx_coeff] * point.x * point.x; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
  /external/libopus/celt/
celt_lpc.c 238 VARDECL(opus_val16, xx);
240 ALLOC(xx, n, opus_val16);
248 xx[i] = x[i];
251 xx[i] = MULT16_16_Q15(x[i],window[i]);
252 xx[n-i-1] = MULT16_16_Q15(x[n-i-1],window[i]);
254 xptr = xx;
273 xx[i] = PSHR32(xptr[i], shift);
274 xptr = xx;
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/clang/test/Parser/
builtin_types_compatible.c 35 struct xx { int a; } x, y; struct
38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
  /external/clang/test/Sema/
ext_vector_components.c 33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/opencv/cv/src/
cvoptflowhs.cpp 47 float xx; member in struct:__anon7635
52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */
260 II[address].xx = GradX * GradX;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
283 II[address].xx = GradX * GradX;
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
307 II[address].xx = GradX * GradX;
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
370 (II[address].xx * averageX +
397 (II[address].xx * averageX
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 365 UINT8 xx; local
383 for (xx = 0 ; xx < BD_FEATURES_LEN ; xx++)
385 if (p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0][xx] != 0x00)
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 88 int xx; local
111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
113 hh_cb.devices[xx].in_use = FALSE ;
114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1064 UINT8 xx; local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 2648 FLAC__uint64 xx; local
2835 FLAC__uint64 xx; local
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 683 UINT8 xx, sap, idx; local
718 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++)
746 for (xx = 0; xx < LLCP_NUM_SAPS; xx++)
774 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++
1436 int count, xx; local
    [all...]
  /device/lge/hammerhead/libsensors/
Android.mk 33 LOCAL_C_INCLUDES += hardware/invensense/65xx/libsensors_iio
  /device/samsung/manta/libsensors/
Android.mk 31 LOCAL_C_INCLUDES += hardware/invensense/60xx/libsensors_iio
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 64 uint16_t* xx = (uint16_t*)xy; local
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;

Completed in 579 milliseconds

1 2 3 45 6 7 8 91011>>