HomeSort by relevance Sort by last modified time
    Searched refs:xa (Results 1 - 25 of 552) 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
330 struct _XArray* xa = (struct _XArray*)xao; local
353 struct _XArray* xa = (struct _XArray*)xao; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi_props_data.c 213 7,7,7,8,9,0xa,0xa,4,4,4,0xa,0xa,0x300a,0xf00a,0xa,3,
214 6,3,6,6,2,2,2,2,2,2,2,2,2,2,6,0xa,
215 0x500a,0xa,0xd00a,0xa,0xa,0,0,0,0,0,0,0,0,0,0,0,
217 0xa,0xd00a,0xa,0xa,0xa,0,0,0,0,0,0,0,0,0,0,0
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props_data.h 221 9,0xa,0xa,4,4,4,0xa,0xa,0x310a,0xf20a,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,0x510a,0xa,0xd20a,0xa,0xa
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wpcevent.h 23 EXTERN_C DECLSPEC_SELECTANY const EVENT_DESCRIPTOR WPCEVENT_WEB_FILEDOWNLOAD = {0xa,0x0,0x10,0x4,0x18,0xa,0x8000000000000030};
25 #define WPCEVENT_WEB_FILEDOWNLOAD_value 0xa
  /external/clang/test/Lexer/
char-escapes.c 16 int test['\xa' == 10 ? 1 : -1];
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1_luts.h 39 0x9, 0xa, 0xc, 0xd, 0xa, 0xa, 0xd, 0xd, 0xc, 0xd, 0xc, 0xd, 0xd, 0xd, 0xd, 0xd,
40 0x9, 0xa, 0xc, 0xb, 0xa, 0x9, 0xd, 0xc, 0xc, 0xb, 0xc, 0xb, 0xd, 0xc, 0xd, 0xc,
41 0x9, 0xa, 0xc, 0xb, 0xa, 0xa, 0xb, 0xb, 0xc, 0xd, 0x9, 0xa, 0xd, 0xd, 0xa, 0xa,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.c 139 struct xa_tracker *xa = calloc(1, sizeof(struct xa_tracker)); local
143 if (!xa)
146 xa->screen = driver_descriptor.create_screen(drm_fd);
147 if (!xa->screen)
150 xa->default_ctx = xa_context_create(xa);
151 if (!xa->default_ctx)
159 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
160 if (!xa->supported_formats
350 struct xa_tracker *xa = srf->xa; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 139 struct xa_tracker *xa = calloc(1, sizeof(struct xa_tracker)); local
143 if (!xa)
146 xa->screen = driver_descriptor.create_screen(drm_fd);
147 if (!xa->screen)
150 xa->default_ctx = xa_context_create(xa);
151 if (!xa->default_ctx)
159 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
160 if (!xa->supported_formats
350 struct xa_tracker *xa = srf->xa; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xa = a->x;
61 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
63 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
70 y = (*xa & 0xffff) + carry;
72 z = (*xa++ >> 16) + carry;
78 y = *xa++ + *xb++ + carry;
85 y = *xa++ + carry;
misc.c 283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
308 for(x = c->x, xa = x + wc; x < xa; x++)
310 xa = a->x;
311 xae = xa + wa;
318 x = xa;
334 x = xa;
348 x = xa;
366 x = xa;
521 ULong *xa, *xa0, *xb, *xb0 local
557 ULong *xa, *xae, *xb, *xbe, *xc; local
653 ULong *xa, *xa0, w, y, z; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cuda.h 16 #define CUDA_POWERDOWN 0xa
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cuda.h 16 #define CUDA_POWERDOWN 0xa
  /external/pdfium/core/src/fxge/fontdata/chromefontdata/
FoxitFixedBoldItalic.c 14 0x3, 0xf8, 0x14, 0x4, 0xfb, 0xa, 0xfb, 0x8d,
89 0x51, 0x0, 0x73, 0x0, 0x9, 0x0, 0xa, 0x0,
114 0x9, 0xb6, 0xa, 0x36, 0xa, 0x52, 0xa, 0x75,
115 0xa, 0x9a, 0xa, 0xbb, 0xb, 0x3c, 0xb, 0x86,
144 0x28, 0xa, 0x28, 0x44, 0x28, 0xc6, 0x28, 0xdc,
167 0x8d, 0x34, 0xa, 0x31, 0x6, 0xba, 0xd8, 0x5,
169 0xa, 0xf7, 0x8a, 0x42, 0xa, 0x50, 0x6, 0xfb
    [all...]
FoxitFixedItalic.c 97 0x9, 0x77, 0x9, 0xc3, 0x9, 0xd7, 0xa, 0x28,
98 0xa, 0x48, 0xa, 0x84, 0xa, 0xd7, 0xb, 0x1,
105 0x11, 0xb9, 0x12, 0xa, 0x12, 0x1f, 0x12, 0x6b,
138 0x36, 0x2d, 0x36, 0x71, 0x36, 0xb3, 0x37, 0xa,
157 0xc8, 0xa8, 0x64, 0xa, 0xda, 0x6, 0x13, 0xd0,
159 0xb0, 0xa8, 0x64, 0xa, 0xdb, 0x6, 0x13, 0xd0,
168 0x5, 0x5b, 0x6, 0x54, 0xfb, 0x75, 0x83, 0xa,
178 0xb9, 0x81, 0x19, 0x6d, 0xfb, 0x2a, 0x51, 0xa,
    [all...]
FoxitSansBoldItalic.c 84 0x9, 0xfa, 0xa, 0x1f, 0xa, 0x3f, 0xa, 0x62,
85 0xa, 0xb7, 0xb, 0x65, 0xb, 0x96, 0xb, 0xef,
90 0xf, 0xe6, 0x10, 0xa, 0x10, 0x59, 0x10, 0x74,
103 0x1c, 0xa, 0x1c, 0x8f, 0x1c, 0xa7, 0x1d, 0x32,
145 0x74, 0xa0, 0xa6, 0x1e, 0xe, 0x72, 0xa, 0xf7,
146 0x1d, 0xf8, 0xf0, 0x15, 0xf3, 0x52, 0xa, 0xf7,
147 0x6, 0xfb, 0x26, 0x15, 0xf3, 0x52, 0xa, 0xe,
154 0x72, 0xa, 0xf7, 0x68, 0xf8, 0xf0, 0x8e, 0xa
    [all...]
FoxitSansBold.c 81 0xa7, 0x8, 0xa, 0x8, 0x3e, 0x8, 0xaf, 0x9,
83 0xab, 0x9, 0xc9, 0xa, 0x2e, 0xa, 0xda, 0xb,
105 0x19, 0x1f, 0xaf, 0x1f, 0xda, 0x20, 0xa, 0x20,
144 0xf0, 0x84, 0xa, 0x94, 0xf8, 0xf0, 0x6b, 0xa,
145 0xef, 0xfb, 0x26, 0x6b, 0xa, 0xe, 0xfb, 0x78,
153 0xf7, 0x2, 0x83, 0xa, 0xfb, 0xa, 0x6, 0x52,
155 0xfc, 0x15, 0x73, 0xa, 0xd3, 0x63, 0xa, 0xf8
    [all...]
FoxitSerifItalic.c 80 0x95, 0x8, 0xb5, 0x9, 0x2c, 0x9, 0xe6, 0xa,
81 0x2e, 0xa, 0xb6, 0xa, 0xe4, 0xb, 0x2e, 0xb,
88 0xd2, 0x13, 0xf9, 0x14, 0xa, 0x14, 0x26, 0x14,
138 0xa2, 0x85, 0xa, 0x74, 0x73, 0x6e, 0x1e, 0xe,
143 0x77, 0x71, 0xbc, 0xa, 0xfb, 0x47, 0x16, 0xa0,
145 0x81, 0x9d, 0x7a, 0x72, 0x76, 0xbc, 0xa, 0xe,
179 0x5, 0xe, 0xf8, 0x70, 0xb0, 0xa, 0xd5, 0xd0,
180 0xa, 0xf7, 0x1e, 0xd0, 0xa, 0x13, 0xb7, 0x80
    [all...]
  /bionic/libc/kernel/uapi/linux/
cuda.h 30 #define CUDA_POWERDOWN 0xa
  /development/ndk/platforms/android-L/include/linux/
cuda.h 30 #define CUDA_POWERDOWN 0xa
  /external/kernel-headers/original/uapi/linux/
cuda.h 19 #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);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cuda.h 30 #define CUDA_POWERDOWN 0xa
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cuda.h 30 #define CUDA_POWERDOWN 0xa
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cuda.h 30 #define CUDA_POWERDOWN 0xa

Completed in 1686 milliseconds

1 2 3 4 5 6 7 8 91011>>