HomeSort by relevance Sort by last modified time
    Searched defs:by (Results 26 - 50 of 51) sorted by null

12 3

  /external/v8/src/regexp/
interpreter-irregexp.cc 2 // Use of this source code is governed by a BSD-style license that can be
128 // A simple abstraction over the backtracking stack used by the interpreter.
130 // the memory held by the stack is released or remembered in a cache if the
574 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
575 if (subject.length() - current > by) {
576 current = subject.length() - by;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 150 def by(s): function in function:BaseBytesTest.test_getslice
152 b = by("Hello, world")
154 self.assertEqual(b[:5], by("Hello"))
155 self.assertEqual(b[1:5], by("ello"))
156 self.assertEqual(b[5:7], by(", "))
157 self.assertEqual(b[7:], by("world"))
158 self.assertEqual(b[7:12], by("world"))
159 self.assertEqual(b[7:100], by("world"))
161 self.assertEqual(b[:-7], by("Hello"))
162 self.assertEqual(b[-11:-7], by("ello"))
568 def by(s): function in function:ByteArrayTest.test_regexps
    [all...]
  /external/libaom/libaom/av1/encoder/
pickcdef.c 127 /* Trying to refine the greedy search by reconsidering each
153 /* Trying to refine the greedy search by reconsidering each
239 int bi, bx, by; local
242 by = dlist[bi].by;
245 sum += dist_8x8_16bit(&dst[(by << 3) * dstride + (bx << 3)], dstride,
248 sum += mse_8x8_16bit(&dst[(by << 3) * dstride + (bx << 3)], dstride,
254 by = dlist[bi].by;
256 sum += mse_4x4_16bit(&dst[(by << 3) * dstride + (bx << 2)], dstride
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 328 int bx1, bx2, by; local
329 GetItemSizes(IDCANCEL, bx1, by);
330 GetItemSizes(IDOK, bx2, by);
331 int y = ySize - my - by;
333 MoveItem(IDCANCEL, x, y, bx1, by);
334 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
  /external/pdfium/core/fxge/dib/
cfx_dibitmap.cpp 2 // Use of this source code is governed by a BSD-style license that can be
744 int by = FXSYS_GetYValue(backcolor); local
764 by + (fy - by) * gray / 255, bk + (fk - bk) * gray / 255);
796 *scanline++ = by + (fy - by) * gray / 255;
    [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py 148 def by(s): function in function:BaseBytesTest.test_getslice
150 b = by("Hello, world")
152 self.assertEqual(b[:5], by("Hello"))
153 self.assertEqual(b[1:5], by("ello"))
154 self.assertEqual(b[5:7], by(", "))
155 self.assertEqual(b[7:], by("world"))
156 self.assertEqual(b[7:12], by("world"))
157 self.assertEqual(b[7:100], by("world"))
159 self.assertEqual(b[:-7], by("Hello"))
160 self.assertEqual(b[-11:-7], by("ello")
526 def by(s): function in function:ByteArrayTest.test_regexps
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
236 int by = cy - writeY; local
237 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
525 // reused by writeSurfacePixels
  /external/skqp/tests/
WritePixelsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
236 int by = cy - writeY; local
237 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
525 // reused by writeSurfacePixels
  /external/epid-sdk/epid/common/math/src/
pairing.c 10 # Unless required by applicable law or agreed to in writing, software
327 FfElement* by = NULL; local
367 // Let ax, ay be elements in Fq. Let bx, by, x, y, z, z2, bx', by'
375 result = NewFfElement(ps->Fq2, &by);
436 // 4. Set (bx, by) = E(Fq2).outputPoint(b).
447 sts = ippsGFpECGetPoint(b->ipp_ec_pt, bx->ipp_ff_elem, by->ipp_ff_elem,
450 // 5. Set X = bx, Y = by, Z = Z2 = 1.
453 sts = ippsGFpCpyElement(by->ipp_ff_elem, y->ipp_ff_elem, ps->Fq2->ipp_ff);
480 // -by),
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscnvrt.c 43 // 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);
272 // TODO: Follow Marc Mahy's recommendation to check if CHAD is same by using M1*M2 == M2*M1. If so, do nothing.
415 // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so
    [all...]
  /external/python/cpython3/Lib/test/
test_bytes.py 263 def by(s): function in function:BaseBytesTest.test_getslice
265 b = by("Hello, world")
267 self.assertEqual(b[:5], by("Hello"))
268 self.assertEqual(b[1:5], by("ello"))
269 self.assertEqual(b[5:7], by(", "))
270 self.assertEqual(b[7:], by("world"))
271 self.assertEqual(b[7:12], by("world"))
272 self.assertEqual(b[7:100], by("world"))
274 self.assertEqual(b[:-7], by("Hello"))
275 self.assertEqual(b[-11:-7], by("ello")
1127 def by(s): function in function:ByteArrayTest.test_regexps
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 4 * Use of this source code is governed by a BSD-style license that can be
77 * SkCodec (pointed to by *codecPtr) which will own/ref them, as well as
335 // We multiply by the same factor that libpng used to convert
397 float by = png_fixed_point_to_float(chrm[7]); local
402 if (skcms_PrimariesToXYZD50(rx, ry, gx, gy, bx, by, wx, wy, &tmp)) {
732 // Offset srcRow by get_start_coord rows. We do not need to account for fFirstRow,
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 9 // 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/skqp/src/codec/
SkPngCodec.cpp 4 * Use of this source code is governed by a BSD-style license that can be
77 * SkCodec (pointed to by *codecPtr) which will own/ref them, as well as
335 // We multiply by the same factor that libpng used to convert
397 float by = png_fixed_point_to_float(chrm[7]); local
402 if (skcms_PrimariesToXYZD50(rx, ry, gx, gy, bx, by, wx, wy, &tmp)) {
732 // Offset srcRow by get_start_coord rows. We do not need to account for fFirstRow,
    [all...]
  /external/skqp/third_party/etc1/
etc1.cpp 9 // 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/libaom/libaom/aom_dsp/
noise_model.c 566 int bx = 0, by = 0; local
582 for (by = 0; by < num_blocks_h; ++by) {
590 bx * block_size, by * block_size,
611 // Normalize gradients by block_size.
639 flat_blocks[by * num_blocks_w + bx] = is_flat ? 255 : 0;
640 scores[by * num_blocks_w + bx].score = var > kVarThreshold ? score : 0;
641 scores[by * num_blocks_w + bx].index = by * num_blocks_w + bx
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
311 factors > 1 (even though those sampling factors are ignored by the
429 can potentially be used for other purposes by different implementations. */
1934 JDIMENSION by; local
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/literature/
umodarith.lisp 15 ; THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
266 (defthmd <=-multiply-both-sides-by-z
280 ("subgoal 1.2" :use ((:instance <=-multiply-both-sides-by-z
  /external/swiftshader/src/Device/
ETC_Decoder.cpp 9 // Unless required by applicable law or agreed to in writing, software
580 int by = j * (bv - bo) + 2; local
585 ((i * (bh - bo) + by) >> 2) + bo,
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 9 // Unless required by applicable law or agreed to in writing, software
580 int by = j * (bv - bo) + 2; local
585 ((i * (bh - bo) + by) >> 2) + bo,
  /external/ImageMagick/coders/
dds.c 30 % Unless required by applicable law or agreed to in writing, software %
2998 by; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 469 * fragments got killed by depth/stencil test.
743 /* Twiddle pixels by reordering the array, e.g.:
906 LLVMValueRef by = LLVMBuildMul(builder, lp_build_const_int32(gallivm, y), stride, ""); local
951 LLVMValueRef by = LLVMBuildMul(builder, lp_build_const_int32(gallivm, y), stride, ""); local
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 4 * Use of this source code is governed by a BSD-style license that can be
30 * 4) Simplify the mesh by inserting new vertices at intersecting edges (simplify()).
39 * 5d) Displace edges by half a pixel inward and outward along their normals. Intersect to find
57 * accommodate this by adjusting the topology of the mesh and AEL to match the intersection
61 * neighbouring edges at the top or bottom vertex. This is handled by merging the
64 * active edge list. This is handled by detecting potential violations and rewinding
79 * Note that the orientation of the line sweep algorithms is determined by the aspect ratio of the
81 * coordinate, and secondarily by increasing X coordinate. When the path is wider than it is tall,
82 * we sort by increasing X coordinate, but secondarily by *decreasing* Y coordinate. This is s
576 double by = static_cast<double>(next->fPoint.fY) - curr->fPoint.fY; local
    [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp 4 * Use of this source code is governed by a BSD-style license that can be
30 * 4) Simplify the mesh by inserting new vertices at intersecting edges (simplify()).
39 * 5d) Displace edges by half a pixel inward and outward along their normals. Intersect to find
57 * accommodate this by adjusting the topology of the mesh and AEL to match the intersection
61 * neighbouring edges at the top or bottom vertex. This is handled by merging the
64 * active edge list. This is handled by detecting potential violations and rewinding
79 * Note that the orientation of the line sweep algorithms is determined by the aspect ratio of the
81 * coordinate, and secondarily by increasing X coordinate. When the path is wider than it is tall,
82 * we sort by increasing X coordinate, but secondarily by *decreasing* Y coordinate. This is s
576 double by = static_cast<double>(next->fPoint.fY) - curr->fPoint.fY; local
    [all...]
  /external/u-boot/doc/
README.x86 80 not turned on by default in the U-Boot source tree. Firstly, you need turn it
81 on by enabling the ROM build either via an environment variable
102 You can get these binary blobs by:
187 Note that the -U flag is only supported by the latest cbfstool. It unpacks
225 loop during the FspInit call. This bug was published by Intel although Intel
322 001000 me.bin Set by the descriptor
332 Overall ROM image size is controlled by CONFIG_ROM_SIZE.
362 For the on-board SPI flash MX25U6435F, this can be done by writing 0x40 to the
363 status register by DediProg in: Config > Modify Status Register > Write Status
373 needed by the Quark SoC itself
712 by its GUID, using '\/dev\/disk\/by-partuuid\/', a Linux path to a 'directory' label
    [all...]

Completed in 1974 milliseconds

12 3