HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 501 - 525 of 718) sorted by null

<<212223242526272829

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 148 maxNumPics = (u32)atoi(argv[i]+2);
TestBenchMultipleInstance.c 108 maxNumPics = (u32)atoi(argv[i]+2);
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 232 state = atoi(cmd + 10);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 188 enable1026 = atoi(value);
192 vr_uses_ns = atoi(value);
197 alt_enable = atoi(value);
202 hac_enable = atoi(value);
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 226 if (property_get("debug.sf.hw", property, NULL) > 0 && atoi(property) == 0)
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 70 mDebugFps = atoi(value);
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 75 lcodecvt->cp = atoi(cp_name);
  /packages/experimental/procstatlog/
procstatlog.c 235 int pid = atoi(proc_entry->d_name);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
  /sdk/emulator/sensors/
sensors_qemu.c 577 mask = atoi(buffer);
  /system/core/liblog/
fake_log_device.c 292 format = (LogFormat) atoi(fstr); // really?!
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 191 if (atoi(value) != 0) {
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /external/bluetooth/bluez/tools/
lexer.c 767 yylval.number = atoi(yytext);
798 yylval.number = atoi(yytext + 6);
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 913 ci->prefs = (u_int8_t)atoi(p_prefs); /* XXX should be handled error. */
917 ci->prefd = (u_int8_t)atoi(p_prefd); /* XXX should be handled error. */
  /external/libpcap/
pcap-dos.c 915 if (env && atoi(env) > 0 &&
919 pcap_pkt_debug = atoi (env);
    [all...]
  /external/openssl/apps/
x509.c 277 days=atoi(*(++argv));
439 checkoffset=atoi(*(++argv));
    [all...]
  /external/openssl/crypto/threads/
mttest.c 245 thread_number= atoi(*(++argv));
253 number_of_loops= atoi(*(++argv));
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 541 qz_window = (NSWindow*)atoi(windowPtrString);
542 window_view = (NSQuickDrawView*)atoi(viewPtrString);
697 qz_window = (NSWindow*)atoi(windowPtrString);
698 window_view = (NSQuickDrawView*)atoi(viewPtrString);
    [all...]
  /external/quake/quake/src/QW/client/
cl_parse.c 939 player->topcolor = atoi(Info_ValueForKey (player->userinfo, "topcolor"));
940 player->bottomcolor = atoi(Info_ValueForKey (player->userinfo, "bottomcolor"));
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 761 width = atoi(com_argv[i+1]);
764 height = atoi(com_argv[i+1]);
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 673 wps->dev.categ = atoi(wpa_s->conf->device_type);
694 wps->dev.sub_categ = atoi(pos);

Completed in 543 milliseconds

<<212223242526272829