OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_bc_get_multiple
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c
314
if (
yasm_bc_get_multiple
(bc, &mult, 1) || mult == 0) {
353
yasm_bc_get_multiple
(yasm_bytecode *bc, long *multiple, int calc_bc_dist)
function
bytecode.h
526
int
yasm_bc_get_multiple
(yasm_bytecode *bc, /*@out@*/ long *multiple,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c
216
yasm_bc_get_multiple
(bc, &multiple, 1);
Completed in 243 milliseconds