OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x1
(Results
726 - 750
of
2735
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libffi/src/powerpc/
linux64.S
147
.byte 0
x1
# CIE Version
149
.uleb128 0
x1
# CIE Code Alignment Factor
152
.uleb128 0
x1
# Augmentation size
155
.uleb128 0
x1
174
.uleb128 0
x1
sysv.S
172
.byte 0
x1
/* CIE Version */
178
.uleb128 0
x1
/* CIE Code Alignment Factor */
182
.uleb128 0
x1
/* Augmentation size */
186
.uleb128 0
x1
213
.uleb128 0
x1
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
matrox_regs.h
199
#define MGAREG_MISC_IOADSEL (0
x1
<< 0)
200
#define MGAREG_MISC_RAMMAPEN (0
x1
<< 1)
202
#define MGAREG_MISC_CLK_SEL_VGA28 (0
x1
<< 2)
205
#define MGAREG_MISC_VIDEO_DIS (0
x1
<< 4)
206
#define MGAREG_MISC_HIGH_PG_SEL (0
x1
<< 5)
/external/skia/src/utils/
SkCullPoints.cpp
26
bool SkCullPoints::sect_test(int x0, int y0, int
x1
, int y1) const {
29
if ((x0 < r.fLeft &&
x1
< r.fLeft) ||
30
(x0 > r.fRight &&
x1
> r.fRight) ||
37
if (r.contains(x0, y0) || r.contains(
x1
, y1)) {
45
vec.set(
x1
- x0, y1 - y0);
/external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c
142
pState->decoderL.acc = pState->decoderL.
x1
= sTemp;
157
pState->decoderR.acc = pState->decoderR.
x1
= sTemp;
200
pState->decoderL.
x1
= pState->decoderL.x0;
201
pState->decoderR.
x1
= pState->decoderR.x0;
260
pState->
x1
= (EAS_PCM) pState->acc;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c
142
pState->decoderL.acc = pState->decoderL.
x1
= sTemp;
157
pState->decoderR.acc = pState->decoderR.
x1
= sTemp;
200
pState->decoderL.
x1
= pState->decoderL.x0;
201
pState->decoderR.
x1
= pState->decoderR.x0;
260
pState->
x1
= (EAS_PCM) pState->acc;
/external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c
142
pState->decoderL.acc = pState->decoderL.
x1
= sTemp;
157
pState->decoderR.acc = pState->decoderR.
x1
= sTemp;
200
pState->decoderL.
x1
= pState->decoderL.x0;
201
pState->decoderR.
x1
= pState->decoderR.x0;
260
pState->
x1
= (EAS_PCM) pState->acc;
/external/webkit/Source/WebCore/platform/audio/
Biquad.cpp
76
double
x1
= m_x1;
90
float y = a0*x + a1*
x1
+ a2*x2 - b1*y1 - b2*y2;
97
x2 =
x1
;
98
x1
= x;
104
m_x1 =
x1
;
/external/webkit/Source/WebCore/svg/
SVGLinearGradientElement.cpp
43
DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::x1Attr,
X1
,
x1
)
169
attributes.setX1(linear->
x1
());
204
startPoint = FloatPoint(attributes.
x1
().valueAsPercentage(), attributes.y1().valueAsPercentage());
207
startPoint = FloatPoint(attributes.
x1
().value(this), attributes.y1().value(this));
214
return
x1
().isRelative()
/frameworks/base/services/java/com/android/server/power/
WirelessChargerDetector.java
286
private static boolean hasMoved(float
x1
, float y1, float z1,
288
final double dotProduct = (
x1
* x2) + (y1 * y2) + (z1 * z2);
289
final double mag1 = Math.sqrt((
x1
*
x1
) + (y1 * y1) + (z1 * z1));
301
+ ",
x1
=" +
x1
+ ", y1=" + y1 + ", z1=" + z1
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h
141
#define HPC3_ERST_CRESET 0
x1
201
#define HPC3_GIOMISC_ERTIME 0
x1
272
#define HPC3_PROM_WENAB 0
x1
276
#define HPC3_PROM_SWAP 0
x1
280
#define HPC3_PROM_STAT 0
x1
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h
141
#define HPC3_ERST_CRESET 0
x1
201
#define HPC3_GIOMISC_ERTIME 0
x1
272
#define HPC3_PROM_WENAB 0
x1
276
#define HPC3_PROM_SWAP 0
x1
280
#define HPC3_PROM_STAT 0
x1
/external/freetype/src/raster/
ftraster.c
426
FT_F26Dot6
x1
,
1948
Long
x1
, y1, x2, y2, x3, y3;
local
2926
Long
x1
, x2, xs, e1, e2;
local
[
all
...]
/prebuilts/devtools/tools/lib/
draw9patch.jar
/external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp
200
case 0
x1
: return MBlaze::BSRA;
209
case 0
x1
: return MBlaze::BSRAI;
218
case 0
x1
: return MBlaze::CMP;
360
switch ((insn>>9)&0
x1
) {
363
case 0
x1
: return MBlaze::LBUR;
368
switch ((insn>>9)&0
x1
) {
371
case 0
x1
: return MBlaze::LHUR;
379
case 0
x1
: return MBlaze::LWR;
385
switch ((insn>>9)&0
x1
) {
388
case 0
x1
: return MBlaze::SBR
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java
704
final float
x1
= mStartPoint.x;
local
713
final float denom = (y4 - y3) * (x2 -
x1
) - (x4 - x3) * (y2 - y1);
715
final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (
x1
- x3)) / denom;
716
final float uB = ((x2 -
x1
) * (y1 - y3) - (y2 - y1) * (
x1
- x3)) / denom;
719
final float hitX =
x1
+ (uA * (x2 -
x1
));
732
final float
x1
= mStartPoint.x;
local
[
all
...]
/external/skia/legacy/src/core/
SkScan_Antihair.cpp
212
static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6
x1
, SkFDot6 y1,
217
if (SkAbs32(
x1
- x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511)) {
218
/* instead of (x0 +
x1
) >> 1, we shift each separately. This is less
224
int hx = (x0 >> 1) + (
x1
>> 1);
227
do_anti_hairline(hx, hy,
x1
, y1, clip, blitter);
236
if (SkAbs32(
x1
- x0) > SkAbs32(y1 - y0)) { // mostly horizontal
237
if (x0 >
x1
) { // we want to go left-to-right
238
SkTSwap<SkFDot6>(x0,
x1
);
243
istop = SkFDot6Ceil(
x1
);
249
slope = fastfixdiv(y1 - y0,
x1
- x0)
[
all
...]
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubni.h
72
#define NSRI_8BITMODE_MASK (UINT64_CAST 0
x1
<< 30)
75
#define NSRI_LINKUP_MASK (UINT64_CAST 0
x1
<< 29)
77
#define NSRI_DOWNREASON_MASK (UINT64_CAST 0
x1
<< 28)
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubni.h
72
#define NSRI_8BITMODE_MASK (UINT64_CAST 0
x1
<< 30)
75
#define NSRI_LINKUP_MASK (UINT64_CAST 0
x1
<< 29)
77
#define NSRI_DOWNREASON_MASK (UINT64_CAST 0
x1
<< 28)
/external/chromium/chrome/browser/chromeos/frame/
bubble_window.cc
17
bool IsInsideCircle(int x0, int y0, int
x1
, int y1, int r) {
18
return (x0 -
x1
) * (x0 -
x1
) + (y0 - y1) * (y0 - y1) <= r * r;
/external/kernel-headers/original/asm-mips/sn/sn0/
hubni.h
75
#define NSRI_8BITMODE_MASK (UINT64_CAST 0
x1
<< 30)
77
#define NSRI_LINKUP_MASK (UINT64_CAST 0
x1
<< 29)
79
#define NSRI_DOWNREASON_MASK (UINT64_CAST 0
x1
<< 28) /* out of reset. */
/external/libvorbis/doc/
09-helper.tex
99
"render_point(x0,y0,
x1
,y1,X)" is used to find the Y value at point X
100
along the line specified by x0,
x1
, y0 and y1. This function uses an
106
2) [adx] = [
x1
] - [x0]
128
"render_line(x0, y0,
x1
, y1, v)" to construct an integer floor
136
2) [adx] = [
x1
] - [x0]
156
13) iterate [x] over the range [x0]+1 ... [
x1
]-1 {
/external/llvm/include/llvm/ADT/
ImmutableList.h
148
return Allocator & 0
x1
? false : true;
152
return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0
x1
);
160
: Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0
x1
) {}
218
static bool isEqual(ImmutableList<T>
X1
, ImmutableList<T> X2) {
219
return
X1
== X2;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java
85
int sign = ((val & 0
x1
) << 1) - 1;
86
val = ((val >> 1) + (val & 0
x1
)) * sign;
122
return ~read1Bit() & 0
x1
;
/external/qemu/target-mips/
translate_init.c
50
#define MIPS_FCR0 ((0 << FCR0_S) | (0
x1
<< FCR0_PRID) | (0x10 << FCR0_REV))
182
.CP0_Config0 = MIPS_CONFIG0 | (0
x1
<< CP0C0_AR) |
202
.CP0_Config0 = MIPS_CONFIG0 | (0
x1
<< CP0C0_AR) |
222
.CP0_Config0 = MIPS_CONFIG0 | (0
x1
<< CP0C0_AR) |
243
.CP0_Config0 = MIPS_CONFIG0 | (0
x1
<< CP0C0_AR) |
266
.CP0_Config0 = MIPS_CONFIG0 | (0
x1
<< CP0C0_AR) |
314
.CP0_Config0 = (1 << 17) | (0
x1
<< 9) | (0
x1
<< 6) | (0x2 << CP0C0_K0),
333
.CP0_Config0 = (1 << 17) | (0
x1
<< 9) | (0
x1
<< 6) | (0x2 << CP0C0_K0)
[
all
...]
Completed in 637 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>