HomeSort by relevance Sort by last modified time
    Searched refs:ix (Results 251 - 275 of 423) sorted by null

<<11121314151617

  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
vec3.js 417 ix = qw * x + qy * z - qz * y,
423 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
424 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
425 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 313 for (size_t ix = 0; ix != count; ++ix) {
317 PolicyOpcode& opcode = buffer_->opcodes[ix];
sharedmem_ipc_server.cc 78 for (size_t ix = 0; ix != channel_count; ++ix) {
79 ChannelControl* client_context = &client_control_->channels[ix];
ipc_unittest.cc 42 for (size_t ix = 0; ix != client_control->channels_count; ++ix) {
43 ChannelControl& channel = client_control->channels[ix];
56 for (size_t ix = 0; ix != client_control->channels_count; ++ix) {
57 ChannelControl& channel = client_control->channels[ix];
323 for (int32 ix = -1; ix != 3; ++ix)
    [all...]
sandbox_nt_util.cc 437 int ix = start_pos; local
439 for (; ix >= 0; --ix) {
440 if (module_path->Buffer[ix] == L'\\') {
441 sep = &module_path->Buffer[ix];
447 if ((ix == start_pos) && sep)
456 size_t size_bytes = (start_pos - ix + 1) * sizeof(wchar_t);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 33 * \param ix - integer fragment window X coordiante
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
40 const GLfloat fx = (GLfloat) ix;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
52 line->span.array->x[i] = ix;
57 * solving the plane equations at (ix,iy).
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 595 for ix in range(len(content)):
596 if isinstance(content[ix], types.StringTypes):
597 content[ix] = util.UnescapeHtml(content[ix], replace_nbsp=False)
715 for ix in range(len(self.skeleton_)):
717 if isinstance(self.skeleton_[ix], clique.MessageClique):
718 msg = self.skeleton_[ix].GetMessage()
725 self.skeleton_[ix] = msg.GetRealContent()
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 33 * \param ix - integer fragment window X coordiante
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
40 const GLfloat fx = (GLfloat) ix;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
52 line->span.array->x[i] = ix;
57 * solving the plane equations at (ix,iy).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 38 def __getitem__(self, ix):
39 """Avoids weird error messages if someone does exception[ix] by
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 38 def __getitem__(self, ix):
39 """Avoids weird error messages if someone does exception[ix] by
  /external/valgrind/main/exp-sgcheck/
sg_main.c 1335 UWord i, j, ix, old_size, new_size; local
1395 UWord i, ix; local
1452 UWord ix = compute_II_hash(ip, sf->htab_size); local
    [all...]
  /external/chromium_org/build/android/
lighttpd_server.py 139 ix = self.process.expect([pexpect.TIMEOUT, pexpect.EOF, '.+'],
141 if ix == 2: # stdout spew from the server
143 elif ix == 1: # EOF -- server has quit so giveup.
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 201 int32_t ix; local
204 for (ix = 0; ix < stringLengthsLimit; ix++) {
205 if (fSpoofData->fCFUStringLengths[ix].fLastString >= value) {
206 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
210 U_ASSERT(ix < stringLengthsLimit);
215 for (ix=0; ix<stringLen; ix++)
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
main.h 46 opus_int8 ix[ 2 ][ 3 ], /* O Quantization indices */
79 opus_int8 ix[ 2 ][ 3 ] /* O Quantization indices */
85 opus_int8 ix[ 2 ][ 3 ] /* I Quantization indices */
  /external/chromium_org/tools/grit/grit/tool/
build.py 216 for ix in range(len(outfiles)):
217 outfiles[ix].output_filename = os.path.abspath(
218 self.scons_targets[ix])
  /external/qemu/android/skin/
scaler.c 64 int ix, iy; /* source increments in 16.16 format */ member in struct:__anon26529
141 op.ix = (int)( scaler->invscale * 65536 );
142 op.iy = op.ix;
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 135 int ix = mContentView.indexOfChild(tab); local
136 if (ix == mSelected) {
138 } else if (ix < mSelected) {
  /external/chromium_org/third_party/icu/source/common/
rbbisetb.cpp 351 int32_t ix; local
353 for (ix=0; ix<sets->size(); ix++) {
354 RBBINode *usetNode = (RBBINode *)sets->elementAt(ix);
  /external/icu4c/common/
rbbisetb.cpp 351 int32_t ix; local
353 for (ix=0; ix<sets->size(); ix++) {
354 RBBINode *usetNode = (RBBINode *)sets->elementAt(ix);
  /external/icu4c/i18n/
uspoof_impl.cpp 208 int32_t ix; local
211 for (ix = 0; ix < stringLengthsLimit; ix++) {
212 if (fSpoofData->fCFUStringLengths[ix].fLastString >= value) {
213 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
217 U_ASSERT(ix < stringLengthsLimit);
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 987 jsize ix=0; local
988 uint32_t curXmlAttr = xmlParser ? xmlParser->getAttributeNameResID(ix) : 0;
1010 while (ix < NX && curIdent > curXmlAttr) {
1011 ix++;
1012 curXmlAttr = xmlParser->getAttributeNameResID(ix);
1015 if (ix < NX && curIdent == curXmlAttr) {
1017 xmlParser->getAttributeValue(ix, &value);
1018 ix++;
1019 curXmlAttr = xmlParser->getAttributeNameResID(ix);
1184 jsize ix=0; local
    [all...]
  /external/aac/libFDK/src/
fft.cpp 337 #define SUMDIFF_EIGTH(x, y, ix, iy, vr, vi, ur, ui) \
338 vr = (x[ 0 + ix]>>1) + (x[16 + ix]>>1); /* Re A + Re B */ \
339 vi = (x[ 8 + ix]>>1) + (x[24 + ix]>>1); /* Re C + Re D */ \
340 ur = (x[ 1 + ix]>>1) + (x[17 + ix]>>1); /* Im A + Im B */ \
341 ui = (x[ 9 + ix]>>1) + (x[25 + ix]>>1); /* Im C + Im D */ \
346 vr -= x[16 + ix]; /* Re A - Re B */
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2.c 345 uint32_t hx, ix, lx, i0; local
350 ix = hx & 0x7fffffff; /* high word of |x| */
351 if(ix >= 0x40900000) { /* |x| >= 1024 */
352 if(ix >= 0x7ff00000) {
354 if(((ix & 0xfffff) | lx) != 0 || (hx & 0x80000000) == 0)
363 } else if (ix < 0x3c900000) { /* |x| < 0x1p-54 */
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h     [all...]

Completed in 882 milliseconds

<<11121314151617