Home
last modified time | relevance | path

Searched refs:strtol (Results 301 - 325 of 758) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c96 val = strtol(str, &endptr, 0); in arg_parse_decimal_num()
198 x = strtol(arg, &sep, 10); in time_signature()
202 x = strtol(++sep, NULL, 10); in time_signature()
/third_party/libcoap/src/
H A Dcoap_debug.c1247 int n = (int)strtol(p, &end, 10), i = 0; in coap_debug_set_packet_loss()
1262 n = (int)strtol(p, &end, 10); in coap_debug_set_packet_loss()
1272 n = (int)strtol(p, &end, 10); in coap_debug_set_packet_loss()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp297 static_cast<int32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
311 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
320 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp297 static_cast<int32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
311 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
320 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
/third_party/toybox/toys/posix/
H A Dsed.c804 command->lmatch[i] = -2-strtol(line, &line, 0); in parse_pattern()
805 } else if (isdigit(*line)) command->lmatch[i] = strtol(line, &line, 0); in parse_pattern()
900 else if (!(command->sflags>>3) && 0<(l = strtol(line, &line, 10))) { in parse_pattern()
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp291 static_cast<int32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
305 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
314 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_response.cpp85 cSeq_ = (int32_t)strtol(tokens_.at(RTSP_TOKEN_CSEQ).c_str(), nullptr, 10); // 10:unit in Parse()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp273 bufferMsec = strtol(argv[AudioTestConstants::FOURTH_ARG_IDX], nullptr, AudioTestConstants::NUM_BASE); in main()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h114 long number = std::strtol(str.c_str(), &end, 10); in ToNumber()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp182 auto port = std::strtol(portStr.c_str(), &strEnd, BASE_DEC); in ParsePort()
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dsetacl.cpp58 long converted = strtol(idTxt.c_str(), &p, 10); in ParseNumericId()
/third_party/eudev/src/udev/
H A Dudev-builtin-keyboard.c108 val = strtol(current, &next, 0); in parse_token()
/third_party/curl/tests/server/
H A Dfake_ntlm.c171 long lnum = strtol(env, &endptr, 10); in main()
/third_party/ffmpeg/libavformat/
H A Djacosubdec.c231 int64_t timeres = strtol(p, NULL, 10); in jacosub_read_header()
H A Dmccdec.c127 num = strtol(rate_str, &df, 10); in mcc_read_header()
H A Doggparseogm.c76 cid = strtol(acid, NULL, 16); in ogm_header()
/third_party/curl/src/
H A Dtool_cb_prg.c246 long num = strtol(colp, &endptr, 10); in progressbarinit()
/third_party/benchmark/src/
H A Dcommandlineflags.cc37 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32()
39 // Has strtol() consumed all characters in the string? in ParseInt32()
51 // The parsed value overflows as a long. (strtol() returns in ParseInt32()
73 // Has strtol() consumed all characters in the string? in ParseDouble()
H A Dtimers.cc238 offset_minutes = ::strtol(tz_offset, NULL, 10); in LocalDateTimeString()
H A Dstring_util.cc172 * strtol, strtod. Note that reimplemented functions are in benchmark::
208 const long result = strtol(strStart, &strEnd, base); in stoi()
/third_party/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp129 int i = strtol(argv[argNum], &endp, 0); in processOptions()
/third_party/jerryscript/jerry-main/
H A Dcli.c211 long int value = strtol (state_p->arg, &endptr, 10); in cli_consume_int()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp114 U->push_back(strtol(Hex, nullptr, 16)); in ParseOneDictionaryEntry()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_xfb_varying.c87 unsigned index = strtol(name + 1, &endptr, 10); in get_deref()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()

Completed in 18 milliseconds

1...<<11121314151617181920>>...31