• Home
  • Raw
  • Download

Lines Matching refs:inval

1215                                   const picoos_uint16 inval,  in kdtMapInFixed()  argument
1252 *outval = inval; in kdtMapInFixed()
1273 if (inval == dt->inpmaptable[pos]) { in kdtMapInFixed()
1275 PICODBG_TRACE(("s1 %d in %d -> out %d", imtnr, inval, *outval)); in kdtMapInFixed()
1283 if (inval == (((picoos_uint16)(dt->inpmaptable[pos+1])) << 8 | in kdtMapInFixed()
1286 PICODBG_TRACE(("s2 %d in %d -> out %d", imtnr, inval, *outval)); in kdtMapInFixed()
1304 const picoos_uint8 *inval, in kdtMapInGraph() argument
1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */ in kdtMapInGraph()
1380 if (dt->inpmaptable[pos + j] != inval[j]) { in kdtMapInGraph()
1401 const picoos_uint16 inval, in kdtMapOutFixed() argument
1417 *outval = inval; in kdtMapOutFixed()
1434 if (inval < nr) { in kdtMapOutFixed()
1437 PICOKDT_MTPOS_MAPSTART + (size * inval)]; in kdtMapOutFixed()
1440 PICOKDT_MTPOS_MAPSTART + (size * inval) + 1])) << 8 in kdtMapOutFixed()
1442 PICOKDT_MTPOS_MAPSTART + (size * inval)]; in kdtMapOutFixed()
1456 const picoos_uint16 inval, in kdtReverseMapOutFixed() argument
1475 *outval = inval; in kdtReverseMapOutFixed()
1515 if (inval == dt->outmaptable[pos]) { in kdtReverseMapOutFixed()
1517 PICODBG_TRACE(("s1 inval %d -> outval %d", inval, *outval)); in kdtReverseMapOutFixed()
1525 if (inval == (((picoos_uint16)(dt->outmaptable[pos+1])) << 8 | in kdtReverseMapOutFixed()
1528 PICODBG_TRACE(("s2 inval %d -> outval %d", inval, *outval)); in kdtReverseMapOutFixed()
1545 const picoos_uint16 inval, in picokdt_dtPosDreverseMapOutFixed() argument
1551 return kdtReverseMapOutFixed(dt,inval, outval, outfallbackval); in picokdt_dtPosDreverseMapOutFixed()
1557 const picoos_uint16 inval, in kdtMapOutVar() argument
1602 } else if (inval >= nrinbytes) { in kdtMapOutVar()
1603 PICODBG_ERROR(("inval %d outside valid range %d", inval, nrinbytes)); in kdtMapOutVar()
1607 PICODBG_TRACE(("inval %d, lentable %d, nrinbytes %d, pos %d", inval, in kdtMapOutVar()
1612 off2ind = pos + (size*inval); in kdtMapOutVar()
1615 if (inval == 0) { in kdtMapOutVar()
2051 picoos_uint16 inval; in picokdt_dtG2PconstructInVec() local
2059 inval = 0; in picokdt_dtG2PconstructInVec()
2169 inval = pos; in picokdt_dtG2PconstructInVec()
2172 inval = nrvow; in picokdt_dtG2PconstructInVec()
2175 inval = ordvow; in picokdt_dtG2PconstructInVec()
2180 inval = 1; in picokdt_dtG2PconstructInVec()
2182 inval = 0; in picokdt_dtG2PconstructInVec()
2186 inval = phonech1; in picokdt_dtG2PconstructInVec()
2189 inval = phonech2; in picokdt_dtG2PconstructInVec()
2192 inval = phonech3; in picokdt_dtG2PconstructInVec()
2196 PICODBG_TRACE(("invec %d %d", iAttr, inval)); in picokdt_dtG2PconstructInVec()
2198 if (!kdtMapInFixed(&(dtg2p->dt), iAttr, inval, in picokdt_dtG2PconstructInVec()
2286 picoos_uint16 inval = 0; in picokdt_dtPHRconstructInVec() local
2297 case 0: inval = pre2; break; in picokdt_dtPHRconstructInVec()
2298 case 1: inval = pre1; break; in picokdt_dtPHRconstructInVec()
2299 case 2: inval = src; break; in picokdt_dtPHRconstructInVec()
2300 case 3: inval = fol1; break; in picokdt_dtPHRconstructInVec()
2301 case 4: inval = fol2; break; in picokdt_dtPHRconstructInVec()
2302 case 5: inval = nrwordspre; break; in picokdt_dtPHRconstructInVec()
2303 case 6: inval = nrwordsfol; break; in picokdt_dtPHRconstructInVec()
2304 case 7: inval = nrsyllsfol; break; in picokdt_dtPHRconstructInVec()
2312 if (!kdtMapInFixed(&(dtphr->dt), i, inval, in picokdt_dtPHRconstructInVec()
2522 picoos_uint16 inval = 0; in picokdt_dtACCconstructInVec() local
2534 case 0: inval = pre2; break; in picokdt_dtACCconstructInVec()
2535 case 1: inval = pre1; break; in picokdt_dtACCconstructInVec()
2536 case 2: inval = src; break; in picokdt_dtACCconstructInVec()
2537 case 3: inval = fol1; break; in picokdt_dtACCconstructInVec()
2538 case 4: inval = fol2; break; in picokdt_dtACCconstructInVec()
2539 case 5: inval = hist1; break; in picokdt_dtACCconstructInVec()
2540 case 6: inval = hist2; break; in picokdt_dtACCconstructInVec()
2541 case 7: inval = nrwordspre; break; in picokdt_dtACCconstructInVec()
2542 case 8: inval = nrsyllspre; break; in picokdt_dtACCconstructInVec()
2543 case 9: inval = nrwordsfol; break; in picokdt_dtACCconstructInVec()
2544 case 10: inval = nrsyllsfol; break; in picokdt_dtACCconstructInVec()
2545 case 11: inval = footwordsfol; break; in picokdt_dtACCconstructInVec()
2546 case 12: inval = footsyllsfol; break; in picokdt_dtACCconstructInVec()
2553 if (((i == 5) || (i == 6)) && (inval == PICOKDT_HISTORY_ZERO)) { in picokdt_dtACCconstructInVec()
2560 &inval, &fallback)) { in picokdt_dtACCconstructInVec()
2562 inval = fallback; in picokdt_dtACCconstructInVec()
2571 if (!kdtMapInFixed(&(dtacc->dt), i, inval, in picokdt_dtACCconstructInVec()