Searched refs:by (Results 226 - 250 of 5973) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyTrianglesThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
83 int by = b >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations_neon.S4 @ Use of this source code is governed by a BSD-style license
36 @ Neon instructions can only right shift by an immediate value. To shift right
37 @ by a register value, we have to do a left shift left by the negative value.
52 vrshl.s32 q0, q12 @ Round shift right by right_shifts.
/external/libunwind/doc/
H A Dunw_resume.tex20 identified by \Var{cp}. The behavior of this routine differs
28 frames younger (more deeply nested) than the one identified by
29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
36 identified by the cursor by calling the \Func{access\_reg} and
55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t}
58 dependent on the target-platform and are regulated by the
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't
79 \item[\Const{UNW\_EINVALIDIP}] The instruction pointer identified by
81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
[all...]
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
78 int by = b >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
83 int by = b >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc2 // Use of this source code is governed by a BSD-style license that can be
128 void RegExpMacroAssemblerIrregexp::SetCurrentPositionFromEnd(int by) { argument
129 DCHECK(is_uint24(by));
130 Emit(BC_SET_CURRENT_POSITION_FROM_END, by);
142 void RegExpMacroAssemblerIrregexp::AdvanceRegister(int register_index, int by) { argument
146 Emit32(by);
197 void RegExpMacroAssemblerIrregexp::AdvanceCurrentPosition(int by) { argument
198 DCHECK(by >= kMinCPOffset);
199 DCHECK(by <= kMaxCPOffset);
201 advance_current_offset_ = by;
[all...]
H A Dregexp-macro-assembler-tracer.cc2 // Use of this source code is governed by a BSD-style license that can be
43 void RegExpMacroAssemblerTracer::AdvanceCurrentPosition(int by) { argument
44 PrintF(" AdvanceCurrentPosition(by=%d);\n", by);
45 assembler_->AdvanceCurrentPosition(by);
114 void RegExpMacroAssemblerTracer::AdvanceRegister(int reg, int by) { argument
115 PrintF(" AdvanceRegister(register=%d, by=%d);\n", reg, by);
116 assembler_->AdvanceRegister(reg, by);
120 void RegExpMacroAssemblerTracer::SetCurrentPositionFromEnd(int by) { argument
[all...]
H A Dregexp-macro-assembler-tracer.h2 // Use of this source code is governed by a BSD-style license that can be
18 virtual void AdvanceCurrentPosition(int by); // Signed cp change.
19 virtual void AdvanceRegister(int reg, int by); // r[reg] += by.
70 virtual void SetCurrentPositionFromEnd(int by);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp4 * Use of this source code is governed by a BSD-style license that can be
20 int by = state.b >> 2; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
114 int by = state.b >> 2; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
181 int by = b >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
211 int by local
276 int by = b >> 2; local
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp4 * Use of this source code is governed by a BSD-style license that can be
20 int by = state.b >> 2; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
114 int by = state.b >> 2; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
181 int by = b >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
211 int by local
276 int by = b >> 2; local
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races_xml.stderr.exp10 <line>Copyright (C) XXXX-YYYY, and GNU GPL'd, by OpenWorks LLP et al.</line>
81 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
95 <text>This conflicts with a previous write of size 4 by thread #x</text>
126 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
140 <text>This conflicts with a previous write of size 4 by thread #x</text>
171 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
185 <text>This conflicts with a previous write of size 4 by thread #x</text>
216 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
230 <text>This conflicts with a previous write of size 4 by thread #x</text>
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec128-plo-no.stderr.exp32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
68 by 0x........: posix_memalign (vg_replace_malloc.c:...)
84 by 0x........: posix_memalign (vg_replace_malloc.c:...)
100 by 0x........: posix_memalign (vg_replace_malloc.c:...)
116 by 0x........: posix_memalign (vg_replace_malloc.c:...)
132 by 0x........: posix_memalign (vg_replace_malloc.c:...)
148 by
[all...]
H A Dsh-mem-vec256-plo-yes.stderr.exp32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
356 by 0x........: posix_memalign (vg_replace_malloc.c:...)
372 by 0x........: posix_memalign (vg_replace_malloc.c:...)
388 by 0x........: posix_memalign (vg_replace_malloc.c:...)
404 by 0x........: posix_memalign (vg_replace_malloc.c:...)
420 by 0x........: posix_memalign (vg_replace_malloc.c:...)
436 by
[all...]
H A Dsh-mem-vec256-plo-no.stderr.exp32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
68 by 0x........: posix_memalign (vg_replace_malloc.c:...)
84 by 0x........: posix_memalign (vg_replace_malloc.c:...)
100 by 0x........: posix_memalign (vg_replace_malloc.c:...)
116 by 0x........: posix_memalign (vg_replace_malloc.c:...)
132 by 0x........: posix_memalign (vg_replace_malloc.c:...)
148 by
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsh-mem-vec128-plo-no.stderr.exp32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
68 by 0x........: posix_memalign (vg_replace_malloc.c:...)
84 by 0x........: posix_memalign (vg_replace_malloc.c:...)
100 by 0x........: posix_memalign (vg_replace_malloc.c:...)
116 by 0x........: posix_memalign (vg_replace_malloc.c:...)
132 by 0x........: posix_memalign (vg_replace_malloc.c:...)
148 by
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c147 int mbx, mby, bx, by; local
213 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by)
230 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by)
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c147 int mbx, mby, bx, by; local
213 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by)
230 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by)
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl13 #* Created by: Vladimir Weinstein
85 * Created by: Perl script tools/genren.pl written by Vladimir Weinstein
88 * Gets included by umachine.h
100 * - by changing the default setting of U_DISABLE_RENAMING in uconfig.h
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dsources.mak5 # - In default mode, mapi implements the interface defined by mapi.h. To use
11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dplatform_macros.h69 #error Host architecture was not detected as supported by protobuf
/external/chromium_org/third_party/skia/experimental/
H A DSkSetPoly3To3_A.cpp5 * Use of this source code is governed by a BSD-style license that can be
42 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
43 return SkDScalar_setMul(ax, bx) + SkDScalar_setMul(ay, by);
46 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
47 return SkDScalar_toScalar(ddot(ax, ay, bx, by));
/external/chromium_org/v8/tools/gyp/
H A Dv8.target.darwin-arm.mk1 # This file is generated by gyp; do not edit.
24 ### Set directly by aosp_build_settings.
H A Dv8.target.darwin-arm64.mk1 # This file is generated by gyp; do not edit.
24 ### Set directly by aosp_build_settings.
H A Dv8.target.darwin-mips.mk1 # This file is generated by gyp; do not edit.
24 ### Set directly by aosp_build_settings.

Completed in 411 milliseconds

1234567891011>>