HomeSort by relevance Sort by last modified time
    Searched refs:ylen (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java 91 // 1D: ylen == 0, zlen == 0
92 // 2D: ylen != 0, zlen == 0
93 // 3D: ylen != 0, zlen != 0
94 private Allocation createInputAllocation(Element elt, int xlen, int ylen, int zlen) {
96 assertTrue((zlen==0) || (ylen >= 1));
101 alloc = Allocation.createTyped(mRS, Type.createXYZ(mRS, elt, xlen, ylen, zlen));
102 else if (ylen != 0)
103 alloc = Allocation.createTyped(mRS, Type.createXY(mRS, elt, xlen, ylen));
125 for (int ylen = 0; ylen <= max; ++ylen)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 206 NJ_UINT16 ylen, dic_ylen, j, size; local
241 ylen = nj_strlen(yomi);
244 if (dic_ylen < ylen) {
250 if (nj_strncmp(yomi, buf, ylen) == 0) {
ndldic.c 119 static NJ_INT16 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag);
120 static NJ_INT16 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 sfrom, NJ_UINT16 sto, NJ_UINT16 *from, NJ_UINT16 *to,
122 static NJ_INT16 search_range_by_yomi_multi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to);
181 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
221 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
940 cond->yomi, cond->ylen, &from, &to, &forward_flag);
971 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 1);
979 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 2);
990 cond->yomi, cond->ylen, cond->kanji, 0);
1029 yomi = cond->yomi + cond->ylen;
1771 NJ_UINT8 ylen; local
    [all...]
ndapi.c 89 if (cursor->cond.ylen > NJ_MAX_LEN) {
225 tmp_word.stem.info1 = cursor->cond.ylen;
227 tmp_result.word.stem.info1 = cursor->cond.ylen;
254 for (j = 0; j < cursor->cond.ylen; j++) {
287 j = cursor->cond.ylen;
708 cursor->cond.ylen = nj_strlen(cursor->cond.yomi);
ndbdic.c 564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR));
    [all...]
  /frameworks/base/media/jni/
android_media_VolumeShaper.h 132 jsize ylen = env->GetArrayLength(*yarray); local
135 if (xlen != ylen) {
  /external/speex/libspeex/
resample.c 902 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; local
906 const unsigned int ylen = FIXED_STACK_ALLOC; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 203 NJ_UINT16 ylen; member in struct:__anon53012
  /external/llvm/lib/Support/
APInt.cpp 325 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
328 unsigned ylen) {
330 for (unsigned i = 1; i < ylen; ++i) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 322 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
325 unsigned ylen) {
327 for (unsigned i = 1; i < ylen; ++i) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 341 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
344 unsigned ylen) {
346 for (unsigned i = 1; i < ylen; ++i) {
    [all...]

Completed in 512 milliseconds