HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 826 - 850 of 3061) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r13/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...]
  /external/fio/t/
btrace2fio.c 1092 rate_threshold = atoi(optarg);
1095 rt_threshold = atoi(optarg);
1098 ios_threshold = atoi(optarg);
1107 max_depth = atoi(optarg);
1110 collapse_entries = atoi(optarg);
1113 depth_diff = atoi(optarg);
1116 random_diff = atoi(optarg);
  /external/pdfium/samples/
pdfium_test.cc 556 int keycode = atoi(tokens[1].c_str());
564 int x = atoi(tokens[2].c_str());
565 int y = atoi(tokens[3].c_str());
579 int x = atoi(tokens[2].c_str());
580 int y = atoi(tokens[3].c_str());
594 int x = atoi(tokens[1].c_str());
595 int y = atoi(tokens[2].c_str());
  /prebuilts/go/darwin-x86/src/time/
format.go 378 // Never printed, just needs to be non-nil for return by atoi.
382 func atoi(s string) (x int, err error) { func
799 year, err = atoi(p)
811 year, err = atoi(p)
947 hr, err = atoi(hour)
949 mm, err = atoi(min)
952 ss, err = atoi(seconds)
1053 offset, _ = atoi(zoneName[3:]) // Guaranteed OK by parseGMT.
    [all...]
  /prebuilts/go/linux-x86/src/time/
format.go 378 // Never printed, just needs to be non-nil for return by atoi.
382 func atoi(s string) (x int, err error) { func
799 year, err = atoi(p)
811 year, err = atoi(p)
947 hr, err = atoi(hour)
949 mm, err = atoi(min)
952 ss, err = atoi(seconds)
1053 offset, _ = atoi(zoneName[3:]) // Guaranteed OK by parseGMT.
    [all...]
  /device/google/marlin/power/
power.c 119 int soc_id = atoi(buf);
522 saved_dcvs_cpu0_slack_max = atoi(tmp_str);
532 saved_dcvs_cpu0_slack_min = atoi(tmp_str);
542 saved_mpdecision_slack_max = atoi(tmp_str);
552 saved_mpdecision_slack_min = atoi(tmp_str);
  /device/huawei/angler/power/
power.c 115 int soc_id = atoi(buf);
445 saved_dcvs_cpu0_slack_max = atoi(tmp_str);
455 saved_dcvs_cpu0_slack_min = atoi(tmp_str);
465 saved_mpdecision_slack_max = atoi(tmp_str);
475 saved_mpdecision_slack_min = atoi(tmp_str);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
parser.dlg 226 zzline = atoi(zzbegexpr+5) - 1; zzline++; zzmore();
912 set_orel(atoi(zzbegexpr+1), &attribsRefdFromAction);
934 set_orel(atoi(zzbegexpr+1), &attribsRefdFromAction);
1064 set_orel(atoi(zzbegexpr+1), &AST_nodes_refd_in_actions);
1073 zzline = atoi(zzbegexpr+5) - 1; zzline++; zzmore();
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 167 unsigned refLevel = atoi(value);
176 unsigned cut = atoi(value);
185 unsigned boost = atoi(value);
194 unsigned heavy = atoi(value);
203 unsigned encoderRefLevel = atoi(value);
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 504 channelCount = atoi(&arg[2]);
507 durationInSeconds = atoi(&arg[2]);
516 presetValue = atoi(&arg[2]);
519 sampleRate = atoi(&arg[2]);
531 performanceMode = atoi(&arg[2]);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 213 hdmi_modes_[i] = UINT32(atoi(tokens[i]));
452 hw_scan_info_.pt_scan_support = MapHWScanSupport(UINT32(atoi(tokens[0])));
453 hw_scan_info_.it_scan_support = MapHWScanSupport(UINT32(atoi(tokens[1])));
454 hw_scan_info_.cea_scan_support = MapHWScanSupport(UINT32(atoi(tokens[2])));
620 if (hdmi_modes_[index] == (uint32_t)atoi(l2)) {
hw_primary.cpp 142 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
143 *curr_y_pixels = static_cast<size_t>(atoi(line.c_str() + ypos + 1));
178 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
179 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
559 *level = atoi(brightness);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 132 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
133 *curr_y_pixels = static_cast<size_t>(atoi(line.c_str() + ypos + 1));
170 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
171 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
569 *level = atoi(brightness);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 114 switch (atoi(argv[2]))
139 temp1 = atoi(argv[3]);
140 temp2 = atoi(argv[4]);
153 switch (atoi(argv[5]))
163 encoder_context->targetbitrate = atoi (argv[6]);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 223 testCase->setDataSize(atoi(optarg) * 1024);
226 testCase->setChunkSize(atoi(optarg) * 1024);
229 testCase->setTreeDepth(atoi(optarg));
232 testCase->setIter(atoi(optarg));
236 testCase->setNproc(atoi(optarg));
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1194 freqs[used] = atoi(pos);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 357 p_test->width = atoi(optarg);
361 p_test->height = atoi(optarg);
366 format = atoi(optarg);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 349 p_test->width = atoi(optarg);
353 p_test->height = atoi(optarg);
358 format = atoi(optarg);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 349 p_test->width = atoi(optarg);
353 p_test->height = atoi(optarg);
358 format = atoi(optarg);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 161 passes = atoi(options[PASSES].value);
164 iterations = atoi(options[ITERATIONS].value);
170 time = atoi(options[TIME].value);
  /external/iproute2/tipc/
bearer.c 267 mnl_attr_put_u32(nlh, TIPC_NLA_BEARER_DOMAIN, atoi(opt->val));
273 mnl_attr_put_u32(nlh, TIPC_NLA_PROP_PRIO, atoi(opt->val));
472 val = atoi(shift_cmdl(cmdl));
  /external/libmtp/examples/
sendtr.c 412 tracknum = atoi(optarg);
418 length = atoi(optarg);
421 year = atoi(optarg);
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 311 rcvbufsz = atoi(optarg);
322 tid = atoi(optarg);
328 tid = atoi(optarg);
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 91 extern int atoi(const char *);
148 nprocs = atoi(optarg);
154 mapsize = atoi(optarg);
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.c 89 breadth = atoi(optarg);
99 depth = atoi(optarg);
109 timeout = atoi(optarg);

Completed in 1275 milliseconds

<<31323334353637383940>>