Searched refs:args (Results 1 – 7 of 7) sorted by relevance
| /isa-l/tools/ |
| H A D | yasm-filter.sh | 37 args="$args $1" 43 yasm $options $args
|
| H A D | nasm-filter.sh | 46 args="$args $1" 52 nasm $options $args
|
| /isa-l/ |
| H A D | autogen.sh | 9 args="--prefix=/usr --libdir=$(libdir /usr/lib)" 16 echo "./configure $args"
|
| H A D | configure.ac | 270 AC_MSG_RESULT([Using $AS args target "$arch" "$yasm_args"])
|
| /isa-l/igzip/ |
| H A D | stdmac.asm | 33 ;; 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 D | igzip_rand_test.c | 455 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 D | igzip_cli.c | 249 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()
|