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

  /external/srec/srec/crec/
srec_context.c 342 Interface->max_chars = num_chars + num_words_to_add * AVG_CHARS_PER_WORD;
343 Interface->chars = (char*) CALLOC_CLR(Interface->max_chars, sizeof(char), "srec.graph.wordmap.chars");
555 wmap->max_chars = (wmap->next_chars - wmap->chars);
634 wmap->max_chars = (wordID) offset;
678 if (wmap->next_chars + len >= wmap->chars + wmap->max_chars)
681 int i,tmp_max_chars= wmap->max_chars * FST_GROW_FACTOR;
683 if(tmp_max_chars - wmap->max_chars < FST_GROW_MINCHARS)
691 memcpy(tmp_chars,wmap->chars,wmap->max_chars * sizeof(char));
697 wmap->max_chars = (wordID)tmp_max_chars;
716 PLogError("error: char overflow in wmap %d max %d\n", (int)(wmap->next_chars - wmap->chars), wmap->max_chars);
    [all...]
  /external/srec/srec/include/
srec_context.h 57 asr_int32_t max_chars; member in struct:__anon7643
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]
  /external/tcpdump/
tcpdump.c 426 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
428 if (cnt == 0 && max_chars == 0)
431 sprintf(buffer, "%s%0*d", orig_name, max_chars, cnt);
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 229 fst->olabels->max_chars,

Completed in 116 milliseconds