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:__anon14851
/external/srec/srec/crec/
srec_context.c
345
Interface->
next_chars
= Interface->chars;
549
wmap->next_base_chars = wmap->
next_chars
;
556
wmap->max_chars = (wmap->
next_chars
- wmap->chars);
636
wmap->
next_chars
= wmap->next_base_chars;
679
if (wmap->
next_chars
+ len >= wmap->chars + wmap->max_chars)
696
wmap->
next_chars
= wmap->chars + (wmap->
next_chars
- old_wmap__chars);
717
PLogError("error: char overflow in wmap %d max %d\n", (int)(wmap->
next_chars
- wmap->chars), wmap->max_chars);
753
strcpy(wmap->
next_chars
, word);
754
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 63 milliseconds