Home
last modified time | relevance | path

Searched refs:args (Results 1 – 7 of 7) sorted by relevance

/isa-l/tools/
H A Dyasm-filter.sh37 args="$args $1"
43 yasm $options $args
H A Dnasm-filter.sh46 args="$args $1"
52 nasm $options $args
/isa-l/
H A Dautogen.sh9 args="--prefix=/usr --libdir=$(libdir /usr/lib)"
16 echo "./configure $args"
H A Dconfigure.ac270 AC_MSG_RESULT([Using $AS args target "$arch" "$yasm_args"])
/isa-l/igzip/
H A Dstdmac.asm33 ;; push args L to R
43 ;; pop args R to L
61 ;; push args L to R, remember regs for pop_all
70 ;; push args from prev "push_all" R to L
H A Digzip_rand_test.c455 va_list args; in log_print() local
456 va_start(args, format); in log_print()
459 vfprintf(stdout, format, args); in log_print()
461 va_end(args); in log_print()
/isa-l/programs/
H A Digzip_cli.c249 va_list args; in log_print() local
250 va_start(args, format); in log_print()
254 vfprintf(stdout, format, args); in log_print()
258 vfprintf(stderr, format, args); in log_print()
262 vfprintf(stderr, format, args); in log_print()
266 vfprintf(stderr, format, args); in log_print()
270 va_end(args); in log_print()