HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 51 - 75 of 2060) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 58 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp();
62 int startSN = atoi(argv[4]);
66 int startTS = atoi(argv[5]);
  /device/huawei/angler/power/
metadata-parser.c 81 video_encode_metadata->hint_id = atoi(value);
88 video_encode_metadata->state = atoi(value);
113 video_decode_metadata->hint_id = atoi(value);
120 video_decode_metadata->state = atoi(value);
  /device/lge/bullhead/power/
metadata-parser.c 81 video_encode_metadata->hint_id = atoi(value);
88 video_encode_metadata->state = atoi(value);
113 video_decode_metadata->hint_id = atoi(value);
120 video_decode_metadata->state = atoi(value);
  /external/autotest/client/tools/
setidle.c 23 pid = atoi(argv[1]);
  /external/compiler-rt/test/asan/TestCases/
heap-overflow-large.cc 17 int index = atoi(argv[1]);
heavy_uar_test.cc 42 int n_iter = argc >= 2 ? atoi(argv[1]) : 1000;
43 int depth = argc >= 3 ? atoi(argv[2]) : 500;
  /external/selinux/libselinux/utils/
setenforce.c 28 rc = security_setenforce(atoi(argv[1]));
  /external/valgrind/drd/tests/
annotate_barrier.c 12 #include <stdlib.h> /* atoi() */
165 nthread = (argc > 1) ? atoi(argv[1]) : 2;
166 iterations = (argc > 2) ? atoi(argv[2]) : 3;
167 s_silent = (argc > 3) ? atoi(argv[3]) : 0;
pth_detached.c 39 const int count1 = argc > 1 ? atoi(argv[1]) : 100;
40 const int count2 = argc > 2 ? atoi(argv[2]) : 100;
pth_detached_sem.c 43 const int count1 = argc > 1 ? atoi(argv[1]) : 100;
44 const int count2 = argc > 2 ? atoi(argv[2]) : 100;
  /frameworks/compile/libbcc/include/bcc/Support/
Properties.h 31 return atoi(buf);
  /hardware/libhardware/tests/camera2/
TestSettings.cpp 55 mForkingDisabled = atoi(env);
60 mDeviceId = atoi(env);
101 mForkingDisabled = atoi(arg);
105 mDeviceId = atoi(optarg);
  /hardware/ril/rild/
radiooptions.c 68 const int option = atoi(argv[1]);
80 const int option = atoi(argv[1]);
103 modem_socket_type = atoi(argv[(num_socket_args-1)]);
104 sim_id = atoi(argv[(num_socket_args-2)]);
  /prebuilts/go/darwin-x86/test/chan/
goroutines.go 25 n, err = strconv.Atoi(os.Args[1])
  /prebuilts/go/linux-x86/test/chan/
goroutines.go 25 n, err = strconv.Atoi(os.Args[1])
  /external/libvncserver/libvncserver/
cargs.c 92 rfbScreen->port = atoi(argv[++i]);
99 rfbScreen->ipv6port = atoi(argv[++i]);
106 rfbScreen->maxClientWait = atoi(argv[++i]);
137 rfbScreen->deferUpdateTime = atoi(argv[++i]);
143 rfbScreen->deferPtrUpdateTime = atoi(argv[++i]);
167 rfbScreen->httpPort = atoi(argv[++i]);
174 rfbScreen->http6Port = atoi(argv[++i]);
183 rfbScreen->progressiveSliceHeight = atoi(argv[++i]);
246 *bpp = atoi(argv[++i]);
248 *width = atoi(argv[++i])
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoi.c 1 /* $OpenBSD: atoi.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34 atoi(const char *str) function
  /external/llvm/test/TableGen/
MultiClassDefName.td 56 defm ZTagazok : MC4<"AToi">;
59 // CHECK: string name = "AToi";
  /external/ppp/pppd/plugins/radius/
util.c 48 tm->tm_mday = atoi (&valstr[4]);
51 tm->tm_year = atoi (&valstr[7]) - 1900;
  /external/toybox/toys/lsb/
mknod.c 49 major = atoi(toys.optargs[2]);
50 minor = atoi(toys.optargs[3]);
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_exponential.c 32 data->base = atoi(params);
39 data->limit = atoi(pos);
  /hardware/qcom/audio/legacy/libalsa-intf/
amix.c 40 return mixer_get_nth_control(mixer, atoi(name) - 1);
45 idx = atoi(p);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go 15 func atoi(s string) int { func
16 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.
  /prebuilts/go/darwin-x86/src/strconv/
doc.go 10 // The most common numeric conversions are Atoi (string to int) and Itoa (int to string).
12 // i, err := strconv.Atoi("-42")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go 15 func atoi(s string) int { func
16 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.

Completed in 6418 milliseconds

1 23 4 5 6 7 8 91011>>