Searched
full:atoi (Results
801 -
825 of
3061) sorted by null
<<31323334353637383940>>
/external/ltp/testcases/realtime/perf/latency/ |
pthread_cond_many.c | 268 iterations = atoi(v); 271 nthreads = atoi(v);
|
/external/strace/tests/ |
threads-execve.c | 199 sigsetsize = atoi(av[1]); 200 action = atoi(av[2]);
|
/external/strace/tests-m32/ |
threads-execve.c | 199 sigsetsize = atoi(av[1]); 200 action = atoi(av[2]);
|
/external/strace/tests-mx32/ |
threads-execve.c | 199 sigsetsize = atoi(av[1]); 200 action = atoi(av[2]);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
licm-nested.ll | 17 %call = tail call i32 @atoi(i8* %tmp2) nounwind ; <i32> [#uses=2] 87 declare i32 @atoi(i8* nocapture) nounwind readonly
|
/external/syslinux/com32/rosh/ |
rosh.h | 159 *rows = atoi(str); 164 *cols = atoi(str);
|
/frameworks/av/media/libaudioprocessing/tests/ |
test_utils.h | 72 values[0] = atoi(p = string); 75 values[i++] = atoi(p);
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
HdcpControl.cpp | 54 if (atoi(prop) == 0) { 108 if (atoi(prop) == 0) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
HdcpControl.cpp | 55 if (atoi(prop) == 0) { 109 if (atoi(prop) == 0) {
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_vsync.cpp | 118 if(atoi(property) == 1) 123 if(atoi(property) == 1)
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_ad.cpp | 82 ret = atoi(opStr); 112 val = atoi(property);
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_ad.cpp | 83 ret = atoi(opStr); 115 val = atoi(property);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_ad.cpp | 83 ret = atoi(opStr); 115 val = atoi(property);
|
/prebuilts/go/darwin-x86/src/net/http/ |
sniff_test.go | 72 i, _ := strconv.Atoi(r.FormValue("i")) 167 size, _ := strconv.Atoi(r.FormValue("size"))
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_unix.go | 82 i, e := strconv.Atoi(uid) 163 i, e := strconv.Atoi(gid)
|
/prebuilts/go/linux-x86/src/net/http/ |
sniff_test.go | 72 i, _ := strconv.Atoi(r.FormValue("i")) 167 size, _ := strconv.Atoi(r.FormValue("size"))
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup_unix.go | 82 i, e := strconv.Atoi(uid) 163 i, e := strconv.Atoi(gid)
|
/external/libopus/src/ |
opus_demo.c | 322 channels = atoi(argv[args]); 394 max_payload_bytes = atoi( argv[ args + 1 ] ); 398 complexity = atoi( argv[ args + 1 ] ); 424 packet_loss_perc = atoi( argv[ args + 1 ] ); 428 sweep_bps = atoi( argv[ args + 1 ] ); 436 sweep_max = atoi( argv[ args + 1 ] ); [all...] |
/external/libyuv/files/util/ |
psnr_main.cc | 176 image_width = atoi(argv[++c]); // NOLINT 177 image_height = atoi(argv[++c]); // NOLINT 179 num_skip_org = atoi(argv[++c]); // NOLINT 180 num_skip_rec = atoi(argv[++c]); // NOLINT 182 num_frames = atoi(argv[++c]); // NOLINT 185 num_threads = atoi(argv[++c]); // NOLINT
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress10.c | 121 extern int atoi(const char *); 206 nprocs = atoi(optarg); 212 sleeptime = atoi(optarg); 220 growsize = atoi(optarg); 231 filesize = atoi(optarg); 252 sparseoffset = atoi(optarg);
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
ArchiveReader.cpp | 86 int MemberSize = atoi(Hdr->size); 122 unsigned len = atoi(&Hdr->name[3]); 165 unsigned index = atoi(&Hdr->name[1]); 226 member->info.modTime.fromEpochTime(atoi(Hdr->date)); 230 member->info.user = atoi(Hdr->uid); 231 member->info.group = atoi(Hdr->gid);
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
hw_hdmi.cpp | 188 hdmi_modes_[i] = UINT32(atoi(tokens[i])); 427 hw_scan_info_.pt_scan_support = MapHWScanSupport(UINT32(atoi(tokens[0]))); 428 hw_scan_info_.it_scan_support = MapHWScanSupport(UINT32(atoi(tokens[1]))); 429 hw_scan_info_.cea_scan_support = MapHWScanSupport(UINT32(atoi(tokens[2]))); 596 if (hdmi_modes_[index] == (uint32_t)atoi(l2)) { 694 panel_s3d_mode = atoi(s3d_mode_string);
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
asmdecl.go | 240 size, _ := strconv.Atoi(m[5]) 246 localSize, _ = strconv.Atoi(m[4]) 252 argSize, _ = strconv.Atoi(m[5]) 294 off, _ = strconv.Atoi(m[2]) 317 off, _ := strconv.Atoi(m[2]) 330 off, _ = strconv.Atoi(m[2])
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
asmdecl.go | 240 size, _ := strconv.Atoi(m[5]) 246 localSize, _ = strconv.Atoi(m[4]) 252 argSize, _ = strconv.Atoi(m[5]) 294 off, _ = strconv.Atoi(m[2]) 317 off, _ := strconv.Atoi(m[2]) 330 off, _ = strconv.Atoi(m[2])
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 327 ltype->cp = atoi(cp_name); 858 lmon->frac_digits = atoi(FracDigits); 861 lmon->int_frac_digits = atoi(FracDigits); [all...] |
Completed in 1466 milliseconds
<<31323334353637383940>>