HomeSort by relevance Sort by last modified time
    Searched defs:UChar (Results 1 - 25 of 42) sorted by null

1 2

  /external/valgrind/main/VEX/test/
fpconst.c 54 typedef unsigned char UChar;
59 UChar* b = malloc(8);
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 13 typedef unsigned char UChar;
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/
bug137714-amd64.c 6 typedef unsigned char UChar;
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)randomUInt()
    [all...]
movbe.c 7 typedef unsigned char UChar;
13 typedef struct { UChar cs[40]; } Block;
24 UChar randUChar ( void )
34 UChar* p = (UChar*)b;
smc1.c 37 typedef unsigned char UChar;
51 static UChar* code;
nan80and64.c 14 typedef unsigned char UChar;
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* f64
    [all...]
pcmpxstrx64.c 12 typedef unsigned char UChar;
14 typedef UChar Bool;
30 UChar xx = 0;
31 UChar x = summary[15-i];
65 UChar* blockC = (UChar*)&block[0];
pcmpxstrx64w.c 13 typedef unsigned char UChar;
15 typedef UChar Bool;
31 UChar xx = 0;
32 UChar x = summary[15-i];
66 UChar* blockC = (UChar*)&block[0];
avx-1.c 7 typedef unsigned char UChar;
14 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
38 UChar randUChar ( void )
48 UChar* p = (UChar*)b;
    [all...]
aes.c 8 typedef unsigned char UChar;
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];
45 dst->uChar[i] = xx
    [all...]
crc32.c 7 typedef unsigned char UChar;
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);
redundantRexW.c 12 typedef unsigned char UChar;
15 struct { __attribute__((aligned(16))) UChar b[16]; }
  /external/valgrind/main/none/tests/x86/
bug137714-x86.c 6 typedef unsigned char UChar;
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)randomUInt()
    [all...]
smc1.c 35 typedef unsigned char UChar;
47 static UChar code[10];
bt_everything.c 136 typedef unsigned char UChar;
147 UChar* block;
175 UChar ch = block[n];
  /external/chromium_org/base/third_party/icu/
icu_utf.h 25 typedef uint16 UChar;
309 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
319 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
350 * @param s const UChar * string
374 * @param s const UChar * string buffer
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 290 /* UChar and UChar32 definitions -------------------------------------------- */
292 /** Number of bytes in a UChar. @stable ICU 2.0 */
296 * \var UChar
297 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
298 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t or char16_t because GCC >=4.4
300 * This makes the definition of UChar platform-dependent
307 /* Define UChar to be compatible with wchar_t if possible. */
309 typedef wchar_t UChar;
314 typedef char16_t UChar;
316 typedef uint16_t UChar;
    [all...]
  /external/clang/test/ARCMT/
Common.h 20 typedef unsigned char UChar;
  /external/icu4c/common/unicode/
umachine.h 252 /* 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;
272 typedef char16_t UChar; */
274 typedef wchar_t UChar;
276 typedef __CHAR16_TYPE__ UChar;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 44 typedef unsigned char UChar;
71 UChar w8[16];
94 static inline UChar toUChar ( Int x ) {
96 return (UChar)x;
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 15 typedef unsigned char UChar;
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; \
bt_everything.c 9 typedef unsigned char UChar;
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 res
    [all...]
  /external/valgrind/main/VEX/useful/
show_fp_state.c 8 typedef unsigned char UChar;
21 UChar reg[80];
smchash.c 9 typedef unsigned char UChar;
25 UChar* bytes;
26 UChar* actual;
117 UChar* p = (UChar*)addr;
141 UChar* p = (UChar*)addr;
156 UChar* p = (UChar*)addr;
184 UChar* p = (UChar*)addr
    [all...]
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 104 typedef unsigned char UChar;
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) );

Completed in 1391 milliseconds

1 2