/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
dwarf64_leb128.asm | [all...] |
/external/chromium_org/cc/animation/ |
timing_function.h | 35 static scoped_ptr<CubicBezierTimingFunction> Create(double x1, double y1, 46 CubicBezierTimingFunction(double x1, double y1, double x2, double y2);
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_constants.h | 84 RESIZABLE_TOP = 0x1, 102 TOP_ROUNDED = 0x1,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathElement.idl | 43 createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2); 45 createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2); 48 createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1); 50 createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_debug.h | 39 #define DEBUG_PIPE 0x1 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftimes.asm | 5 times 0x1 mov eax, eax
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftimes.asm | 5 times 0x1 mov eax, eax
|
/external/chromium_org/tools/idl_parser/test_parser/ |
enum_ppapi.idl | 115 noodles = 0x1 << 0x2,
|
/external/clang/test/Sema/ |
bitfield-promote.c | 9 struct { int x : 8; } x1; variable in typeref:struct:__anon16860 11 __typeof__(((long long)x1.x + 1)) y1;
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 18 S x1(int()); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}} 19 x1(&returns_an_int);
|
warn-dangling-field.cpp | 27 X &x1, *x2; member in struct:S3 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
|
/external/llvm/test/MC/AArch64/ |
trace-regs-diagnostics.s | 24 msr trcidr4, x1 36 msr trcdevtype, x1 44 msr trcpidr3, x1 46 msr trccidr1, x1 83 // CHECK-NEXT: msr trcidr4, x1 119 // CHECK-NEXT: msr trcdevtype, x1 143 // CHECK-NEXT: msr trcpidr3, x1 149 // CHECK-NEXT: msr trccidr1, x1
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_debug.h | 39 #define DEBUG_PIPE 0x1 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
/external/valgrind/main/memcheck/tests/linux/ |
brk.c | 19 vals[2] = ds - 0x1; // small shrink 24 vals[7] = ds - 0x1; // shrink below start size
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d3_14pf.cpp | 179 j = index & 0x1; 193 j = index & 0x1;
|
d4_17pf.cpp | 230 j = index & 0x1; 250 i = sign & 0x1;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 539 x1 = (int32)blk[12] << 8; 565 x8 = x0 + x1; 566 x0 -= x1; 567 x1 = W6 * (x3 + x2) + 4; 568 x2 = (x1 - (W2 + W6) * x2) >> 3; 569 x3 = (x1 + (W2 - W6) * x3) >> 3; 570 x1 = x4 + x6; 586 res = (x7 + x1) >> 14; 609 res = (x7 - x1) >> 14 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
convolve3x3.fs | 26 uint32_t x1 = min((int32_t)x+1, gWidth-1); 33 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)); 36 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y)); 39 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2));
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ip2_convolve3x3.rs | 26 uint32_t x1 = min((int32_t)x+1, gWidth-1); 31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)); 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y)); 37 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2));
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
convolve3x3.fs | 26 uint32_t x1 = min((int32_t)x+1, gWidth-1); 31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)); 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y)); 37 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2));
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
convolve3x3.rs | 29 uint32_t x1 = min((int32_t)x+1, gWidth-1); 34 float4 p00 = rsUnpackColor8888(gPixels[x1 + gWidth * y1]); 37 float4 p10 = rsUnpackColor8888(gPixels[x1 + gWidth * y]); 40 float4 p20 = rsUnpackColor8888(gPixels[x1 + gWidth * y2]);
|