OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xline
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c
157
int nasm_src_get(long *
xline
, char **xname)
163
*
xline
= line_number;
166
if (*
xline
!= line_number)
168
long tmp = line_number - *
xline
;
169
*
xline
= line_number;
nasmlib.h
55
int nasm_src_get(long *
xline
, char **xname);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py
113
xline
= self.xml_out.createElement("line")
114
xline
.setAttribute("number", str(line))
118
xline
.setAttribute("hits", str(int(not line in analysis.missing)))
123
xline
.setAttribute("branch", "true")
124
xline
.setAttribute("condition-coverage",
127
xlines.appendChild(
xline
)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-incbin.c
253
unsigned long
xline
;
local
256
yasm_linemap_lookup(linemap, line, &incbin->from, &
xline
);
Completed in 102 milliseconds