Home | History | Annotate | Download | only in io

Lines Matching refs:converted

292  * @param argConverted The number of arguments converted and assigned, or -1 if an
398 /* will contain the # of items converted thus far */
409 /* we converted 0 args */
471 /* we converted 1 arg */
534 /* we converted 1 arg */
624 /* we converted 1 arg */
685 /* we converted 1 arg */
755 /* we converted 1 arg */
838 /* we converted 1 arg */
907 /* we converted 1 arg */
981 /* we converted 1 arg */
1037 /* we converted 1 arg */
1084 /* we converted 1 arg */
1132 /* we converted 1 arg */
1209 /* we converted 1 arg */
1270 int32_t count, converted, argConsumed, cpConsumed;
1281 /* haven't converted anything yet */
1283 converted = 0;
1318 /* set the spec's width to the # of items converted */
1350 converted = -1;
1354 /* add to the # of items converted */
1355 converted += argConsumed;
1367 /* return # of items converted */
1368 return converted;