/external/kernel-headers/original/asm-mips/sn/ |
ioc3.h | 264 #define PCI_SCR_RX_SERR (0x1 << 16) 265 #define PCI_SCR_DROP_MODE (0x1 << 17) 266 #define PCI_SCR_SIG_PAR_ERR (0x1 << 24) 267 #define PCI_SCR_SIG_TAR_ABRT (0x1 << 27) 268 #define PCI_SCR_RX_TAR_ABRT (0x1 << 28) 269 #define PCI_SCR_SIG_MST_ABRT (0x1 << 29) 270 #define PCI_SCR_SIG_SERR (0x1 << 30) 271 #define PCI_SCR_PAR_ERR (0x1 << 31)
|
/external/kernel-headers/original/linux/ |
if.h | 31 #define IFF_UP 0x1 /* interface is up */ 60 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 43 USAGE_LOCAL_FILE_PLAYBACK = 0x1, 52 MODE_GOODQUALITY = 0x1,
|
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 154 #define VPX_CODEC_CAP_DECODER 0x1 /**< Is a decoder */ 490 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
|
vpx_encoder.h | 122 #define VPX_FRAME_IS_KEY 0x1 /**< frame is the start of a GOP */ 138 #define VPX_ERROR_RESILIENT_DEFAULT 0x1 /**< Improve resiliency against [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 75 @ CHECK: Section: .text (0x1) 79 @ CHECK: Section: .text (0x1)
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 269 unsigned x1 = i915->scissor.minx; local 276 sc[1] = (y1 << 16) | (x1 & 0xffff);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 640 int x1, int y1, 644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 ); 646 out[3] = get_texel_2d_no_border( samp, addr, x1, y1 ); 655 int x1, int y1, 659 out[1] = get_texel_2d( samp, addr, x1, y0 ); 660 out[3] = get_texel_2d( samp, addr, x1, y1 ); 821 unsigned x1 = (x0 + 1) & (xpot - 1); local 823 get_texel_quad_2d_no_border(samp, addr, x0, y0, x1, y1, tx); 1181 int x0, x1; local 1194 samp->linear_texcoord_s(s, width, &x0, &x1, &xw) 1218 int x0, x1, layer; local 1256 int x0, y0, x1, y1; local 1300 int x0, y0, x1, y1, layer; local 1345 int x0, y0, x1, y1; local 1390 int x0, x1, y0, y1, z0, z1; local [all...] |
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 578 int x1; /**< determines scale if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon23444 587 int x1; /**< may be < x0 only if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon23445
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_yuv.c | 144 int x = box->x1; 146 int w = box->x2 - box->x1;
|
/external/mesa3d/src/mesa/main/ |
texcompress_etc_tmp.h | 109 block->flipped = (src[3] & 0x1); 125 ((block->pixel_indices >> (bit)) & 0x1);
|
/external/openfst/src/include/fst/ |
expectation-weight.h | 41 // X1 is usually a probability weight like LogWeight 45 // If X1 is distinct from X2, it is required that there is an external 46 // product between X1 and X2 and if both semriring are commutative, or 48 template <class X1, class X2> 49 class ExpectationWeight : public PairWeight<X1, X2> { 51 using PairWeight<X1, X2>::Value1; 52 using PairWeight<X1, X2>::Value2; 54 using PairWeight<X1, X2>::Reverse; 55 using PairWeight<X1, X2>::Quantize; 56 using PairWeight<X1, X2>::Member [all...] |
/external/openssl/crypto/asn1/ |
a_utf8.c | 135 value = ((unsigned long)(*p++ & 0x1)) << 30; 203 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
|
/external/oprofile/events/mips/vr5432/ |
events | 5 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated
|
/external/oprofile/events/mips/vr5500/ |
events | 7 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : Instructions executed
|
/external/skia/src/core/ |
SkBitmapFilter.cpp | 45 int x1 = SkClampMax(SkScalarFloorToInt(srcPt.fX+s.getBitmapFilter()->width())+1, maxX); local 50 for (int srcX = x0; srcX < x1 ; srcX++) {
|
/external/skia/src/effects/gradients/ |
SkClampRange.cpp | 16 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) { 23 if (x1 <= edge) {
|
/external/skia/tests/ |
ClipCubicTest.cpp | 60 float x1, float y1, 65 crv[1].fX = x1; crv[1].fY = y1;
|
/external/srtp/test/ |
rtp.c | 112 sender->message.header.pt = 0x1; 136 rcvr->message.header.pt = 0x1;
|
/external/valgrind/main/VEX/useful/ |
show_fp_state.c | 84 return (m_fpu_state.env[FP_ENV_STAT] >> flagno) & 0x1; 90 return (m_fpu_state.env[FP_ENV_CTRL] >> flagno) & 0x1;
|
/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 111 float x0, float y0, float x1, float y1, 116 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1)); 144 float x0, float y0, float x1, float y1, jintArray colorArray, 152 storedBounds[2] = x1; storedBounds[3] = y1; 216 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) { 220 storedBounds[2] = x1; storedBounds[3] = y1; 241 float x0, float y0, float x1, float y1, 246 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1));
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 157 inline void addQuad(float x1, float y1, float u1, float v1, 164 TextureVertex::set(mesh++, x1, y1, u1, v1);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Quad.java | 75 float x1 = Collections.max(xs); local 77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_shader_program.h | 68 jfloat x1, 80 jfloat x1,
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RotateFilter.java | 147 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f), local 153 Quad quad = new Quad(x0, x1, x2, x3);
|