HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 276 - 300 of 480) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 298 int xx = bx + x; local
299 int i = xx + 4 * y;
382 int xx = bx + x; local
383 int i = xx + 4 * y;
386 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 285 int xx = bx + x; local
286 int i = xx + 4 * y;
369 int xx = bx + x; local
370 int i = xx + 4 * y;
373 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/skia/third_party/etc1/
etc1.cpp 285 int xx = bx + x; local
286 int i = xx + 4 * y;
369 int xx = bx + x; local
370 int i = xx + 4 * y;
373 &pCompressed->low, y + xx * 4, pModifierTable);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 171 shouldBe("regexp34.exec('XX btn-abc')","['btn-abc']");
190 var regexp38 = /^(z|(x|xx)|b|)$/;
191 shouldBe("regexp38.exec('xx')", "['xx','xx','xx']");
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 78 UChar xx = 0; local
80 if (x >= '0' && x <= '9') { xx = x - '0'; }
81 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
82 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
85 assert(xx < 16);
86 xx = (xx << 4) | xx;
87 assert(xx < 256);
88 dst->uChar[i] = xx;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 1103 UINT8 xx; local
1670 UINT16 xx = 0; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 371 UINT8 xx; local
375 for (xx = 0; xx < nfc_post_reset_cb.dev_init_config.num_xtal_cfg; xx++)
378 == nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].brcm_hw_id)
380 *p_xtal_freq = nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_freq;
381 return (nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_index);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 575 UINT8 num, xx; local
579 for (xx = 0; xx < num; xx++)
1152 UINT8 more, num_entries, xx, yy, *pn, tl; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat3.js 390 xx = x * x2,
405 out[4] = 1 - (xx + zz);
410 out[8] = 1 - (xx + yy);
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
259 xx = x * x;
270 rotation.m[0][0] = (one_minus_cos * xx) + cos_angle;
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 235 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
243 xx = x * x;
254 rotation.m[0][0] = (one_minus_cos * xx) + cos_angle;
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.cc 251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
259 xx = x * x;
270 rotation.m[0][0] = (one_minus_cos * xx) + cos_angle;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 582 FT_Fixed xx, xy, yy, yx; local
629 xx = yy = 0x10000L;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
635 yy = xx;
639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
650 subglyph->transform.xx = xx;
    [all...]
ttobjs.h 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 587 FT_Fixed xx, xy, yy, yx; local
634 xx = yy = 0x10000L;
639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
640 yy = xx;
644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
649 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
655 subglyph->transform.xx = xx;
    [all...]
  /external/valgrind/main/include/
pub_tool_tooliface.h 541 Bool rr, Bool ww, Bool xx,
546 Bool rr, Bool ww, Bool xx,
551 Bool rr, Bool ww, Bool xx));
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c 534 UINT8 xx; local
536 for (xx = 0; xx < BTA_AG_NUM_SCB; xx++, p_scb++)
    [all...]
  /external/bluetooth/bluedroid/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++)
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 167 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
  /external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h 222 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
238 opus_int32 *XX, /* I/O Correlation matrices */
239 opus_int32 *xx, /* I/O Correlation values */
241 opus_int D /* I Dimension of XX */
  /external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h 235 silk_float *XX /* O X'*X correlation matrix [order x order] */
249 silk_float *XX, /* I/O Correlation matrices */
250 silk_float *xx, /* I/O Correlation values */
252 const opus_int D /* I Dimension of XX */
  /external/chromium_org/third_party/ots/test/
validator-checker.cc 39 matrix.xx = matrix.yy = 1 << 16;

Completed in 1371 milliseconds

<<11121314151617181920