Home | History | Annotate | Download | only in lib

Lines Matching defs:nr

155         - aVFIELD1: nr of bits for questions
156 - bVFIELD1: nr of bits for decisions
160 - aQFIELD1: nr of bits for fork count \n
161 - bQFIELD1: nr of bits for start position for subsets \n
162 - cQFIELD1: nr of bits for group size \n
163 - dQFIELD1: nr of bits for offset to reach output \n
164 - eQFIELD1: nr of bits for threshold (if continuous node) \n
265 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
271 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
277 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
283 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
289 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
295 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
342 /* nr of outmaptables is equal 1 for all trees, verify */
378 PICODBG_ERROR(("problem with nr of vfields (%d) or qfields (%d)",
405 /* check nr attributes */
406 /* check nr inpmaptables */
407 /* check nr outmaptables */
782 Input : iJump absolute bit offset (0..(nr-bytes-treebody)*8)
784 (0..(nr-bytes-treebody))
1404 picoos_uint16 nr;
1406 /* no check of lentable vs. nr in initialize done */
1411 nr = dt->outmaptable[PICOKDT_MTPOS_START + PICOKDT_MTPOS_TABLETYPE];
1414 if (nr == PICOKDT_MTTYPE_EMPTY) {
1419 } else if (nr == PICOKDT_MTTYPE_BYTE) {
1421 } else if (nr == PICOKDT_MTTYPE_WORD) {
1425 PICODBG_ERROR(("wrong table type %d", nr));
1430 nr = ((picoos_uint16)(dt->outmaptable[PICOKDT_MTPOS_START +
1434 if (inval < nr) {
1465 /* no check of lentable vs. nr in initialize done */
1558 picoos_uint8 *nr,
1575 /* nr of tables == 1 already checked in *Initialize, no need here, go
1593 /* get nr of ele in maptable (= nr of possible invals) */
1621 *nr = (((picoos_uint16)(dt->outmaptable[off2ind + 1])) << 8 |
1624 PICODBG_TRACE(("offset1 %d, nr %d, pos %d", offset1, *nr, pos));
1629 if ((pos + *nr - 1) > lentable) {
1631 PICODBG_ERROR(("problem with table index, pos %d, nr %d, len %d",
1632 pos, *nr, lentable));
1635 if (*nr > outvalmaxlen) {
1637 PICODBG_ERROR(("overflow in outval, %d > %d", *nr, outvalmaxlen));
1642 for (i = 0; i < *nr; i++) {
1671 nr-utf-graphs 11 number of graphemes (ie. UTF8 chars)
1998 /* get the nr'th (starting at 0) utf char in utfgraph */
2001 const picoos_uint16 nr,
2007 for (i = 0; i < nr; i++) {
2171 case 10: /* nr of vowel-like graphs in word, if vowel, Fix2 */
2259 kdtMapOutVar(&(dtg2p->dt), dtg2p->dt.dclass, &(dtvres->nr),
2263 dtvres->nr = 0;