HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 276 - 300 of 2735) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/
format-comment-cdecls.c 13 * \param x1 Aaa.
15 extern void external_function(int x1);
16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
  /external/clang/test/PCH/
pr4489.c 39 void x1(void) function
  /external/clang/test/Sema/
expr-address-of.c 44 register int *x1; local
45 int *_dummy1 = &(*(x1 + 1));
55 register int x1[10]; local
56 int *_dummy1 = &(*(x1 + 1)); // fixme-error {{address of register variable requested}}
  /external/clang/test/SemaCXX/
dependent-types.cpp 6 T x1; local
  /external/clang/test/SemaTemplate/
extern-templates.cpp 42 class X1 {
50 void X1<T>::g(T t) {
54 extern template class X1<void*>;
56 void g_X1(X1<void*> x1, void *ptr) {
57 x1.g(ptr);
60 extern template void X1<const void*>::g(const void*);
62 void g_X1_2(X1<const void *> x1, const void *ptr) {
63 x1.g(ptr)
    [all...]
unused-variables.cpp 7 struct X1 { };
12 X1 x1; // expected-warning{{unused variable 'x1'}} local
21 template void g<X0, X1>(); // expected-note{{in instantiation of}}
  /external/iproute2/include/linux/tc_act/
tc_skbedit.h 27 #define SKBEDIT_F_PRIORITY 0x1
  /external/iptables/include/linux/netfilter/
xt_NFLOG.h 6 #define XT_NFLOG_DEFAULT_GROUP 0x1
xt_devgroup.h 7 XT_DEVGROUP_MATCH_SRC = 0x1,
  /external/kernel-headers/original/asm-generic/bitops/
__ffs.h 38 if ((word & 0x1) == 0)
  /external/skia/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /external/skia/legacy/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 71 kStatusDraw = 0x1,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 27 LARGE(0x1),
TextAlignment.java 27 CENTER(0x1),
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 76 uint32_t x1 = rsMax((int32_t)x-1, 0); local
79 float4 px = convert_float4(py0[x1]) * coeff[0] +
82 convert_float4(py1[x1]) * coeff[3] +
85 convert_float4(py2[x1]) * coeff[6] +
113 uint32_t x1 = xstart; local
115 if(x1 == 0) {
117 x1 ++;
121 if(x2 > x1) {
123 int32_t len = (x2 - x1 - 1) >> 1;
125 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
lv_value.pass.cpp 25 typename C::value_type x1, typename C::value_type x2,
29 q = x1;
38 typename C::value_type x1, typename C::value_type x2,
41 i = c.insert(i, x1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 5 #define TCODE_WRITE_BLOCK_REQUEST 0x1
16 #define EXTCODE_MASK_SWAP 0x1
47 #define SCODE_200 0x1
54 #define ACK_COMPLETE 0x1
ip6_tunnel.h 12 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 5 #define TCODE_WRITE_BLOCK_REQUEST 0x1
16 #define EXTCODE_MASK_SWAP 0x1
47 #define SCODE_200 0x1
54 #define ACK_COMPLETE 0x1
ip6_tunnel.h 12 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 5 #define TCODE_WRITE_BLOCK_REQUEST 0x1
16 #define EXTCODE_MASK_SWAP 0x1
47 #define SCODE_200 0x1
54 #define ACK_COMPLETE 0x1
ip6_tunnel.h 12 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1
  /system/core/fs_mgr/
fs_mgr_priv.h 65 #define MF_WAIT 0x1
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
64 if (mp_init_size (&x1, a->used - B) != MP_OKAY)
67 goto X1;
81 x1.used = a->used - B;
101 tmpx = x1.dp;
113 * upper words x1/y1 must have a known number of digits
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY)
123 goto X1Y1; /* x1y1 = x1*y1 */
125 /* now calc x1+x0 and y1+y0 */
126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY
    [all...]

Completed in 213 milliseconds

<<11121314151617181920>>