Searched
refs:atoi (Results
276 -
300 of
783) sorted by null
<<11121314151617181920>>
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11mouse.c | 212 accel_value[i] = atoi(mouse_param); 243 enable_relative = atoi(env_override);
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 118 else if((sin.sin_port = htons((u_short)atoi(service))) == 0)
190 address.sin_port = htons((unsigned short)atoi(argv[1]));
|
/external/v8/preparser/ |
preparser-process.cc | 285 expects.beg_pos = atoi(argv[arg_index]); // NOLINT 288 expects.end_pos = atoi(argv[arg_index]); // NOLINT
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wifi_display.c | 202 subelem = atoi(cmd); 240 subelem = atoi(cmd);
|
/frameworks/native/opengl/libs/EGL/ |
Loader.cpp | 74 if (atoi(prop) != 1) 79 return atoi(prop);
|
egl.cpp | 119 int propertyLevel = atoi(value); 209 if (atoi(value)) {
|
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211_nl.c | 196 mode = atoi(cmd + 10); 207 int mode = atoi(cmd + 11);
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 169 tid = atoi(entry->d_name); 318 handle.tid = atoi(entry->d_name);
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
libthread_db.c | 166 tid = atoi(entry->d_name); 354 handle.tid = atoi(entry->d_name);
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
libthread_db.c | 166 tid = atoi(entry->d_name); 354 handle.tid = atoi(entry->d_name);
|
/system/core/toolbox/ |
iftop.c | 238 delay = atoi(argv[i++]); 248 header_interval = atoi(argv[i++]);
|
top.c | 127 max_procs = atoi(argv[++i]); 136 iterations = atoi(argv[++i]); 145 delay = atoi(argv[++i]); 251 pid = atoi(pid_dir->d_name); 291 tid = atoi(tid_dir->d_name);
|
/system/netd/ |
NatController.cpp | 100 int addrCount = atoi(argv[4]); 221 int addrCount = atoi(argv[4]);
|
MDnsSdListener.cpp | 138 int requestId = atoi(argv[2]); 411 int requestId = atoi(argv[2]); 423 int requestId = atoi(argv[2]); 426 int port = atoi(argv[5]); 443 int requestId = atoi(argv[2]); 469 int requestId = atoi(argv[2]); 480 int requestId = atoi(argv[2]);
|
/external/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...] |
/ndk/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/qemu/distrib/sdl-1.2.15/test/ |
testoverlay.c | 349 delay = atoi(argv[2]); 359 if ( argv[2] && ((w = atoi(argv[2])) > 0) ) { 369 if ( argv[2] && ((h = atoi(argv[2])) > 0) ) { 380 desired_bpp = atoi(argv[2]); 391 luminance = atoi(argv[2]);
|
testalpha.c | 361 video_bpp = atoi(argv[++i]); 374 w = atoi(argv[++i]); 377 h = atoi(argv[++i]);
|
/system/vold/ |
CommandListener.cpp | 326 unsigned int numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; 327 const bool isExternal = (atoi(argv[7]) == 1); 328 rc = vm->createAsec(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]), isExternal); 369 rc = vm->mountAsec(argv[2], argv[3], atoi(argv[4])); 453 rc = vm->mountObb(argv[2], argv[3], atoi(argv[4]));
|
/frameworks/wilhelm/tests/sandbox/ |
xaplay.c | 266 discPacket = atoi(&arg[2]); 269 afterDiscPacket = atoi(&arg[2]); 272 firstPacket = atoi(&arg[2]); 275 formatPacket = atoi(&arg[2]); 281 numPackets = atoi(&arg[2]); 284 pauseMs = atoi(&arg[2]); 287 seekPos = atoi(&arg[2]); [all...] |
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 701 atoi(cmd) == 0 ? "OFF":"ON"); 726 (atoi((char *) &fm_rds_af)) == 0?"OFF":"ON"); 751 atoi((char *) &fm_rssi_threshhold)); 774 printf("FM RSSI threshold level is set to %d\n", atoi(cmd)); 797 printf("FM Band is set to %s\n", atoi(cmd) == 0?"US/EUROPE":"JAPAN"); 821 (atoi((char *) &fm_band)) == 0?"US/EUROPE":"JAPAN"); [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 295 else return(atoi(s)); 309 else return(atoi(s)); [all...] |
/external/icu4c/tools/ctestfw/ |
uperf.cpp | 155 passes = atoi(options[PASSES].value); 158 iterations = atoi(options[ITERATIONS].value); 164 time = atoi(options[TIME].value);
|
/external/libmtp/examples/ |
sendtr.c | 412 tracknum = atoi(optarg); 418 length = atoi(optarg); 421 year = atoi(optarg);
|
/external/qemu/ |
qemu-sockets-android.c | 94 return atoi(socket_fd); 114 snprintf(port, sizeof(port), "%d", atoi(port) + port_offset); 199 return atoi(socket_fd);
|
Completed in 2463 milliseconds
<<11121314151617181920>>