Searched refs:strtol (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_failure_test.cc11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
H A Dinterception_test.cc11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
H A Dinterception_malloc_test.cc20 return (int)strtol(x, 0, 10);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_strtoint.h21 return static_cast<int32>(strtol(nptr, endptr, base));
/external/chromium_org/third_party/webrtc/tools/frame_editing/
H A Dframe_editing.cc84 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
85 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
86 int first_frame_to_cut = strtol((parser.GetFlag("f")).c_str(), NULL, 10);
87 int interval = strtol((parser.GetFlag("interval")).c_str(), NULL, 10);
88 int last_frame_to_cut = strtol((parser.GetFlag("l")).c_str(), NULL, 10);
/external/bison/lib/
H A Dstrtol.c57 # define strtol __wcstoull_l macro
59 # define strtol __wcstoul_l macro
63 # define strtol __strtoull_l macro
65 # define strtol __strtoul_l macro
71 # define strtol __wcstoll_l macro
73 # define strtol __wcstol_l macro
77 # define strtol __strtoll_l macro
79 # define strtol __strtol_l macro
87 # define strtol wcstoull macro
89 # define strtol wcstou macro
93 # define strtol macro
95 # define strtol macro
101 # define strtol macro
103 # define strtol macro
107 # define strtol macro
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
429 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]
/external/llvm/utils/count/
H A Dcount.c22 Count = strtol(argv[1], &End, 10);
/external/chromium_org/third_party/webrtc/tools/converter/
H A Drgba_to_i420_converter.cc67 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
68 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dframe_analyzer.cc80 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
81 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dsimple_encoder.c190 info.frame_width = strtol(width_arg, NULL, 0);
191 info.frame_height = strtol(height_arg, NULL, 0);
207 keyframe_interval = strtol(keyframe_interval_arg, NULL, 0);
222 cfg.g_error_resilient = argc > 7 ? strtol(argv[7], NULL, 0) : 0;
H A Ddecode_with_drops.c97 n = strtol(argv[3], &nptr, 0);
98 m = strtol(nptr + 1, NULL, 0);
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c64 num = strtol(string+8, &eptr, 10);
H A Dparse_num.c78 log_block_size = strtol(argv[2], &p, 0);
/external/libvpx/libvpx/examples/
H A Dsimple_encoder.c189 info.frame_width = strtol(width_arg, NULL, 0);
190 info.frame_height = strtol(height_arg, NULL, 0);
206 keyframe_interval = strtol(keyframe_interval_arg, NULL, 0);
221 cfg.g_error_resilient = argc > 7 ? strtol(argv[7], NULL, 0) : 0;
H A Ddecode_with_drops.c99 n = strtol(argv[3], &nptr, 0);
100 m = strtol(nptr + 1, NULL, 0);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h119 #define strtoul strtol
122 extern long strtol(const char *, char **, int);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextra.c204 field = strtol(digits, NULL, 10);
209 field = strtol(digits, NULL, 10);
214 field = strtol(digits, NULL, 10);
219 field = strtol(digits, NULL, 10);
224 field = strtol(digits, NULL, 10);
229 field = strtol(digits, NULL, 10);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc84 int width = strtol((parser.GetFlag("w")).c_str(), NULL, 10);
85 int height = strtol((parser.GetFlag("h")).c_str(), NULL, 10);
86 int framerate = strtol((parser.GetFlag("f")).c_str(), NULL, 10);
92 int target_bitrate = strtol((parser.GetFlag("b")).c_str(), NULL, 10);
121 int start_frame = strtol((parser.GetFlag("start_frame")).c_str(), NULL, 10);
122 int num_frames = strtol((parser.GetFlag("num_frames")).c_str(), NULL, 10);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.c143 rawval = strtol(arg->val, &endptr, 10);
162 rawval = strtol(arg->val, &endptr, 10);
187 rawval = strtol(arg->val, &endptr, 10);
197 rawval = strtol(endptr + 1, &endptr, 10);
216 rawval = strtol(arg->val, &endptr, 10);
/external/libvpx/libvpx/
H A Dargs.c143 rawval = strtol(arg->val, &endptr, 10);
162 rawval = strtol(arg->val, &endptr, 10);
187 rawval = strtol(arg->val, &endptr, 10);
197 rawval = strtol(endptr + 1, &endptr, 10);
216 rawval = strtol(arg->val, &endptr, 10);
/external/qemu/android/
H A Dhw-events.c156 *ptype = (int) strtol( p, &end, 0 );
176 *pcode = (int) strtol( p, &end, 0 );
189 *pvalue = (int)strtol( p, &end, 0 );
H A Dqemu-setup.c98 *maxtries = strtol( end, NULL, 10 );
124 long port = strtol(proto_port + 4, &end, 10);
240 adb_host_port = (int) strtol( adb_host_port_str, NULL, 0 );
267 int console_port = strtol( android_op_ports, &comma_location, 0 );
274 adb_port = strtol( comma_location+1, &end, 0 );
304 int port = strtol( android_op_port, &end, 0 );
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Darm_cpudetect.c27 *flags = (int)strtol(env, NULL, 0);
37 return env && *env ? (int)strtol(env, NULL, 0) : ~0;
/external/chromium_org/third_party/webrtc/tools/psnr_ssim_analyzer/
H A Dpsnr_ssim_analyzer.cc121 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
122 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c26 long int strtol(const char *nptr, char **endptr, int base);
111 long int t21(char **x) { return strtol("1234", x, 10); }
113 // CHECK: strtol

Completed in 7039 milliseconds

1234567891011>>