/external/tremolo/Tremolo/ |
mdct.c | 199 DATA_TYPE *x1 = x + points - 4; local 204 s0 = x1[0] - x1[1]; x1[0] += x1[1]; 205 s1 = x1[3] - x1[2]; x1[2] += x1[3]; 206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0] [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGPathStringSource.cpp | 162 float x1; local 168 if (!parseNumber(m_current, m_end, x1) 175 point1 = FloatPoint(x1, y1); 183 float x1; local 187 if (!parseNumber(m_current, m_end, x1) 192 point1 = FloatPoint(x1, y1);
|
/frameworks/base/libs/hwui/ |
ProgramCache.h | 50 #define PROGRAM_KEY_TEXTURE 0x1 247 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT; 248 if (isPoint) key |= programid(0x1) << PROGRAM_IS_POINT_SHIFT; 249 if (isAA) key |= programid(0x1) << PROGRAM_HAS_AA_SHIFT; 250 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT; 251 if (hasTextureTransform) key |= programid(0x1) << PROGRAM_HAS_TEXTURE_TRANSFORM_SHIFT;
|
/external/skia/samplecode/ |
SampleDash.cpp | 60 SkScalar x1 = x0 + SkIntToScalar(1000); local 70 canvas->drawLine(x0, y0, x1, y0, paint); 77 canvas->drawLine(x0, y0, x1, y0, paint);
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 179 mErrors |= (0x1 << error); 193 rval = ((mErrors & (0x1 << error)) != 0); 208 if ((mErrors & (0x1 << error)) != 0) {
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_ics_info.cpp | 198 windowSequence = (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1); 200 *pWindowShape = (temp) & ((0x1<<LEN_WIN_SH)-1); 236 (Bool) (temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT)-1)); 440 windowSequence = (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1)); 442 *pWindowShape = (WINDOW_SHAPE)((temp) & ((0x1 << LEN_WIN_SH) - 1)); 518 (Bool)(temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT) - 1));
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
pre_proc.cpp | 292 state->x1 = 0; 333 state->x1 = 0; 489 x2 = st->x1; 490 st->x1 = st->x0; 499 L_tmp = L_mac (L_tmp, st->x1, b[1]); 551 x_n_2 = st->x1; 583 st->x1 = x_n_2;
|
/prebuilt/common/ninepatch/ |
ninepatch-prebuilt.jar | |
/prebuilt/sdk/14/renderscript/include/ |
rs_graphics.rsh | 205 * @param x1 212 rsgDrawRect(float x1, float y1, float x2, float y2, float z); 218 * @param x1 232 rsgDrawQuad(float x1, float y1, float z1, 242 * @param x1 264 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, 375 float x1, y1, z1, x2, y2, z2; 376 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2); 377 bBoxMin->x = x1;
|
/bionic/libc/kernel/arch-sh/asm/ |
ptrace.h | 66 unsigned long x1; member in struct:pt_dspregs
|
/bionic/libc/kernel/common/linux/ |
taskstats.h | 70 #define TASKSTATS_GENL_VERSION 0x1
|
xattr.h | 15 #define XATTR_CREATE 0x1
|
/bionic/libm/src/ |
s_frexpl.c | 49 u.e *= 0x1.0p514;
|
/development/ndk/platforms/android-3/include/linux/ |
taskstats.h | 70 #define TASKSTATS_GENL_VERSION 0x1
|
xattr.h | 15 #define XATTR_CREATE 0x1
|
/external/clang/test/Sema/ |
tentative-decls.c | 4 struct a x1; // expected-note 2{{forward declaration of 'struct a'}} variable in typeref:struct:a
|
/external/clang/test/SemaCXX/ |
copy-initialization.cpp | 12 X x1 = y; // expected-error{{no matching constructor for initialization of 'X'}} local
|
direct-initializer.cpp | 29 X x1(5);
|
/external/clang/test/SemaTemplate/ |
class-template-ctor-initializer.cpp | 14 B1<int> x1; variable
|
instantiate-decl-init.cpp | 26 struct X1 { 27 explicit X1(const X0 &x0 = X0()); 32 X1 x1; local
|
/external/freetype/src/autofit/ |
afwarp.h | 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
|
/external/grub/netboot/ |
3c509.h | 89 #define EEPROM_NODE_ADDR_1 0x1 /* Word */ 210 #define WINDOW_SELECT (unsigned short) (0x1<<11) 229 #define FIL_INDIVIDUAL (unsigned short) (0x1) 244 #define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1) 271 #define S_INTR_LATCH (unsigned short) (0x1) 300 #define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15) 301 #define ERR_RX (unsigned short) (0x1<<14) 345 #define W0_P4_CMD_ENABLE_ADAPTER 0x1 375 #define AUI 0x1
|
/external/kernel-headers/original/linux/ |
taskstats.h | 135 #define TASKSTATS_GENL_VERSION 0x1
|
/external/libffi/src/powerpc/ |
darwin.S | 196 .byte 0x1 ; CIE Version 198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor 201 .byte 0x1 ; uleb128 0x1; Augmentation size 204 .byte 0x1 ; uleb128 0x1 231 .byte 0x1 ; uleb128 0x1
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 186 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX); 192 if (ECX & 0x1) X86SSELevel = SSE3; ToggleFeature(X86::FeatureSSE3); 202 HasCLMUL = IsIntel && ((ECX >> 1) & 0x1); ToggleFeature(X86::FeatureCLMUL); 203 HasFMA3 = IsIntel && ((ECX >> 12) & 0x1); ToggleFeature(X86::FeatureFMA3); 204 HasPOPCNT = IsIntel && ((ECX >> 23) & 0x1); ToggleFeature(X86::FeaturePOPCNT); 205 HasAES = IsIntel && ((ECX >> 25) & 0x1); ToggleFeature(X86::FeatureAES); 223 if ((EDX >> 29) & 0x1) { 227 if (IsAMD && ((ECX >> 6) & 0x1)) { 231 if (IsAMD && ((ECX >> 16) & 0x1)) {
|