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

1 2

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 15 #define uchar _utfuchar macro
22 typedef unsigned char uchar; typedef
  /external/libutf/
utfdef.h 1 #define uchar _utfuchar macro
8 typedef unsigned char uchar; typedef
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.h 53 #undef uchar macro
68 bool ReadData( uchar* data, int step, int color );
73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
91 bool WriteImage( const uchar* data, int step,
94 bool WriteComponent8u( jas_image_t *img, const uchar *data,
bitstrm.h 56 typedef unsigned char uchar; typedef
79 uchar* m_start;
80 uchar* m_end;
81 uchar* m_current;
95 // class RLByteStream - uchar-oriented stream.
96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
108 // class RMBitStream - uchar-oriented stream.
109 // m in prefix means that the most significant uchar of a multi-uchar value go firs
    [all...]
  /frameworks/rs/driver/runtime/arch/
clamp.c 32 S_CLAMP(uchar); variable
96 V_CLAMP(uchar); variable
generic.c 100 _CLAMP(uchar); variable
311 extern uchar __attribute__((overloadable)) max(uchar v1, uchar v2) {
512 extern uchar __attribute__((overloadable)) min(uchar v1, uchar v2) {
628 extern uchar4 __attribute__((overloadable)) rsYuvToRGBA_uchar4(uchar y, uchar u, uchar v)
    [all...]
  /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/icu/icu4c/source/common/
ucharstrie.cpp 31 const UChar *pos=pos_;
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
69 if(uchar<*pos++) {
81 if(uchar==*pos++) {
111 if(uchar==*pos++) {
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
126 return branchNext(pos, node, uchar);
130 if(uchar==*pos++)
189 int32_t uchar; local
    [all...]
ubidiln.c 20 #include "unicode/uchar.h"
701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
948 UChar uchar=pBiDi->text[logicalIndex]; local
1043 UChar uchar; local
1178 UChar uchar; local
1284 UChar uchar; local
    [all...]
ubidi.c 21 #include "unicode/uchar.h"
35 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
36 * character according to UTF-16, the second UChar gets the directional property of
42 * following character (UChar), which results in surrogate pairs getting the
341 ubidi_getBaseDirection(const UChar *text,
345 UChar32 uchar; local
358 U16_NEXT(text, i, length, uchar);
359 dir = u_charDirection(uchar);
377 const UChar *text=pBiDi->prologue;
380 UChar32 uchar; local
435 UChar32 uchar; local
2049 UChar32 uchar; local
2077 UChar32 uchar; local
    [all...]
  /external/opencv/cv/src/
_cv.h 60 typedef unsigned char uchar; typedef
71 extern const uchar icvSaturate8u_cv[];
101 uchar **ptr;
105 uchar *state;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
68 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
77 CVT_FUNC(uchar)
  /external/chromium_org/v8/src/
unicode.h 17 typedef unsigned int uchar; typedef in namespace:unibrow
30 inline bool get(uchar c);
33 bool CalculateValue(uchar c);
36 inline CacheEntry(uchar code_point, bool value)
39 uchar code_point_ : 21;
55 inline int get(uchar c, uchar n, uchar* result);
58 int CalculateValue(uchar c, uchar n, uchar* result)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 172 /* define uchar, ushort, uint, ulong */
175 typedef unsigned char uchar; typedef
  /external/chromium_org/third_party/icu/source/common/
ubidiln.c 20 #include "unicode/uchar.h"
697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
944 UChar uchar=pBiDi->text[logicalIndex]; local
1039 UChar uchar; local
1174 UChar uchar; local
1280 UChar uchar; local
    [all...]
ubidi.c 20 #include "unicode/uchar.h"
33 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
34 * character according to UTF-16, the second UChar gets the directional property of
40 * following character (UChar), which results in surrogate pairs getting the
329 ubidi_getBaseDirection(const UChar *text,
333 UChar32 uchar; local
346 U16_NEXT(text, i, length, uchar);
347 dir = u_charDirection(uchar);
365 const UChar *text=pBiDi->text;
370 UChar32 uchar; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 205 typedef unsigned char uchar; typedef
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 61 typedef unsigned char uchar; typedef
96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
117 int GetYUVformat(uchar * Data)
220 uchar * Data = NULL;
262 Data = (uchar *)malloc(itemlen);
268 Data[0] = (uchar)lh;
269 Data[1] = (uchar)ll;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 637 typedef unsigned char uchar; typedef
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c 33 #define uchar(c) ((unsigned char)(c)) macro
86 p[i] = tolower(uchar(s[i]));
99 p[i] = toupper(uchar(s[i]));
147 lua_pushinteger(L, uchar(s[posi+i-1]));
159 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
160 p[i - 1] = uchar(c);
295 if (match_class(c, uchar(*p)))
300 if (uchar(*(p-2)) <= c && c <= uchar(*p))
303 else if (uchar(*p) == c) return sig
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 104 typedef unsigned char uchar; typedef
105 uchar arr[4] = { uchar(x >> 24), uchar(x >> 16), uchar(x >> 8), uchar(x) };
113 typedef unsigned char uchar; typedef
114 uchar arr[4] = { uchar(x >> 24), uchar(x >> 16), uchar(x >> 8), uchar(x) }
    [all...]
  /external/jhead/
jhead.h 32 typedef unsigned char uchar; typedef
53 uchar * Data;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 518 typedef unsigned char uchar; typedef
613 int my_read(int fd, uchar *pbuf, int len)
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 430 typedef unsigned char uchar; typedef
461 #define uchar unsigned char macro
526 uchar sign);
528 uchar sign);
541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
607 static uchar jtable[16] = {0,0,0,0,1,1,1,1,2,2,2,2,2,3,3,3};
693 uchar sign)
713 uchar sign)
1068 static void AddSubInternalFPF(uchar operation,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 68 typedef uint8_t uchar; typedef
    [all...]

Completed in 1257 milliseconds

1 2