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

  /external/srec/srec/crec/
srec_stats.c 88 asr_int16_t numb; local
131 for (numb = 0, i = 0; i < rec->altword_token_array_size; i++)
133 numb++;
134 numb--; /* foreach tail, there is a head, remove the freelist head pointer */
135 if (msg) PLogMessage ( " awtokens %d/%d", num, numb );
137 MAX_IN_SAMPLE(my_srec_stats.num_altword_token_batches, numb);
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 83 int descending, number, desc, numb; local
218 numb = comp->number;
234 if (numb) {
  /external/svox/pico/lib/
picodata.c 476 const picoos_uint16 outlenmax, picoos_uint16 *numb)
479 *numb = PICODATA_ITEM_HEADSIZE + inbuf[PICODATA_ITEMIND_LEN];
481 *numb = 0;
483 if (*numb > 0) {
486 for (i=0; i<*numb; i++) {
492 *numb = 0;
    [all...]
picodata.h 389 (in number of byte) accessible in the buffers); in *numb the total
398 const picoos_uint16 outlenmax, picoos_uint16 *numb);

Completed in 119 milliseconds