Searched refs:ix (Results 101 - 125 of 285) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl83 $ix="%r2";
97 $MKX $YY,$key,$ix
100 $ST $TX[0],0($ix)
119 $MKX $XX[0],$key,$ix
122 $ST $TY,0($ix)
193 $LDX $TY($key),$ix
196 or $ix,$acc,$acc ; last piece, no need to dep
213 $LDX $TY($key),$ix
216 or $ix,$acc,$acc ; last piece, no need to dep
/external/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl83 $ix="%r2";
97 $MKX $YY,$key,$ix
100 $ST $TX[0],0($ix)
119 $MKX $XX[0],$key,$ix
122 $ST $TY,0($ix)
193 $LDX $TY($key),$ix
196 or $ix,$acc,$acc ; last piece, no need to dep
213 $LDX $TY($key),$ix
216 or $ix,$acc,$acc ; last piece, no need to dep
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc213 for (history::URLRows::iterator ix = typed_urls.begin();
214 ix != typed_urls.end();) {
215 DCHECK_EQ(0U, visit_vectors.count(ix->id()));
216 if (!FixupURLAndGetVisits(&(*ix), &(visit_vectors[ix->id()])) ||
217 ShouldIgnoreUrl(ix->url()) ||
218 ShouldIgnoreVisits(visit_vectors[ix->id()])) {
221 ix = typed_urls.erase(ix);
223 ++ix;
[all...]
/external/chromium_org/build/android/
H A Dlighttpd_server.py140 ix = self.process.expect([pexpect.TIMEOUT, pexpect.EOF, '.+'],
142 if ix == 2: # stdout spew from the server
144 elif ix == 1: # EOF -- server has quit so giveup.
/external/chromium_org/mojo/spy/
H A Dspy.cc27 for (size_t ix = 0; ix != count; ++count)
28 MojoClose(handles[ix]);
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp176 const char *ix = strchr(a, b); local
178 if (ix == NULL)
181 return ix - a;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dslice_group_track.js165 ops.sort(function(ix, iy) {
166 var x = slices[ix];
175 return iy - ix;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor.cc231 for (int ix = 0; ix < cpus_; ++ix) {
232 current_idle += processor_info[ix].IdleTime.QuadPart;
233 current_kernel += processor_info[ix].UserTime.QuadPart;
234 current_user += processor_info[ix].KernelTime.QuadPart;
/external/chromium_org/third_party/opus/src/silk/
H A Dstereo_LR_to_MS.c40 opus_int8 ix[ 2 ][ 3 ], /* O Quantization indices */
140 silk_stereo_quant_pred( pred_Q13, ix );
148 silk_stereo_quant_pred( pred_Q13, ix );
163 silk_stereo_quant_pred( pred_Q13, ix );
170 silk_stereo_quant_pred( pred_Q13, ix );
176 silk_stereo_quant_pred( pred_Q13, ix );
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc214 for (int ix = 0; ix < cpus_; ++ix) {
215 current_idle += processor_info[ix].IdleTime.QuadPart;
216 current_kernel += processor_info[ix].UserTime.QuadPart;
217 current_user += processor_info[ix].KernelTime.QuadPart;
/external/libopus/silk/
H A Dstereo_LR_to_MS.c40 opus_int8 ix[ 2 ][ 3 ], /* O Quantization indices */
140 silk_stereo_quant_pred( pred_Q13, ix );
148 silk_stereo_quant_pred( pred_Q13, ix );
163 silk_stereo_quant_pred( pred_Q13, ix );
170 silk_stereo_quant_pred( pred_Q13, ix );
176 silk_stereo_quant_pred( pred_Q13, ix );
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_browsertest.cc184 size_t ix = 0; local
186 for (; ix < sink_list->GetSize() && it != devices.end();
187 ++ix, ++it) {
189 sink_list->GetDictionary(ix, &dict);
286 for (size_t ix = 0; ix < sink_list->GetSize(); ++ix) {
288 sink_list->GetDictionary(ix, &dict);
/external/qemu/android/skin/
H A Dargb.h233 int ix = op->ix; local
250 int sx2 = sx1 + ix;
329 int ix = op->ix; local
346 int sx2 = sx1 + ix;
466 int ix = op->ix; local
473 /* the center pixel is at (sx+ix/2, sy+iy/2), we then want to get */
476 sx = sx + ix/
553 int ix = op->ix; local
807 int ix = op->ix; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c327 int ix, int iy);
371 GLint ix, ixRight; local
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
407 (*plot)(ctx, line, ix, iy);
450 GLint ix; local
452 for (ix = ixLeft; ix < ixRight; ix
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c327 int ix, int iy);
371 GLint ix, ixRight; local
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
407 (*plot)(ctx, line, ix, iy);
450 GLint ix; local
452 for (ix = ixLeft; ix < ixRight; ix
[all...]
/external/chromium_org/third_party/libxml/src/
H A Duri.c2243 int ix; local
2328 for (ix = 0; bptr[ix] != 0; ix++) {
2329 if (bptr[ix] == '/')
2356 ix = pos;
2357 if ((ref->path[ix] == '/') && (ix > 0))
2358 ix--;
2359 else if ((ref->path[ix]
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c1037 const int ix = x & 1; local
1038 const int quadX = x - ix;
1040 const int mask = (1 << ix) << (2 * iy);
1277 const int ix = ((int) x) & 1; local
1279 setup->quad[0].input.x0 = (int) x - ix;
1281 setup->quad[0].inout.mask = (1 << ix) << (2 * iy);
1296 int ix, iy; local
1299 for (ix = ixmin; ix <= ixmax; ix
1359 int ix, iy; local
[all...]
/external/libxml2/
H A Duri.c2162 int ix; local
2247 for (ix = 0; bptr[ix] != 0; ix++) {
2248 if (bptr[ix] == '/')
2275 ix = pos;
2276 if ((ref->path[ix] == '/') && (ix > 0))
2277 ix--;
2278 else if ((ref->path[ix]
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1037 const int ix = x & 1; local
1038 const int quadX = x - ix;
1040 const int mask = (1 << ix) << (2 * iy);
1277 const int ix = ((int) x) & 1; local
1279 setup->quad[0].input.x0 = (int) x - ix;
1281 setup->quad[0].inout.mask = (1 << ix) << (2 * iy);
1296 int ix, iy; local
1299 for (ix = ixmin; ix <= ixmax; ix
1359 int ix, iy; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api_chromeos.cc126 for (std::set<std::string>::iterator ix = net_internal_watches_.begin();
127 ix != net_internal_watches_.end(); ++ix) {
134 ->DispatchEventToExtension(*ix, event.Pass());
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_server.cc178 for (uint32 ix =0; ix != param_count; ++ix) {
182 copied_params->GetRawParameter(ix, &size, &type));
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp352 uint32_t ix; local
356 for (ix=0; ix<(uint32_t)LastPosOfLeftChild->size(); ix++) {
357 i = (RBBINode *)LastPosOfLeftChild->elementAt(ix);
366 uint32_t ix; local
368 for (ix=0; ix<(uint32_t)n->fLastPosSet->size(); ix++) {
369 i = (RBBINode *)n->fLastPosSet->elementAt(ix);
640 int ix; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp653 int ix = s.fFilterOneX + x; local
664 SkASSERT(ix == ix2);
670 if (ix < 0) {
671 int n = SkMin32(-ix, count);
678 SkASSERT(-ix == n);
679 ix = 0;
682 if (ix <= maxX) {
683 int n = SkMin32(maxX - ix + 1, count);
684 memcpy(colors, row + ix, n * sizeof(SkPMColor));
727 int ix local
[all...]
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp352 uint32_t ix; local
356 for (ix=0; ix<(uint32_t)LastPosOfLeftChild->size(); ix++) {
357 i = (RBBINode *)LastPosOfLeftChild->elementAt(ix);
366 uint32_t ix; local
368 for (ix=0; ix<(uint32_t)n->fLastPosSet->size(); ix++) {
369 i = (RBBINode *)n->fLastPosSet->elementAt(ix);
640 int ix; local
[all...]
/external/skia/src/core/
H A DSkBitmapProcState.cpp653 int ix = s.fFilterOneX + x; local
664 SkASSERT(ix == ix2);
670 if (ix < 0) {
671 int n = SkMin32(-ix, count);
678 SkASSERT(-ix == n);
679 ix = 0;
682 if (ix <= maxX) {
683 int n = SkMin32(maxX - ix + 1, count);
684 memcpy(colors, row + ix, n * sizeof(SkPMColor));
727 int ix local
[all...]

Completed in 2334 milliseconds

1234567891011>>