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

1 2 34 5 6

  /system/nfc/src/nfc/nfc/
nfc_main.c 198 int yy = 0; local
218 (yy < NFC_NFCC_MAX_NUM_VS_INTERFACE)) {
220 nfc_cb.vs_interface[yy++] = *p;
254 (yy < NFC_NFCC_MAX_NUM_VS_INTERFACE)) {
256 nfc_cb.vs_interface[yy++] = *p;
805 uint8_t xx, yy, num_intf, intf_mask; local
822 for (yy = 0; yy < NFC_NFCC_MAX_NUM_VS_INTERFACE; yy++) {
823 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type
    [all...]
nfc_ncif.cc 1187 uint8_t more, num_entries, xx, yy, *pn, tl; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 390 ss_state *xx_state, *yy; local
402 yy = &xx_state[0];
403 yy->ss_ss = ss;
404 yy->ss_narcs = 0;
405 yy->ss_arc = NULL;
406 yy->ss_deleted = 0;
407 yy->ss_finish = testbit(ss, nf->nf_finish);
408 if (yy->ss_finish)
418 yy = &xx_state[istate];
419 ss = yy->ss_ss;
498 ss_state *yy; local
602 ss_state *yy; local
    [all...]
  /external/clang/test/Analysis/
pr22954.c 739 struct yy { struct
745 struct yy y35 = {{1, 2, 3, 4}, 0};
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 179 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 570 FT_Fixed xx, xy, yy, yx; local
633 xx = yy = 0x10000L;
639 yy = xx;
644 yy = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
651 yy = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
657 subglyph->transform.yy = yy;
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2]; local
474 y = yy*ww;
cvlkpyramid.cpp 864 double xx, xy, yy; local
882 yy = y * y;
894 G[21] += yy * ixix;
896 G[23] += yy * ixiy;
910 G[35] += yy * iyiy;
    [all...]
cvimgwarp.cpp 2247 double yy = bufy.data.fl[x]; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 183 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 568 FT_Fixed xx, xy, yy, yx; local
631 xx = yy = 0x10000L;
637 yy = xx;
642 yy = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
649 yy = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
655 subglyph->transform.yy = yy;
    [all...]
  /external/python/cpython2/Parser/
pgen.c 392 ss_state *xx_state, *yy; local
404 yy = &xx_state[0];
405 yy->ss_ss = ss;
406 yy->ss_narcs = 0;
407 yy->ss_arc = NULL;
408 yy->ss_deleted = 0;
409 yy->ss_finish = testbit(ss, nf->nf_finish);
410 if (yy->ss_finish)
420 yy = &xx_state[istate];
421 ss = yy->ss_ss
500 ss_state *yy; local
604 ss_state *yy; local
    [all...]
  /external/ImageMagick/MagickCore/
property.c 1893 yy; local
2085 yy; local
    [all...]
  /external/clang/test/Sema/
array-init.c 148 static char const yy[5] = "test"; variable
  /external/mesa3d/src/mesa/math/
m_matrix.c 798 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
926 yy = y * y;
943 M(1,1) = (one_c * yy) + c;
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 267 int yy = by + y; local
269 int i = x + 4 * yy;
353 int yy = by + y; local
355 int i = x + 4 * yy;
358 &pCompressed->low, yy + x * 4, pModifierTable);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 259 int yy = by + y; local
261 int i = x + 4 * yy;
345 int yy = by + y; local
347 int i = x + 4 * yy;
350 &pCompressed->low, yy + x * 4, pModifierTable);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 963 double xx, yy; local
    [all...]
  /system/bt/stack/btm/
btm_inq.cc 1880 uint8_t xx, yy, num_resp; local
2455 uint8_t yy, xx; local
2628 uint8_t yy; local
    [all...]
  /system/nfc/src/nfa/ee/
nfa_ee_act.c 103 int xx, yy = 0; local
112 yy += sprintf(&buff[yy], "%02x ", *p);
429 int xx, yy, aid_len_offset, offset; local
434 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) {
454 p_ecb = &nfa_ee_cb.ecb[yy];
1819 int xx, yy; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 1983 PyObject *x, *y, *xx, *yy; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 1982 PyObject *x, *y, *xx, *yy; local
    [all...]
  /external/libopus/src/
opus_encoder.c 57 opus_val32 XX, XY, YY;
863 opus_val32 xx, xy, yy; local
872 xx=xy=yy=0;
905 yy += SHR32(pyy, 10);
909 mem->YY += MULT16_32_Q15(short_alpha, yy-mem->YY);
912 mem->YY = MAX32(0, mem->YY);
913 if (MAX32(mem->XX, mem->YY)>QCONST16(8e-4f, 18)
    [all...]
  /external/python/cpython2/Objects/
listobject.c 1986 PyObject *x, *y, *xx, *yy; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 502 Object yy = v.getTag(); local
503 if (yy instanceof AgendaAdapter.ViewHolder) {
504 AgendaAdapter.ViewHolder vh = (AgendaAdapter.ViewHolder) yy;
1284 Object yy = x.getTag(); local
    [all...]

Completed in 901 milliseconds

1 2 34 5 6