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

1 2

  /external/valgrind/VEX/test/
fpconst.c 54 typedef unsigned char UChar;
59 UChar* b = malloc(8);
  /external/valgrind/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/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...]
avx2-1.c 7 typedef unsigned char UChar;
13 UChar randArray[1027] __attribute__((used));
15 UChar _randArray[1027] __attribute__((used));
20 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
44 UChar randUChar ( void )
54 UChar* p = (UChar*)b;
    [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/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...]
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 35 typedef unsigned char UChar;
47 static UChar code[10];
bt_everything.c 147 typedef unsigned char UChar;
158 UChar* block;
186 UChar ch = block[n];
  /external/valgrind/none/tests/arm64/
memory.c 12 typedef unsigned char UChar;
16 typedef unsigned char UChar;
24 static inline UChar randUChar ( void )
296 static void show_block_xor ( UChar* block1, UChar* block2, Int n )
341 UChar* area = memalign16(N); \
342 UChar area2[N]; \
    [all...]
  /external/clang/test/ARCMT/
Common.h 20 typedef unsigned char UChar;
  /external/icu/icu4c/source/common/unicode/
umachine.h 57 * When defined, force use of char16_t for UChar.
69 * In plain C, <uchar.h> is needed for the definition of char16_t
72 #include <uchar.h>
311 /* UChar and UChar32 definitions -------------------------------------------- */
313 /** Number of bytes in a UChar. @stable ICU 2.0 */
317 * \var UChar
318 * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t),
320 * If neither is available, then define UChar to be uint16_t.
322 * This makes the definition of UChar platform-dependent
329 typedef UCHAR_TYPE UChar;
    [all...]
  /external/libchrome/base/third_party/icu/
icu_utf.h 25 typedef uint16_t UChar;
316 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
326 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
357 * @param s const UChar * string
382 * @param s const UChar * string buffer
  /external/valgrind/VEX/pub/
libvex_basictypes.h 44 typedef unsigned char UChar;
77 UChar w8[16];
87 UChar w8[32];
110 static inline UChar toUChar ( Int x ) {
112 return (UChar)x;
  /external/valgrind/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; \
  /external/valgrind/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...]

Completed in 1228 milliseconds

1 2