Home
last modified time | relevance | path

Searched refs:farg (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlbitlib.c168 static int fieldargs (lua_State *L, int farg, int *width) { in fieldargs() argument
169 lua_Integer f = luaL_checkinteger(L, farg); in fieldargs()
170 lua_Integer w = luaL_optinteger(L, farg + 1, 1); in fieldargs()
171 luaL_argcheck(L, 0 <= f, farg, "field cannot be negative"); in fieldargs()
172 luaL_argcheck(L, 0 < w, farg + 1, "width must be positive"); in fieldargs()
/external/iperf3/src/
Diperf_api.c823 double farg; in iperf_parse_arguments() local
986 farg = unit_atof(optarg); in iperf_parse_arguments()
987 if (farg > (double) MAX_TCP_BUFFER) { in iperf_parse_arguments()
991 test->settings->socket_bufsize = (int) farg; in iperf_parse_arguments()
/external/jemalloc/bin/
Djeprof.in543 foreach my $farg (@ARGV) {
544 if ($farg =~ m/(.*)\@([0-9]+)(|\/.*)$/ ) {
552 unshift(@main::pfile_args, $farg);
/external/jemalloc_new/bin/
Djeprof.in544 foreach my $farg (@ARGV) {
545 if ($farg =~ m/(.*)\@([0-9]+)(|\/.*)$/ ) {
553 unshift(@main::pfile_args, $farg);