Searched defs:xline (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c253 unsigned long xline; local
256 yasm_linemap_lookup(linemap, line, &incbin->from, &xline);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasmlib.c157 int nasm_src_get(long *xline, char **xname) argument
163 *xline = line_number;
166 if (*xline != line_number)
168 long tmp = line_number - *xline;
169 *xline = line_number;

Completed in 142 milliseconds