Searched defs:by (Results 51 - 74 of 74) sorted by relevance

123

/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp9 // Unless required by applicable law or agreed to in writing, software
34 <internalformat> is given by ETC1_RGB8_OES.
42 by the following 64 bit integer:
275 int by = 0; local
277 by = 2;
280 int yy = by + y;
361 int by = 0; local
363 by = 2;
366 int yy = by + y;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.c462 can potentially be used for other purposes by different implementations. */
1307 int ci, y; JDIMENSION by; local
1315 for(by=0; by<compptr->height_in_blocks; by+=compptr->v_samp_factor)
1318 ((j_common_ptr)dinfo, dstcoefs[ci], by, compptr->v_samp_factor,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c4 * Use of this source code is governed by a BSD-style license
449 * a gaussian distribution with sigma determined by q.
1107 int by, bx; local
1115 for (by = 0; by < 16; by += 4)
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp4 * Use of this source code is governed by a BSD-style license that can be
76 * will be offset by 1.0
211 // alpha 0 vertex, offset by a scaled normal.
227 // by .5 pixels
309 // TODO: support square cap by changing this offset to incorporate halfStrokeWidth
396 // TODO: support square cap by changing this offset to incorporate halfStrokeWidth
665 // multiplying by sqrInvScaleY/X equivalent to multiplying in dimensional scale factors
668 // below thresh, draw line by adding endpoint
701 float bx, float by,
705 float dy = by
699 RecursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
[all...]
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp9 // Unless required by applicable law or agreed to in writing, software
30 <internalformat> is given by ETC1_RGB8_OES.
38 by the following 64 bit integer:
262 int by = 0; local
264 by = 2;
267 int yy = by + y;
348 int by = 0; local
350 by = 2;
353 int yy = by + y;
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c4 * Use of this source code is governed by a BSD-style license
445 * a gaussian distribution with sigma determined by q.
1103 int by, bx; local
1111 for (by = 0; by < 16; by += 4)
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c43 // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin.
113 // Duplicates the zone of memory used by the plug-in in the new context
186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
205 by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty;
211 _cmsVEC3init(off, bx, by, bz);
412 // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp4 * Use of this source code is governed by a BSD-style license that can be
76 * will be offset by 1.0
211 // alpha 0 vertex, offset by a scaled normal.
227 // by .5 pixels
309 // TODO: support square cap by changing this offset to incorporate halfStrokeWidth
396 // TODO: support square cap by changing this offset to incorporate halfStrokeWidth
665 // multiplying by sqrInvScaleY/X equivalent to multiplying in dimensional scale factors
668 // below thresh, draw line by adding endpoint
701 float bx, float by,
705 float dy = by
699 RecursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp9 // Unless required by applicable law or agreed to in writing, software
30 <internalformat> is given by ETC1_RGB8_OES.
38 by the following 64 bit integer:
262 int by = 0; local
264 by = 2;
267 int yy = by + y;
348 int by = 0; local
350 by = 2;
353 int yy = by + y;
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp55 // Adapted from Matrix Inversion by Richard Carling, Graphics Gems <http://tog.acm.org/GraphicsGems/index.html>.
153 // Let a denote the minor determinant of matrix A obtained by
234 // End of code adapted from Matrix Inversion by Richard Carling
247 // Multiply a homogeneous point by a matrix and return the transformed point
332 // Solve the equation by inverting perspectiveMatrix and multiplying
333 // rightHandSide by the inverse. (This is the easiest way, not
476 double bx, by, bz, bw; local
482 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
484 angle = ax * bx + ay * by + az * bz + aw * bw;
504 by
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc2 // Use of this source code is governed by a BSD-style license that can be
44 * - x16/x17 : IP registers, used by assembler. Very volatile.
62 * used by an exit frame if this is a
90 * The data up to the return address must be placed there by the calling
91 * code and the remaining arguments are passed in registers, e.g. by calling the
101 * Address secondary_return_address, // Only used by native call.
103 * The call is performed by NativeRegExpMacroAssembler::Execute()
107 * area is overwritten with the LR register by the RegExp code. When doing a
108 * direct call from generated code, the return address is placed there by
155 void RegExpMacroAssemblerARM64::AdvanceCurrentPosition(int by) { argument
163 AdvanceRegister(int reg, int by) argument
1168 SetCurrentPositionFromEnd(int by) argument
[all...]
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp29 // This software is provided by the copyright holders and contributors "as is" and
505 double bx = 0, by = 0; local
547 by += t0 * iy[x];
567 by += (double) (t * iy[x]);
591 mx = (float) ((Gyy * bx - Gxy * by) * D);
592 my = (float) ((Gxx * by - Gxy * bx) * D);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp2 // Use of this source code is governed by a BSD-style license that can be
1236 int fc, fm, fy, fk, bc, bm, by, bk; local
1246 by = FXSYS_GetYValue(backcolor);
1275 by + (fy - by) * gray / 255, bk + (fk - bk) * gray / 255);
1325 *scanline ++ = by + (fy - by) * gray / 255;
/external/chromium_org/v8/src/heap/
H A Dspaces.cc2 // Use of this source code is governed by a BSD-style license that can be
868 void MemoryChunk::IncrementLiveBytesFromMutator(Address address, int by) { argument
871 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by);
873 chunk->IncrementLiveBytes(by);
1177 // Set up new space based on the preallocated memory block defined by
2493 // This counter will be increased for pages which will be swept by the
2693 // - by code kind
2694 // - by code comment
2862 // Register all MemoryChunk::kAlignment-aligned chunks covered by
H A Dheap.cc2 // Use of this source code is governed by a BSD-style license that can be
246 *reason = "GC in old space forced by flags";
1340 // in any particular page, though they are likely to be clustered by the
1475 // Copy objects reachable from simple cells by scavenging cell values
1487 // Copy objects reachable from global property cells by scavenging global
1911 // Helper function used by CopyObject to copy a source object to an
2073 // This object is black and it might not be rescanned by marker.
3249 void Heap::AdjustLiveBytes(Address address, int by, InvocationMode mode) { argument
3253 MemoryChunk::IncrementLiveBytesFromGC(address, by);
3255 MemoryChunk::IncrementLiveBytesFromMutator(address, by);
[all...]
H A Dspaces.h2 // Use of this source code is governed by a BSD-style license that can be
30 // The old generation is collected by a mark-sweep-compact collector.
60 // of GCs by object trunctation etc. may not be in the free list chain. Very
65 // section is denoted by the top field in the space. The end of the section
66 // is denoted by the limit field in the space. This special garbage section
269 // MemoryChunk represents a memory region owned by a specific space.
377 // WAS_SWEPT indicates that marking bits have been cleared by the sweeper,
436 // SWEEPING_IN_PROGRESS - This page is currently swept by a sweeper thread.
471 void IncrementLiveBytes(int by) { argument
474 live_byte_count_, ((by <
517 IncrementLiveBytesFromGC(Address address, int by) argument
1832 IncrementUnsweptFreeBytes(intptr_t by) argument
1839 DecrementUnsweptFreeBytes(intptr_t by) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp2 // Use of this source code is governed by a BSD-style license that can be
138 // on layers with no repeat by testing whether the image covers the layout rect.
233 // We shrink the rectangle by one pixel on each side because the bleed is one pixel maximum.
347 // BorderFillBox radius clipping is taken care of by BackgroundBleedClipBackground
427 // by verifying whether the background image covers the entire layout rect.
475 // Now draw the text into the mask. We do this by painting using a special paint phase that signals to
592 // anonymous blocks created by inline <body> tags etc. We can locate the <body>
662 // The background of the box generated by the root element covers the entire canvas including
919 // offset for the side, let f = min(Lwidth/(Wleft+Wright), Lheight/(Wtop+Wbottom)). If f < 1, then all W are reduced by
920 // multiplying them by
2123 float by = quad[2].y() - quad[1].y(); local
[all...]
/external/chromium_org/v8/src/
H A Druntime.cc2 // Use of this source code is governed by a BSD-style license that can be
1106 // therefore uninitialized memory will not be accessible by a user program.
1182 // This is processed by TypedArraySetFastCases
1976 // TODO(verwaest): Unify once indexed properties can be handled by the
2406 // TODO(verwaest): This case should probably not be covered by this function,
2407 // but by DeclareGlobals instead.
2580 // suggested by ECMA-262, 5th, section 15.10.4.1.
3380 void IncrementCharacterCount(int by) { argument
3381 if (character_count_ > String::kMaxLength - by) {
3385 character_count_ += by;
[all...]
H A Djsregexp.cc2 // Use of this source code is governed by a BSD-style license that can be
823 // by the choice nodes, whereas the registers are saved and restored by
824 // by the action nodes that manipulate them.
827 // at the point where they are needed by a recursive call to Emit(). If
848 // backtracking stack, then pop them off one by one. This would use space
964 if (total_samples_ < 1) return 1; // Division by zero.
1373 // Here we have a concrete backtrack location. These are set up by choice
1682 // If c1 and c2 differ only by one bit.
1692 // If the characters differ by
2691 Advance(int by, bool one_byte) argument
3374 AdvanceCurrentPositionInTrace(int by, RegExpCompiler* compiler) argument
[all...]
/external/svox/pico/lib/
H A Dpicoos.c10 * Unless required by applicable law or agreed to in writing, software
392 the size is therefore computed by inspecting the end addresses of the fields 'size' and 'leftCell';
1202 picoos_bool picoos_ReadByte(picoos_File f, picoos_uint8 * by) argument
1206 return picoos_ReadBytes(f, by, &n) && (n == 1);
1241 picoos_uint8 picoos_WriteByte(picoos_File f, picoos_char by) argument
1245 return picoos_WriteBytes(f, (picoos_char *) &by, &n);
2038 picoos_uint8 by[2]; local
2040 if (picoos_ReadBytes(file, by, &n) && 2 == n) {
2042 *val = (picoos_uint16) by[1] << 8 | (picoos_uint16) by[
2057 picoos_uint8 by[4]; local
2097 picoos_uint8 * by = data + *pos; local
2107 picoos_uint8 * by = data + *pos; local
2122 picoos_uint8 by[2]; local
2131 picoos_uint8 by[4]; local
2143 picoos_uint8 * by = data + *pos; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c2 /* pngvalid.c - validate libpng by constructing then reading png files.
6 * Written by John Cunningham Bowler
19 * transformations performed by libpng.
279 * was done by libpng. Width and height must be less than 256. 'palette' is an
475 /* Assume we can multiply by 'size' without overflow because we are
600 /* The following is a pool of memory allocated by a single libpng read or write
1187 * during progressive read, where the io_ptr is set internally by libpng.
1290 * allocated memory is followed by a second copy of the 'mark'.
1315 * output by store_message.
1524 * returned libpng structures as destroyed by store_write_rese
2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c74 ** Include the configuration header output by 'configure' if we're using the
143 ** some extent by SQLITE_MAX_SQL_LENGTH. But sometime you might
219 ** imposed by the use of 16-bit offsets within each page.
378 ** SQLITE_CONFIG_MEMSTATUS are available by default or not. This value can
559 ** notice, and should not be referenced by programs that use SQLite.
617 ** Ensure these symbols were not defined by some previous header file.
665 ** verify that values returned by these interfaces match the macros in
701 ** over the list of options that were defined at compile time by
704 ** prefix is omitted from any strings returned by
708 ** and sqlite3_compileoption_get() may be omitted by specifyin
62796 } by; member in union:vdbeExecUnion
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2735 milliseconds

123