OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopes_olabel_offset
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h
79
size_t
scopes_olabel_offset
; /* starts at SEMGRAPH_SCOPE_OFFSET */
member in struct:SR_SemanticGraphImpl_t
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
64
impl->
scopes_olabel_offset
= SEMGRAPH_SCOPE_OFFSET;
214
impl->
scopes_olabel_offset
= (wordID)tmp[i++];
447
olabel = (wordID)(olabel + semgraph->
scopes_olabel_offset
); /* the offset */
759
tmp[i++] = impl->
scopes_olabel_offset
;
[
all
...]
Completed in 951 milliseconds