HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1076 - 1100 of 4103) sorted by null

<<41424344454647484950>>

  /external/chromium_org/base/
bind_internal.h 1164 typename Bound1UnwrapTraits::ForwardType x1 = local
1217 typename Bound1UnwrapTraits::ForwardType x1 = local
1244 typename Bound1UnwrapTraits::ForwardType x1 = local
1308 typename Bound1UnwrapTraits::ForwardType x1 = local
1339 typename Bound1UnwrapTraits::ForwardType x1 = local
1371 typename Bound1UnwrapTraits::ForwardType x1 = local
1444 typename Bound1UnwrapTraits::ForwardType x1 = local
1479 typename Bound1UnwrapTraits::ForwardType x1 = local
1515 typename Bound1UnwrapTraits::ForwardType x1 = local
1552 typename Bound1UnwrapTraits::ForwardType x1 = local
1634 typename Bound1UnwrapTraits::ForwardType x1 = local
1672 typename Bound1UnwrapTraits::ForwardType x1 = local
1711 typename Bound1UnwrapTraits::ForwardType x1 = local
1751 typename Bound1UnwrapTraits::ForwardType x1 = local
1792 typename Bound1UnwrapTraits::ForwardType x1 = local
1883 typename Bound1UnwrapTraits::ForwardType x1 = local
1925 typename Bound1UnwrapTraits::ForwardType x1 = local
1968 typename Bound1UnwrapTraits::ForwardType x1 = local
2012 typename Bound1UnwrapTraits::ForwardType x1 = local
2057 typename Bound1UnwrapTraits::ForwardType x1 = local
2103 typename Bound1UnwrapTraits::ForwardType x1 = local
2203 typename Bound1UnwrapTraits::ForwardType x1 = local
2248 typename Bound1UnwrapTraits::ForwardType x1 = local
2294 typename Bound1UnwrapTraits::ForwardType x1 = local
2341 typename Bound1UnwrapTraits::ForwardType x1 = local
2389 typename Bound1UnwrapTraits::ForwardType x1 = local
2438 typename Bound1UnwrapTraits::ForwardType x1 = local
2488 typename Bound1UnwrapTraits::ForwardType x1 = local
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
ddms.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
120 offset += ((x >> 2) & 0x1) << 8;
122 offset += ((y >> 1) & 0x1) << 5;
123 offset += ((x >> 1) & 0x1) << 4;
124 offset += (y & 0x1) << 3;
125 offset += (x & 0x1) << 2;
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
120 offset += ((x >> 2) & 0x1) << 8;
122 offset += ((y >> 1) & 0x1) << 5;
123 offset += ((x >> 1) & 0x1) << 4;
124 offset += (y & 0x1) << 3;
125 offset += (x & 0x1) << 2;
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11
    [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...]
  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_reg.h 111 #define TEXCOORDFMT_3D 0x1
232 #define PRIM3D_TRISTRIP (0x1<<18)
260 #define BR13_565 (0x1 << 24)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 39 return 0x1;
64 return 0x1;
89 return 0x1;
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubni.h 75 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
77 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
79 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 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 & 0x1 ? false : true;
152 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1);
160 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
218 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) {
219 return X1 == X2;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h 111 #define TEXCOORDFMT_3D 0x1
232 #define PRIM3D_TRISTRIP (0x1<<18)
260 #define BR13_565 (0x1 << 24)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 39 return 0x1;
64 return 0x1;
89 return 0x1;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 85 int sign = ((val & 0x1) << 1) - 1;
86 val = ((val >> 1) + (val & 0x1)) * sign;
122 return ~read1Bit() & 0x1;
  /external/qemu/target-mips/
translate_init.c 50 #define MIPS_FCR0 ((0 << FCR0_S) | (0x1 << FCR0_PRID) | (0x10 << FCR0_REV))
182 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
202 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
222 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
243 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
266 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
314 .CP0_Config0 = (1 << 17) | (0x1 << 9) | (0x1 << 6) | (0x2 << CP0C0_K0),
333 .CP0_Config0 = (1 << 17) | (0x1 << 9) | (0x1 << 6) | (0x2 << CP0C0_K0)
    [all...]
  /frameworks/rs/driver/
rsdPath.cpp 46 float x1, xc, x2; member in struct:DrvPathStatic::__anon30642
119 s->x1 = fin[0];
162 vtx[0] = s->x1;
172 vtx[8] = s->x1;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 93 int x1 = b.x + MARGIN_SIZE; local
95 for (int x = x1; x < x2; x += GRID_SIZE) {
216 int x1; local
219 x1 = offsetX + x - 1;
223 x1 = bounds.w + offsetX + x - 1;
226 gc.drawLine(x1, b.y, x1, b.y2());
229 x1 + (x2 - x1 - 16) / 2, centerY - 3);
247 int x1 = dragBounds.x + offsetX local
    [all...]

Completed in 922 milliseconds

<<41424344454647484950>>