Searched defs:UChar (Results 1 - 25 of 61) 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 Dmovbe.c7 typedef unsigned char UChar; typedef
13 typedef struct { UChar cs[40]; } Block;
24 UChar randUChar ( void )
34 UChar* p = (UChar*)b;
H A Dsmc1.c37 typedef unsigned char UChar; typedef
51 static UChar* code;
H A Dnan80and64.c14 typedef unsigned char UChar; typedef
17 void do_64_to_80 ( UChar* dst, UChar* src )
25 void do_80_to_64 ( UChar* dst, UChar* src )
33 void print80 ( char* s, UChar* v )
42 void print64 ( char* s, UChar* v )
53 void gen_qnan_64 ( UChar* dst )
59 #define SWAPC(_xx,_yy) { UChar tmp = _xx; _xx = _yy; _yy = tmp; }
61 static void rev64 ( UChar* f6
[all...]
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];
H A Dpcmpxstrx64w.c13 typedef unsigned char UChar; typedef
15 typedef UChar Bool;
31 UChar xx = 0;
32 UChar x = summary[15-i];
66 UChar* blockC = (UChar*)&block[0];
H A Daes.c8 typedef unsigned char UChar; typedef
10 typedef UChar Bool;
17 UChar uChar[16];
22 static UChar fromhex(char x) {
34 UChar xx = 0;
35 UChar x = summary[31-2*i];
36 UChar yy = 0;
37 UChar y = summary[31-2*i-1];
H A Davx-1.c7 typedef unsigned char UChar; typedef
14 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
38 UChar randUChar ( void )
48 UChar* p = (UChar*)b;
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];
/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.h20 typedef unsigned char UChar; typedef
/external/icu4c/common/unicode/
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
254 /** Number of bytes in a UChar. @stable ICU 2.0 */
258 * \var UChar
259 * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t),
261 * If neither is available, then define UChar to be uint16_t.
263 * This makes the definition of UChar platform-dependent
270 typedef UCHAR_TYPE UChar; typedef
272 typedef char16_t UChar; */
274 typedef wchar_t UChar; typedef
276 typedef __CHAR16_TYPE__ UChar; typedef
278 typedef uint16_t UChar; typedef
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h44 typedef unsigned char UChar; typedef
71 UChar w8[16];
94 static inline UChar toUChar ( Int x ) {
96 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; \
/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];

Completed in 1223 milliseconds

123