HomeSort by relevance Sort by last modified time
    Searched refs:numb (Results 1 - 10 of 10) 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/mksh/src/
lalloc.c 85 aresize(void *ptr, size_t numb, Area *ap)
97 if (notoktoadd(numb, ALLOC_SIZE) ||
98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL
103 internal_errorf(Toomem, (unsigned long)numb);
  /external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 83 int descending, number, desc, numb; local
218 numb = comp->number;
234 if (numb) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 125 countT numb; /* if >0, only substitute for match number "numb" */ member in struct:subst
compile.c 604 cmd->numb = 0;
664 if (cmd->numb)
666 cmd->numb = in_integer(ch);
667 if (!cmd->numb)
    [all...]
execute.c 1198 if (!sub->replacement && sub->numb <= 1)
1241 && ++count >= sub->numb)
    [all...]
  /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);
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 140 int numb; member in struct:work_stuff
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 1092 int descending, number, desc, numb; local
1224 numb = comp->number;
    [all...]

Completed in 769 milliseconds