/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:__anon11196
|
/system/core/adb/ |
fdevent.c | 332 size_t max_chars = FD_SETSIZE * 6 + 1; local 336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \ 341 if (max_chars < (unsigned int)printed_out) { \ 346 max_chars -= printed_out; \
|
/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,
|
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | 931 int max_chars = static_cast<int>(static_cast<float>(text_area) \/ local [all...] |