HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/v8/src/
unicode.h 40 typedef unsigned int uchar; typedef in namespace:unibrow
53 inline bool get(uchar c);
56 bool CalculateValue(uchar c);
59 inline CacheEntry(uchar code_point, bool value)
62 uchar code_point_ : 21;
78 inline int get(uchar c, uchar n, uchar* result);
81 int CalculateValue(uchar c, uchar n, uchar* result)
    [all...]
unicode-inl.h 35 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) {
42 uchar code_point) {
48 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
49 uchar* result) {
63 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
64 uchar* result) {
81 unsigned Utf8::Encode(char* str, uchar c) {
105 uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor)
    [all...]
unicode.cc 50 static inline uchar TableGet(const int32_t* table, int index) {
54 static inline uchar GetEntry(int32_t entry) {
72 static bool LookupPredicate(const int32_t* table, uint16_t size, uchar chr) {
79 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
97 uchar entry = GetEntry(field);
106 uchar chars[kW];
121 uchar chr,
122 uchar next,
123 uchar* result,
131 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid))
    [all...]
regexp-macro-assembler.cc 227 unibrow::uchar c1 = substring1[i];
228 unibrow::uchar c2 = substring2[i];
230 unibrow::uchar s1[1] = { c1 };
233 unibrow::uchar s2[1] = { c2 };
  /external/bzip2/
unzcrash.c 37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
  /external/jhead/
jpgfile.c 36 return (((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
45 static void process_COM (const uchar * Data, int length)
82 static void process_SOFn (const uchar * Data, int marker)
141 uchar * Data;
172 Data = (uchar *)malloc(itemlen);
181 Data[0] = (uchar)lh;
182 Data[1] = (uchar)ll;
206 Data = (uchar *)malloc(size);
380 uchar * ThumbnailPointer
    [all...]
exif.c 320 ((uchar *)Short)[0] = (uchar)(PutValue>>8);
321 ((uchar *)Short)[1] = (uchar)PutValue;
323 ((uchar *)Short)[0] = (uchar)PutValue;
324 ((uchar *)Short)[1] = (uchar)(PutValue>>8);
334 return (((uchar *)Short)[0] << 8) | ((uchar *)Short)[1]
    [all...]
main.c 168 void copyThumbnailData(uchar* thumbnailData, int thumbnailLen) {
177 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
181 uchar* ThumbnailPointer = ExifSection->Data+ImageInfo.ThumbnailOffset+8;
189 ExifSection->Data[0] = (uchar)(NewExifSize >> 8);
190 ExifSection->Data[1] = (uchar)NewExifSize;
204 uchar* thumbnailData = NULL;
308 uchar* thumbnailPointer = ExifSection->Data + ImageInfo.ThumbnailOffset + 8;
309 thumbnailData = (uchar*)malloc(ImageInfo.ThumbnailSize);
447 uchar* thumbnailPointer = ExifSection->Data + ImageInfo.ThumbnailOffset + 8;
jhead.h 32 typedef unsigned char uchar; typedef
53 uchar * Data;
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_bus.h 57 extern int dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen);
58 extern int dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen);
  /external/icu4c/common/unicode/
utf_old.h 88 * by defining UTF_SIZE to either 8, 16, or 32. utf.h would then define the UChar type
92 * A lot of the ICU source code assumes UChar strings are in UTF-16.
98 * <p>Accordingly, utf.h defines UChar to be an unsigned 16-bit integer. If this matches wchar_t, then
99 * UChar is defined to be exactly wchar_t, otherwise uint16_t.</p>
104 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
237 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800)
285 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0)
287 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 453 #define EVT_asciiCode(m) ( (uchar) (m & EVT_ASCIIMASK) )
454 #define EVT_scanCode(m) ( (uchar) ( (m & EVT_SCANMASK) >> 8 ) )
659 uchar blue; /* Blue component of color */
660 uchar green; /* Green component of color */
661 uchar red; /* Blue component of color */
662 uchar alpha; /* Alpha or alignment byte */
672 uchar redMask,greenMask; /* Mask values for pixels */
673 uchar blueMask,rsvdMask;
704 uchar *surface; /* Pointer to bitmap surface */
715 uchar *andMask; /* Hold punch mask for icon */
    [all...]
mgldos.h 77 bool MGLAPI EVT_isKeyDown(uchar scanCode);
mglwin.h 146 bool MGLAPI EVT_isKeyDown(uchar scanCode);
debug.h 239 typedef unsigned char uchar; typedef
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 453 #define EVT_asciiCode(m) ( (uchar) (m & EVT_ASCIIMASK) )
454 #define EVT_scanCode(m) ( (uchar) ( (m & EVT_SCANMASK) >> 8 ) )
659 uchar blue; /* Blue component of color */
660 uchar green; /* Green component of color */
661 uchar red; /* Blue component of color */
662 uchar alpha; /* Alpha or alignment byte */
672 uchar redMask,greenMask; /* Mask values for pixels */
673 uchar blueMask,rsvdMask;
704 uchar *surface; /* Pointer to bitmap surface */
715 uchar *andMask; /* Hold punch mask for icon */
    [all...]
MGLDOS.H 77 bool MGLAPI EVT_isKeyDown(uchar scanCode);
MGLWIN.H 146 bool MGLAPI EVT_isKeyDown(uchar scanCode);
DEBUG.H 239 typedef unsigned char uchar; typedef
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 244 uchar *fb = (uchar*)my_painter->frameBuffer();
245 uchar *buf = (uchar*)my_image->bits();
280 uchar *fb = (uchar*)my_painter->frameBuffer();
281 uchar *buf = (uchar*)my_image->bits();
304 uchar *fb = (uchar*)my_painter->frameBuffer()
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 38 #include <unicode/uchar.h>
85 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
  /external/icu4c/common/
ubidiln.c 20 #include "unicode/uchar.h"
696 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
943 UChar uchar=pBiDi->text[logicalIndex]; local
1038 UChar uchar; local
1173 UChar uchar; local
1279 UChar uchar; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 184 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf);
185 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf);
581 extern void prhex(const char *msg, uchar *buf, uint len);
614 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount);
615 extern int bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes);
616 extern void bcm_print_bytes(char *name, const uchar *cdata, int len);
627 extern int bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len);
typedefs.h 149 typedef unsigned char uchar; typedef
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 42 #include <unicode/uchar.h>
122 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const

Completed in 1292 milliseconds

1 2 3