Searched refs:atol (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerApp.cpp49 media_node_id id = atol(argv[1] + 5);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerApp.cpp55 media_node_id id = atol(argv[1] + 5);
/haiku/src/system/libroot/posix/stdlib/
H A Datoi.c28 atol(const char* num) function
/haiku/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp48 uint32 instr = argc >= 4 ? atol(argv[3]) : 0xffff;
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp538 f.types[f.type_count] = (media_type)atol(value);
991 f.channel_count = atol(value);
993 f.buffer_size = atol(value);
1019 f.channel_mask = atol(value);
1035 f.interlace = atol(value);
1037 f.first_active = atol(value);
1039 f.last_active = atol(value);
1041 f.pixel_width_aspect = atol(value);
1043 f.pixel_height_aspect = atol(value);
1059 d.line_width = atol(valu
[all...]
H A DMessageIO.cpp238 m_message->what = atol(value);
376 int32 v = atol(data);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dmain.cpp89 port = atol(argv[argi++]);
/haiku/src/apps/resedit/
H A DNumberEditors.cpp40 int32 newid = atol(fView->GetID());
H A DMiscEditors.cpp44 int32 newid = atol(fView->GetID());
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp70 bufferSize = atol(optarg);
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp84 int32 number = atol(argv[1]);
/haiku/src/tests/system/network/
H A Dgetpeername.cpp39 port = atol(argv[2]);
/haiku/src/tests/system/network/icmp/
H A Dudp_unreachable.cpp44 port = atol(argv[2]);
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp231 return block_run::Run(atol(first), atol(last), 1);
235 return block_run::Run(atol(first), atol(comma));
H A Dbfsinfo.cpp205 return block_run::Run(atol(first), atol(last), 1);
208 return block_run::Run(atol(first), atol(comma));
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp194 size = atol(argv[2]);
197 loops = atol(argv[1]);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp587 if (atol(res) >= 500)
594 if (atol(res) < 500)
630 if (atol(res) < 500)
664 if (atol(res) < 500)
693 if (atol(res) < 500)
863 errCode = atol(buf);
905 int32 num = atol(fLog.String());
/haiku/src/bin/
H A Dhey.cpp795 revspec.AddInt32("index", atol(specifier + 1));
798 to_message->AddSpecifier(property, atol(specifier));
845 to_message->AddInt32("data", atol(valuestring));
878 to_message->AddInt8(curname, atol(valuestring + strlen("int8(")));
880 to_message->AddInt16(curname, atol(valuestring + strlen("int16(")));
882 to_message->AddInt32(curname, atol(valuestring + strlen("int32(")));
884 to_message->AddInt64(curname, atol(valuestring + strlen("int64(")));
891 to_message->AddBool(curname, atol(valuestring + strlen("bool(")) == 0 ? false : true);
926 clr.red = atol(valuestring + strlen("rgb_color("));
929 clr.green = atol(pt
[all...]
H A Dfdinfo.cpp134 id = atol(argv[1]);
H A Dnotify.cpp131 fTimeout = atol(argument) * 1000000;
/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c32 mb = atol(argv[1])*MB;
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp61 watchTeam = atol(arg);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp265 gMaxCount = atol(argv[2]);
/haiku/src/kits/interface/
H A DSpinner.cpp254 SetValue(atol(TextView()->Text()));
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp259 rampTime = atol(delayControl -> Text()) * 1000;

Completed in 101 milliseconds

12