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

1 2

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecprim.h 26 typedef unsigned char uchar; typedef
27 DEF_VEC_I(uchar); variable
28 DEF_VEC_ALLOC_I(uchar,heap);
29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecprim.h 26 typedef unsigned char uchar; typedef
27 DEF_VEC_I(uchar); variable
28 DEF_VEC_ALLOC_I(uchar,heap);
29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecprim.h 26 typedef unsigned char uchar; typedef
27 DEF_VEC_I(uchar); variable
28 DEF_VEC_ALLOC_I(uchar,heap);
29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecprim.h 26 typedef unsigned char uchar; typedef
27 DEF_VEC_I(uchar); variable
28 DEF_VEC_ALLOC_I(uchar,heap);
29 DEF_VEC_ALLOC_I(uchar,gc);
  /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...]
  /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/icu4c/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 20 #include "unicode/uchar.h"
34 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
35 * character according to UTF-16, the second UChar gets the directional property of
41 * following character (UChar), which results in surrogate pairs getting the
330 ubidi_getBaseDirection(const UChar *text,
334 UChar32 uchar; local
347 U16_NEXT(text, i, length, uchar);
348 dir = u_charDirection(uchar);
362 const UChar *text=pBiDi->prologue;
365 UChar32 uchar; local
396 UChar32 uchar; local
1447 UChar32 uchar; local
1472 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)));
86 uchar4 f4 = {(uchar)i.x, (uchar)i.y, (uchar)i.z, (uchar)i.w};
91 uchar4 f4 = {(uchar)i.x, (uchar)i.y, (uchar)i.z, (uchar)i.w}
    [all...]
  /external/quake/quake/src/QW/scitech/include/
debug.h 239 typedef unsigned char uchar; typedef
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 239 typedef unsigned char uchar; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 172 /* define uchar, ushort, uint, ulong */
175 typedef unsigned char uchar; typedef
  /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...]
  /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...]
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 154 typedef unsigned char uchar; typedef
170 uchar buffer[1024];
172 uchar hci_reset[] = { 0x01, 0x03, 0x0c, 0x00 };
174 uchar hci_download_minidriver[] = { 0x01, 0x2e, 0xfc, 0x00 };
176 uchar hci_update_baud_rate[] = { 0x01, 0x18, 0xfc, 0x06, 0x00, 0x00,
179 uchar hci_write_bd_addr[] = { 0x01, 0x01, 0xfc, 0x06,
182 uchar hci_write_sleep_mode[] = { 0x01, 0x27, 0xfc, 0x0c,
186 uchar hci_write_sco_pcm_int[] =
189 uchar hci_write_pcm_data_format[] =
192 uchar hci_write_i2spcm_interface_param[]
    [all...]
  /external/jhead/
jhead.h 32 typedef unsigned char uchar; typedef
53 uchar * Data;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 482 typedef unsigned char uchar; typedef
562 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
744 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 17 #include "unicode/uchar.h"
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
96 const UChar *dest, int32_t destLen, int mode,
112 static UChar *
113 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
115 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
196 UChar string[MAXLEN];
234 static UChar pseudoToUChar[TABLE_SIZE];
262 UChar uchar; local
370 UChar uchar; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 150 typedef unsigned char uchar; typedef
554 uchar* ptr;
631 m.data.ptr = (uchar*)data;
714 uchar* ptr;
786 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset))
787 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset))
1075 uchar* ptr;
    [all...]

Completed in 868 milliseconds

1 2