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

1 2

  /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...]
smc1.c 37 typedef unsigned char UChar;
51 static UChar* code;
redundantRexW.c 12 typedef unsigned char UChar;
15 struct { __attribute__((aligned(16))) UChar b[16]; }
amd64locked.c 9 typedef unsigned char UChar;
95 ((UChar)cha)]; \
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
506 ULong btsq_mem ( UChar* base, int bitno )
520 ULong btsl_mem ( UChar* base, int bitno )
531 ULong btsw_mem ( UChar* base, int bitno )
543 ULong btrq_mem ( UChar* base, int bitno )
554 ULong btrl_mem ( UChar* base, int bitno )
565 ULong btrw_mem ( UChar* base, int bitno
    [all...]
  /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];
x86locked.c 9 typedef unsigned char UChar;
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* base, int bitno
    [all...]
  /external/clang/test/ARCMT/
Common.h 16 typedef unsigned char UChar;
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 74 typedef uint8_t UChar;
  /external/icu4c/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/valgrind/main/VEX/pub/
libvex_basictypes.h 44 typedef unsigned char UChar;
68 UChar w8[16];
91 static inline UChar toUChar ( Int x ) {
93 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/memcheck/tests/x86/
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/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 306 /* 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;
326 typedef uint16_t UChar;
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 306 /* 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;
326 typedef uint16_t UChar;
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 306 /* 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;
326 typedef uint16_t UChar;
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 306 /* 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;
326 typedef uint16_t UChar;
  /external/bzip2/
bzip2recover.c 53 typedef unsigned char UChar;
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
227 retVal = putc ( (UChar) (bs->buffer), bs->handle );
242 static void bsPutUChar ( BitStream* bs, UChar c )
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 47 typedef wchar_t UChar;
79 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 37 typedef uint16_t UChar;
129 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
131 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
143 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
237 int umemcasecmp(const UChar*, const UChar*, int len);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 25 typedef unsigned char UChar;
103 UChar MTB;
104 UChar LayerID;
105 UChar CodeType;
106 UChar RefSelCode;
118 UChar *yChan; /* pointer to Y */
119 UChar *uChan; /* pointer to U */
120 UChar *vChan; /* pointer to V */
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 63 // ugly hack to make UChar compatible with JSChar in API/JSStringRef.h
65 typedef wchar_t UChar;
67 typedef uint16_t UChar;
162 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
164 const UChar *e = src + srcLength;
165 const UChar *s = src;
166 UChar *r = result;
220 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error
    [all...]

Completed in 1762 milliseconds

1 2