/external/linux-tools-perf/util/ |
xyarray.c | 4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) 6 size_t row_size = ylen * entry_size;
|
xyarray.h | 12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
|
/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...] |
/external/speex/libspeex/ |
resample.c | 903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; local 907 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:__anon22255
|
/external/llvm/lib/Support/ |
APInt.cpp | 323 /// the integer array dest. Note that dest's size must be >= xlen + ylen. 326 unsigned ylen) { 328 for (unsigned i = 1; i < ylen; ++i) { [all...] |