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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/
m_xarray.c 58 struct _XArray* xa; local
68 xa = alloc_fn( cc, sizeof(struct _XArray) );
69 vg_assert(xa);
70 xa->alloc = alloc_fn;
71 xa->cc = cc;
72 xa->free = free_fn;
73 xa->cmpFn = NULL;
74 xa->elemSzB = elemSzB;
75 xa->usedsizeE = 0;
76 xa->totsizeE = 0
84 struct _XArray* xa = (struct _XArray*)xao; local
120 struct _XArray* xa = (struct _XArray*)xao; local
130 struct _XArray* xa = (struct _XArray*)xao; local
139 struct _XArray* xa = (struct _XArray*)xao; local
183 struct _XArray* xa = (struct _XArray*)xao; local
201 struct _XArray* xa = (struct _XArray*)xao; local
221 struct _XArray* xa = (struct _XArray*)xao; local
234 struct _XArray* xa = (struct _XArray*)xao; local
270 struct _XArray* xa = (struct _XArray*)xao; local
279 struct _XArray* xa = (struct _XArray*)xao; local
286 struct _XArray* xa = (struct _XArray*)xao; local
295 struct _XArray* xa = (struct _XArray*)xao; local
316 struct _XArray* xa = (struct _XArray*)xao; local
332 struct _XArray* xa = (struct _XArray*)xao; local
    [all...]
  /external/icu4c/common/
ubidi_props_data.h 221 9,0xa,0xa,4,4,4,0xa,0xa,0x300a,0xf00a,0xa,3,6,3,6,6,
222 2,2,2,2,2,2,2,2,2,2,6,0xa,0x500a,0xa,0xd00a,0xa,
223 0xa,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
224 0,0,0,0,0,0,0,0,0,0,0,0x500a,0xa,0xd00a,0xa,0xa
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /external/clang/test/Lexer/
char-escapes.c 16 int test['\xa' == 10 ? 1 : -1];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cuda.h 16 #define CUDA_POWERDOWN 0xa
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 16 #define CUDA_POWERDOWN 0xa
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 16 #define CUDA_POWERDOWN 0xa
  /external/oprofile/libop/
op_hw_specific.h 111 : "a" (0xa)
115 asm("cpuid" : "=a" (eax), "=b" (ebx) : "0" (0xa) : "ecx","edx");
126 unsigned v = arch_cpuid_1(0xa);
134 unsigned v = arch_cpuid_1(0xa);
  /external/openssh/
addrmatch.c 43 } xa; /* 128-bit address */ member in struct:xaddr
45 #define v4 xa.v4
46 #define v6 xa.v6
47 #define addr8 xa.addr8
48 #define addr32 xa.addr32
82 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa)
87 memset(xa, '\0', sizeof(*xa));
93 xa->af = AF_INET;
94 memcpy(&xa->v4, &in4->sin_addr, sizeof(xa->v4))
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 29 ConstantRange ConstantRangeTest::One(APInt(16, 0xa));
30 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa));
31 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa));
40 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
50 EXPECT_FALSE(Empty.contains(APInt(16, 0xa)));
59 EXPECT_TRUE(One.contains(APInt(16, 0xa)));
62 EXPECT_FALSE(One.inverse().contains(APInt(16, 0xa)));
69 EXPECT_TRUE(Some.contains(APInt(16, 0xa)));
78 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa)));
104 EXPECT_EQ(*One.getSingleElement(), APInt(16, 0xa));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6},
233 {0xb, 1, 1, 8}, {0xb, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8},
244 {0x0, 0xa, 0, 11}, {0x0, 0xa, 0, 11}, {0x1c, 1, 1, 10}, {0x1c, 1, 1, 10}, {0x1c, 1, 1, 10}, {0x1c, 1, 1, 10},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5, 3, 0, 12}, {0x6, 3, 0, 12}, {0xa, 2, 0, 12},
304 {0xb, 1, 1, 9}, {0xb, 1, 1, 9}, {0xa, 1, 1, 9}, {0xa, 1, 1, 9}
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7.cpp 15 auto xa = x, xb = 0; local
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 36 BRIGHT_RED(0xa),
  /system/core/sh/
parser.h 66 #define VSLENGTH 0xa /* ${#var} */
  /cts/tests/tests/nativemedia/xa/
Android.mk 32 LOCAL_CTS_TEST_PACKAGE := android.nativemedia.xa
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 225 XAObjectItf xa; local
236 res = xaCreateEngine( &xa, 1, EngineOption, NUM_ENGINE_INTERFACES, itfIidArray, itfRequired);
240 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
244 res = (*xa)->GetInterface(xa, XA_IID_VIDEODECODERCAPABILITIES, (void*)&decItf);
296 (*xa)->Destroy(xa);
  /external/openssl/crypto/sha/
sha_locl.h 163 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
174 Xupdate(f,xa,xa,xb,xc,xd); \
178 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
35 0xff, 0x8, 0x8, 0x8, 0x8, 0x9, 0x9, 0xa,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
35 0xff, 0x8, 0x8, 0x8, 0x8, 0x9, 0x9, 0xa,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /external/dropbear/libtomcrypt/notes/etc/
whirlgen.c 3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
  /external/libxml2/include/libxml/
chvalid.h 89 ((0x9 <= (c)) && ((c) <= 0xa)) || \
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 336 const uint32_t* xa; local
360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
362 xa = a->words();
363 xae = xa + wa;
370 x = xa;
384 x = xa;
397 x = xa;
528 const uint32_t *xa, *xa0, *xb, *xb0; local
538 xa = xa0 + j
573 const uint32_t* xa = a->words(); local
629 const uint32_t* xa; local
    [all...]
  /bionic/libc/stdlib/
strtod.c 674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
696 for(x = c->x, xa = x + wc; x < xa; x++)
698 xa = a->x;
699 xae = xa + wa;
706 x = xa;
720 x = xa;
738 x = xa;
890 ULong *xa, *xa0, *xb, *xb0; local
911 xa = xa0 + j
934 ULong *xa, *xae, *xb, *xbe, *xc; local
1060 ULong *xa, *xa0, w, y, z; local
    [all...]
  /external/clang/test/CodeGen/
atomic.c 46 old = __sync_fetch_and_or(&val, 0xa);
  /external/oprofile/events/mips/5K/
events 22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
35 event:0xa counters:1 um:zero minimum:500 name:CONFLICT_STALL_M_STAGE : Instruction stall in M stage due to scheduling conflicts

Completed in 1089 milliseconds

1 2 3 4 5 6 7 8 91011>>