OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_inc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.c
46
unsigned long
line_inc
;
member in struct:line_mapping
83
unsigned long
line_inc
)
137
mapping->
line_inc
=
line_inc
;
157
mapping->
line_inc
*(linemap->current-2-mapping->line),
158
mapping->
line_inc
);
269
*file_line = (line ? mapping->file_line + mapping->
line_inc
*(line-mapping->line) : 0);
linemap.h
91
* virtual line.
line_inc
indicates how much the "real" line is incremented
97
* \param
line_inc
line increment
102
unsigned long
line_inc
);
Completed in 962 milliseconds