HomeSort by relevance Sort by last modified time
    Searched refs:x4 (Results 1 - 25 of 1312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
array-size.c 8 int x4[1073741824 - 1]; local
  /external/valgrind/main/memcheck/tests/
badrw.c 7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
126 x4 = x[1];
143 if (x4 < x1)
146 x1 = x4;
147 x4 = tmp;
159 if (x4 < x2)
162 x2 = x4;
163 x4 = tmp;
169 if (x4 < x3)
171 x3 = x4;
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 6 // CHECK: @x4 = global %struct.X zeroinitializer
19 X x4; variable
29 return x4;
  /external/webkit/PerformanceTests/SunSpider/tests/ubench/
function-excess-args.js 1 function f(x0, x1, x2, x3, x4)
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(x4);
  /external/ceres-solver/examples/
powell.cc 36 // f2 = sqrt(5) * (x3 - x4)
38 // f4 = sqrt(10) * (x1 - x4)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
72 const T* const x4,
74 // f2 = sqrt(5) (x3 - x4)
75 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]);
83 const T* const x4,
86 residual[0] = (x2[0] - T(2.0) * x4[0]) * (x2[0] - T(2.0) * x4[0])
109 double x4 = 1.0; local
139 << ", x4 = " << x4 local
148 << ", x4 = " << x4 local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp 169 postmode |= 0x4;
201 postmode |= 0x4;
212 if ((postmode & 0x4) == 0)
228 postmode |= 0x4;
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
113 x4 = blk[9];
119 x5 = (W7 * x4 + 4) >> 3;
120 x4 = (W1 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
128 res = (x0 + x4) >> 14;
150 res = (x0 - x4) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 13 wchar_t x4[](L"hello");
14 extern wchar_t x4[6];
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4))
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4))
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/clang/test/Index/
cxx-operator-overload.cpp 10 Cls x4 = x1 + x2 + x3; local
  /external/compiler-rt/SDKs/linux/usr/include/sys/
mman.h 24 #define PROT_EXEC 0x4
  /external/quake/quake/src/WinQuake/
conproc.h 29 #define CCOM_GET_SCR_LINES 0x4
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushManagerParams.java 49 public static final int SIGNATURE_NO_MATCH = 0x4;
  /external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 16 struct X4 {
17 X4(const X4&) = default;
18 X4(X4&);
23 void f(X1 x1, X2 x2, X3 x3, X4 x4) {
27 vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at runtime}}
  /external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s 13 @ CHECK: ('word-1', 0x4)),
16 @ CHECK: ('word-1', 0x4)),
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
137 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
140 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 7 #define TCODE_READ_QUADLET_REQUEST 0x4
19 #define EXTCODE_LITTLE_ADD 0x4
34 #define RCODE_CONFLICT_ERROR 0x4
50 #define SCODE_1600 0x4
56 #define ACK_BUSY_X 0x4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 7 #define TCODE_READ_QUADLET_REQUEST 0x4
19 #define EXTCODE_LITTLE_ADD 0x4
34 #define RCODE_CONFLICT_ERROR 0x4
50 #define SCODE_1600 0x4
56 #define ACK_BUSY_X 0x4

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>