HomeSort by relevance Sort by last modified time
    Searched defs:uchar (Results 26 - 45 of 45) sorted by null

12

  /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/jhead/
jhead.h 32 typedef unsigned char uchar; typedef
53 uchar * Data;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 519 typedef unsigned char uchar; typedef
614 int my_read(int fd, uchar *pbuf, int len)
    [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c 428 typedef unsigned char uchar; typedef
459 #define uchar unsigned char macro
524 uchar sign);
526 uchar sign);
539 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
605 static uchar jtable[16] = {0,0,0,0,1,1,1,1,2,2,2,2,2,3,3,3};
691 uchar sign)
711 uchar sign)
1066 static void AddSubInternalFPF(uchar operation,
    [all...]
test_bzip2.c 409 typedef unsigned char UChar;
537 ((UChar)cha)]; \
583 UChar* block;
585 UChar* zbits;
604 UChar unseqToSeq[256];
622 UChar selector [BZ_MAX_SELECTORS];
623 UChar selectorMtf[BZ_MAX_SELECTORS];
625 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
648 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
651 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 )
5932 typedef unsigned char uchar; typedef
    [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/icu/icu4c/source/common/
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...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 74 typedef uint8_t uchar; typedef
554 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 437 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
438 * character according to UTF-16, the second UChar gets the directional property of
444 * following character (UChar), which results in surrogate pairs getting the
1713 int uchar = prologue.codePointAt(i); local
1768 int uchar; local
3296 int uchar = prologue.codePointBefore(i); local
3318 int uchar = epilogue.codePointAt(i); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 17 #include "unicode/uchar.h"
49 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
72 static void _testPresentationForms(const UChar *in);
101 const UChar *dest, int32_t destLen, int mode,
117 static UChar *
118 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
120 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
203 UChar string[MAXLEN];
241 static UChar pseudoToUChar[TABLE_SIZE];
269 UChar uchar local
377 UChar uchar; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 437 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
438 * character according to UTF-16, the second UChar gets the directional property of
444 * following character (UChar), which results in surrogate pairs getting the
1749 int uchar = prologue.codePointAt(i); local
1804 int uchar; local
3332 int uchar = prologue.codePointBefore(i); local
3354 int uchar = epilogue.codePointAt(i); 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...]
  /external/valgrind/perf/
test_input_for_tinycc.c 994 typedef unsigned char UChar;
1027 UChar* block;
1029 UChar* zbits;
1048 UChar unseqToSeq[256];
1066 UChar selector [(2 + (900000 / 50))];
1067 UChar selectorMtf[(2 + (900000 / 50))];
1069 UChar len [6][258];
1092 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
1095 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
1106 UChar state_out_ch
4430 typedef unsigned char uchar; typedef
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1849 milliseconds

12