Searched defs:UChar (Results 1 - 25 of 55) sorted by relevance

123

/external/valgrind/main/VEX/test/
H A Dfpconst.c54 typedef unsigned char UChar; typedef
59 UChar* b = malloc(8);
/external/valgrind/main/memcheck/tests/
H A Dpdb-realloc2.c13 typedef unsigned char UChar; typedef
34 UChar* v;
35 UChar* p = malloc(size);
52 p[i] &= (UChar)j;
84 if (v[i] != (UChar)j)
/external/valgrind/main/none/tests/amd64/
H A Dbug137714-amd64.c6 typedef unsigned char UChar; typedef
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUIn
[all...]
H A Dsmc1.c37 typedef unsigned char UChar; typedef
51 static UChar* code;
H A Dpcmpxstrx64.c12 typedef unsigned char UChar; typedef
14 typedef UChar Bool;
30 UChar xx = 0;
31 UChar x = summary[15-i];
65 UChar* blockC = (UChar*)&block[0];
346 typedef unsigned char UChar; typedef
348 typedef UChar Bool;
364 UChar xx = 0;
365 UChar
[all...]
H A Dcrc32.c7 typedef unsigned char UChar; typedef
13 UInt do_s_crc32b ( UInt crcIn, UChar b )
43 UInt do_h_crc32b ( UInt crcIn, UChar b )
81 UInt do_h_crc32b_mem ( UInt crcIn, UChar* a )
120 UChar c = 0x42;
146 UChar* b = malloc(NMEM);
148 b[i] = (UChar)(i % 177);
H A DredundantRexW.c12 typedef unsigned char UChar; typedef
15 struct { __attribute__((aligned(16))) UChar b[16]; }
/external/valgrind/main/none/tests/x86/
H A Dbug137714-x86.c6 typedef unsigned char UChar; typedef
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUIn
[all...]
H A Dsmc1.c35 typedef unsigned char UChar; typedef
47 static UChar code[10];
H A Dbt_everything.c136 typedef unsigned char UChar; typedef
147 UChar* block;
175 UChar ch = block[n];
H A Dx86locked.c9 typedef unsigned char UChar; typedef
95 ((UChar)cha)]; \
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
466 unsigned int btsl_mem ( UChar* base, int bitno )
479 unsigned int btsw_mem ( UChar* base, int bitno )
490 unsigned int btrl_mem ( UChar* base, int bitno )
500 unsigned int btrw_mem ( UChar* base, int bitno )
511 unsigned int btcl_mem ( UChar* base, int bitno )
521 unsigned int btcw_mem ( UChar* bas
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontCacheQt.cpp47 const SimpleFontData* FontCache::getFontDataForCharacters(const Font&, const UChar*, int) argument
H A DSimpleFontDataQt.cpp36 bool SimpleFontData::containsCharacters(const UChar*, int) const argument
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) argument
77 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDetail>&, int32_t&, int32_t&) argument
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) argument
78 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDetail>&, int32_t&, int32_t&) argument
/external/clang/test/ARCMT/
H A DCommon.h19 typedef unsigned char UChar; typedef
/external/icu4c/common/unicode/
H A Dumachine.h299 /* UChar and UChar32 definitions -------------------------------------------- */
301 /** Number of bytes in a UChar. @stable ICU 2.0 */
305 * \var UChar
306 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
307 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t or char16_t because GCC >=4.4
309 * This makes the definition of UChar platform-dependent
316 /* Define UChar to be compatible with wchar_t if possible. */
318 typedef wchar_t UChar; typedef
323 typedef char16_t UChar; typedef
325 typedef uint16_t UChar; typedef
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h44 typedef unsigned char UChar; typedef
68 UChar w8[16];
91 static inline UChar toUChar ( Int x ) {
93 return (UChar)x;
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c15 typedef unsigned char UChar; typedef
32 static UChar randUChar ( void )
39 static void randomise ( UChar* p, Int n )
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
141 UChar* buf; \
H A Dbt_everything.c9 typedef unsigned char UChar; typedef
20 UChar res;
34 UChar res;
45 UChar res;
56 UChar res;
71 UChar res;
85 UChar res;
96 UChar res;
107 UChar res;
123 UChar re
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c15 typedef unsigned char UChar; typedef
32 static UChar randUChar ( void )
39 static void randomise ( UChar* p, Int n )
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
141 UChar* buf; \
/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c8 typedef unsigned char UChar; typedef
21 UChar reg[80];
H A Dsmchash.c9 typedef unsigned char UChar; typedef
25 UChar* bytes;
26 UChar* actual;
117 UChar* p = (UChar*)addr;
141 UChar* p = (UChar*)addr;
156 UChar* p = (UChar*)addr;
184 UChar*
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c104 typedef unsigned char UChar; typedef
144 UChar* img;
151 UChar* macho_img;
238 ii->img = (UChar*)v;
391 (unsigned long)((UChar*)cmd - (UChar*)ii.macho_img),
427 UInt* w32s = (UInt*)( (UChar*)tcmd + sizeof(*tcmd) );
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h306 /* UChar and UChar32 definitions -------------------------------------------- */
308 /** Number of bytes in a UChar. @stable ICU 2.0 */
312 * \var UChar
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
315 * This makes the definition of UChar platform-dependent
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar; typedef
326 typedef uint16_t UChar; typedef

Completed in 3000 milliseconds

123