/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_depth_test_tmp.h | 54 const unsigned ix = quads[0]->input.x0; local 56 const float fx = (float) ix; 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy); 78 const int dx = quads[i]->input.x0 - ix; 88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
|
/external/skia/gm/ |
ninepatchstretch.cpp | 99 for (int ix = 0; ix < 2; ++ix) { 100 int i = ix * 2 + iy; 101 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed,
|
/external/chromium_org/ash/wm/ |
mru_window_tracker.cc | 88 for (std::list<aura::Window*>::const_reverse_iterator ix = 90 ix != mru_windows->rend(); ++ix) { 93 if (!IsSwitchableContainer((*ix)->parent()) || 94 !ash::wm::CanActivateWindow(*ix)) { 99 std::find(windows.begin(), windows.end(), *ix); 102 windows.push_back(*ix);
|
/external/chromium_org/tools/grit/grit/gather/ |
skeleton_gatherer.py | 78 for ix in range(len(self.skeleton_)): 79 if isinstance(self.skeleton_[ix], types.StringTypes): 82 assert(isinstance(skeleton_gatherer.skeleton_[ix], types.StringTypes)) 83 out.append(skeleton_gatherer.skeleton_[ix]) 85 out.append(self.skeleton_[ix]) 88 assert(not isinstance(skeleton_gatherer.skeleton_[ix], 90 msg = self.skeleton_[ix].MessageForLanguage(lang,
|
/external/chromium_org/media/audio/win/ |
wavein_input_win.cc | 84 for (int ix = 0; ix != num_buffers_; ++ix) { 93 if (ix == 0) 104 for (int ix = 0; ix != num_buffers_; ++ix) { 124 for (int ix = 0; ix != num_buffers_; ++ix) { [all...] |
/external/chromium_org/sync/internal_api/public/util/ |
immutable_unittest.cc | 125 Immutable<int> ix(&x); 126 EXPECT_EQ(5, ix.Get()); 132 Immutable<int> ix = Immutable<int>(&x); local 133 EXPECT_EQ(5, ix.Get()); 139 Immutable<int> ix; local 140 EXPECT_EQ(0, ix.Get()); 141 ix = Immutable<int>(&x); 142 EXPECT_EQ(5, ix.Get()); 148 Immutable<int> ix = MakeImmutable(&x); local 149 EXPECT_EQ(5, ix.Get()) [all...] |
/external/dropbear/libtommath/demo/ |
demo.c | 58 int i, n, err, cnt, ix, old_kara_m, old_kara_s; local 85 for (ix = 0; ix < 100; ix++) { 177 for (ix = 10; ix < 128; ix++) { 178 printf("Testing (not safe-prime): %9d bits \r", ix); 181 mp_prime_random_ex(&a, 8, ix, 188 if (mp_count_bits(&a) != ix) { [all...] |
timing.c | 86 int n, cnt, ix, old_kara_m, old_kara_s; local 155 for (ix = 0; ix < 2; ix++) { 156 printf("With%s Karatsuba\n", (ix == 0) ? "out" : ""); 158 KARATSUBA_MUL_CUTOFF = (ix == 0) ? 9999 : old_kara_m; 159 KARATSUBA_SQR_CUTOFF = (ix == 0) ? 9999 : old_kara_s; 161 log = fopen((ix == 0) ? "logs/mult.log" : "logs/mult_kara.log", "w"); 182 log = fopen((ix == 0) ? "logs/sqr.log" : "logs/sqr_kara.log", "w");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 115 int ix = (i & 3) * 4; local 117 int px = x + ix; 127 - plane[j].dcdx * ix 137 int ix = (i & 3) * 4; local 139 int px = x + ix; 218 int ix = (i & 3) * 16; local 220 int px = x + ix; 226 - plane[j].dcdx * ix 239 int ix = (i & 3) * 16; local 241 int px = x + ix; 306 int ix = (i & 3) * 4; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 115 int ix = (i & 3) * 4; local 117 int px = x + ix; 127 - plane[j].dcdx * ix 137 int ix = (i & 3) * 4; local 139 int px = x + ix; 218 int ix = (i & 3) * 16; local 220 int px = x + ix; 226 - plane[j].dcdx * ix 239 int ix = (i & 3) * 16; local 241 int px = x + ix; 306 int ix = (i & 3) * 4; local [all...] |
/external/skia/tests/ |
TestSize.cpp | 38 int ix = 5; local 40 SkScalar x = SkIntToScalar(ix); 62 ia.set(ix, iy);
|
/frameworks/base/core/java/android/text/style/ |
DrawableMarginSpan.java | 47 int ix = (int)x; local 54 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c2t64fx.c | 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local 229 ix = 0; 253 ix = i0; 266 i0 = (ix >> 1); /* pos of pulse 1 (0..31) */ 268 if (sign[ix] > 0) 270 code[ix] = 512; /* codeword in Q9 format */ 271 p0 = h - ix; 274 code[ix] = -512; 276 p0 = h_inv - ix;
|
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 232 int ix, res, olduse; local 259 for (ix = 0; ix < x->used; ix++) { 264 for (; ix < n->used * 2 + 1; ix++) { 272 for (ix = 0; ix < n->used; ix++) { 277 * that W[ix-1] have the carry cleared (see after the inner loop 416 int olduse, res, pa, ix, iz; local 520 int olduse, res, pa, ix, iz; local 623 int olduse, res, pa, ix, iz; local 889 int res, ix, oldused; local 1050 int res, ix, px; local 2049 int res, ix; local 2144 int res, ix; local 2242 int ix; local 4752 int ix, res, digs; local 5184 int ix, res, olduse; local 5488 int res, ix, px; local 5612 int err, ix; local 5669 int ix, err, res; local 6911 int ix, iy, iw; local 6967 int ix, iy; local 7541 int res, ix, oldused; local 8563 int res, ix, px; local 8723 int ix, iy; local 9138 int res, pa, pb, ix, iy; local 9232 int res, pa, pb, ix, iy; local 9314 int res, ix, iy, pa; local [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 204 int ix, iy; local 207 ix = 0; 209 while (ix < iy) { 210 t = s[ix]; 211 s[ix] = s[iy]; 213 ++ix; 2345 int res, pa, pb, ix, iy; local 2429 int olduse, res, pa, ix, iz; local 2531 int res, ix, iy, pa; local 2597 int res, pa, pb, ix, iy; local 2703 int ix, res, olduse; local 3260 int olduse, res, pa, ix, iz; local 3350 int ix, res, olduse; local [all...] |
/external/icu4c/layout/ |
IndicRearrangementProcessor.cpp | 69 le_int32 ia, ib, ic, id, ix, x; local 84 ix = glyphStorage.getCharIndex(x, success); 85 glyphStorage.setCharIndex(x - 1, ix, success); 100 ix = glyphStorage.getCharIndex(x, success); 101 glyphStorage.setCharIndex(x + 1, ix, success); 130 ix = glyphStorage.getCharIndex(x, success); 131 glyphStorage.setCharIndex(x - 2, ix, success); 151 ix = glyphStorage.getCharIndex(x, success); 152 glyphStorage.setCharIndex(x - 2, ix, success); 172 ix = glyphStorage.getCharIndex(x, success) [all...] |
IndicRearrangementProcessor2.cpp | 68 le_int32 ia, ib, ic, id, ix, x; local 83 ix = glyphStorage.getCharIndex(x, success); 84 glyphStorage.setCharIndex(x - 1, ix, success); 99 ix = glyphStorage.getCharIndex(x, success); 100 glyphStorage.setCharIndex(x + 1, ix, success); 129 ix = glyphStorage.getCharIndex(x, success); 130 glyphStorage.setCharIndex(x - 2, ix, success); 150 ix = glyphStorage.getCharIndex(x, success); 151 glyphStorage.setCharIndex(x - 2, ix, success); 171 ix = glyphStorage.getCharIndex(x, success) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/heap/ |
chrome_js_heap_snapshot_parser.py | 115 for ix in xrange(0, len(self._node_list), self._node_field_count): 116 edge_start_ix = self._ReadNodeFromIndex(ix, edge_start_ix) 127 def _ReadNodeFromIndex(self, ix, edges_start): 134 ix: int, index into the self._node_list array. 143 if ix + self._node_field_count > len(self._node_list): 146 type_ix = self._node_list[ix + self._node_type_ix] 151 edge_count = self._node_list[ix + self._node_edge_count_ix] 157 name_ix = self._node_list[ix + self._node_name_ix] 158 node_id = self._node_list[ix + self._node_id_ix]
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieListView.java | 79 final int ix = (y - mTop) * mViews.size() / mHeight; local 80 return ix;
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.cc | 52 for (size_t ix = 0; ix != test_count; ++ix) { 53 bool do_next = RunTest(tests_[ix], observer, ix);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c4_17pf.cpp | 399 Word16 ix = 0; /* initialization only needed to keep gcc silent */ local 466 ix = ipos[1]; 507 ix = i1; 510 i1 = ix; 524 ix = ipos[2]; 565 ix = i2; 568 i2 = ix; 580 ix = ipos[3]; 620 ix = i3; 644 *(p_codvec) = ix; [all...] |
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 83 static void dbg_show_index(struct ext3_extent_idx *ix) 86 ext2fs_le32_to_cpu(ix->ei_block), 87 ext2fs_le32_to_cpu(ix->ei_leaf), 88 ext2fs_le16_to_cpu(ix->ei_leaf_hi), 89 ext2fs_le16_to_cpu(ix->ei_unused)); 124 #define dbg_show_index(ix) do { } while (0) 285 struct ext3_extent_idx *ix = 0; local 377 ix = path->curr; 389 ix = path->curr; 390 ix++ 546 struct ext3_extent_idx *ix; local 766 struct ext3_extent_idx *ix; local 1050 struct ext3_extent_idx *ix; local 1488 struct ext3_extent_idx *ix = path->curr; local [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 649 int ix; local 655 ix = all_y * width + tile_x_offset; 656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { 657 const uint32_t a = argb[ix]; 848 int ix, int xsize) { 849 const uint32_t v = argb[ix] 906 int ix = all_y * xsize + tile_x_offset; local 937 int ix = all_y * xsize + tile_x_offset; local 992 int ix = y * xsize + tile_x; local 1045 int ix; local [all...] |
/external/webp/src/dsp/ |
lossless.c | 649 int ix; local 655 ix = all_y * width + tile_x_offset; 656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) { 657 const uint32_t a = argb[ix]; 848 int ix, int xsize) { 849 const uint32_t v = argb[ix] 906 int ix = all_y * xsize + tile_x_offset; local 937 int ix = all_y * xsize + tile_x_offset; local 992 int ix = y * xsize + tile_x; local 1045 int ix; local [all...] |
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator.cc | 45 for (std::vector<history::URLRow>::iterator ix = typed_urls.begin(); 46 ix != typed_urls.end(); ++ix) { 47 if (!history_backend_->GetVisitsForURL(ix->id(), 48 &(visit_vectors[ix->id()]))) { 52 DCHECK(!visit_vectors[ix->id()].empty()); 70 for (std::vector<history::URLRow>::iterator ix = typed_urls.begin(); 71 ix != typed_urls.end(); ++ix) { 72 std::string tag = ix->url().spec() [all...] |