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

1 2 3

  /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 33 S_CLAMP(uchar); variable
98 V_CLAMP(uchar); variable
generic.c 104 _CLAMP(uchar); variable
315 extern uchar __attribute__((overloadable)) max(uchar v1, uchar v2) {
516 extern uchar __attribute__((overloadable)) min(uchar v1, uchar v2) {
632 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 33 const UChar *pos=pos_;
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
71 if(uchar<*pos++) {
83 if(uchar==*pos++) {
113 if(uchar==*pos++) {
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
128 return branchNext(pos, node, uchar);
132 if(uchar==*pos++)
191 int32_t uchar; local
    [all...]
ubidiln.c 22 #include "unicode/uchar.h"
699 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
946 UChar uchar=pBiDi->text[logicalIndex]; local
1041 UChar uchar; local
1176 UChar uchar; local
1282 UChar 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;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 139 typedef unsigned char uchar; typedef
175 TEST_VECTOR_INVOKE(uchar, UByte)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiFmwk.java 195 char uchar; local
244 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
246 pseudoToUChar[c] = uchar;
247 UCharToPseudo[uchar & 0x00ff] = c;
250 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
252 pseudoToUChar[c] = uchar;
253 UCharToPseud2[uchar & 0x00ff] = c;
256 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++)
310 char uchar; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiFmwk.java 194 char uchar; local
243 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
245 pseudoToUChar[c] = uchar;
246 UCharToPseudo[uchar & 0x00ff] = c;
249 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
251 pseudoToUChar[c] = uchar;
252 UCharToPseud2[uchar & 0x00ff] = c;
255 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++)
309 char uchar; local
    [all...]
  /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/v8/src/
unicode.h 18 typedef unsigned int uchar; typedef in namespace:unibrow
31 inline bool get(uchar c);
35 bool CalculateValue(uchar c);
40 inline CacheEntry(uchar code_point, bool value)
44 uchar code_point() const { return CodePointField::decode(bit_field_); }
48 class CodePointField : public v8::internal::BitField<uchar, 0, 21> {};
67 inline int get(uchar c, uchar n, uchar* result);
70 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/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 871 char uchar = bidi.text[logicalIndex]; local
949 char uchar; local
1073 char uchar; local
1171 char uchar; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 870 char uchar = bidi.text[logicalIndex]; local
948 char uchar; local
1072 char uchar; local
1170 char 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 264 #undef uchar macro
265 #define uchar unsigned char /* assuming == 8 bits */ macro
277 typedef uchar block;
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 234 #undef uchar macro
235 #define uchar unsigned char /* assuming == 8 bits */ macro
247 typedef uchar block;
424 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 264 #undef uchar macro
265 #define uchar unsigned char /* assuming == 8 bits */ macro
277 typedef uchar block;
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
    [all...]
  /external/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/syslinux/com32/cmenu/libmenu/
cmenu.h 107 typedef unsigned char uchar; typedef
119 uchar submenunum; // For submenu's
120 uchar checked; // For check boxes
121 uchar radiomenunum; // Item mapping to a radio menu
163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item
164 uchar index; // Index within the menu array
165 uchar parindex; // Index of the menu in which this item appears.
176 uchar numitems; // how many items do we actually have
177 uchar menuwidth;
178 uchar row, col; // Position where this menu should be displaye
    [all...]
  /external/syslinux/com32/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...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 70 typedef uint8_t uchar; typedef
554 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
    [all...]

Completed in 800 milliseconds

1 2 3