OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_chars
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
srec_context.h
58
char*
next_chars
; /* FOUR_BYTE_PTR(char*,
next_chars
, dummy2); */
member in struct:__anon26534
/external/srec/srec/crec/
srec_context.c
344
Interface->
next_chars
= Interface->chars;
548
wmap->next_base_chars = wmap->
next_chars
;
555
wmap->max_chars = (wmap->
next_chars
- wmap->chars);
635
wmap->
next_chars
= wmap->next_base_chars;
678
if (wmap->
next_chars
+ len >= wmap->chars + wmap->max_chars)
695
wmap->
next_chars
= wmap->chars + (wmap->
next_chars
- old_wmap__chars);
716
PLogError("error: char overflow in wmap %d max %d\n", (int)(wmap->
next_chars
- wmap->chars), wmap->max_chars);
752
strcpy(wmap->
next_chars
, word);
753
wmap->words[ wmap->num_words++] = wmap->
next_chars
;
[
all
...]
/external/srec/tools/test_g2g/
test_g2g.c
228
fst->olabels->
next_chars
-fst->olabels->chars,
Completed in 25 milliseconds