HomeSort by relevance Sort by last modified time
    Searched refs:strtoul (Results 176 - 200 of 601) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast_join.c 219 join_leave_times = strtoul(optarg, NULL, 0);
241 opt_ul = strtoul(optarg, NULL, 0);
ns-udpsender.c 194 opt_ul = strtoul(optarg, NULL, 0);
206 opt_ul = strtoul(optarg, NULL, 0);
  /external/skia/src/sksl/
SkSLString.cpp 227 long result = strtoul(s.c_str(), &p, 0);
246 long result = strtoul(s.c_str(), &p, 0);
  /external/skqp/src/sksl/
SkSLString.cpp 226 long result = strtoul(s.c_str(), &p, 0);
245 long result = strtoul(s.c_str(), &p, 0);
  /external/syslinux/core/fs/pxe/
http_readdir.c 350 ucs = strtoul(st->entity_buf + 2, NULL, 16);
352 ucs = strtoul(st->entity_buf + 1, NULL, 10);
  /external/syslinux/extlinux/
mountinfo.c 104 m->mountid = strtoul(string_buf, &ep, 10);
112 m->parentid = strtoul(string_buf, &ep, 10);
  /external/syslinux/gpxe/src/net/infiniband/
ib_srp.c 97 *bytes = strtoul ( buf, &buf_end, 16 );
115 value = strtoul ( rp_comp, &end, 16 );
  /external/syslinux/gpxe/src/util/
efirom.c 217 opts->vendor = strtoul ( optarg, &end, 16 );
224 opts->device = strtoul ( optarg, &end, 16 );
  /external/vboot_reference/futility/
cmd_create.c 279 opt_version = strtoul(optarg, &e, 0);
308 opt_hash_alg = strtoul(optarg, &e, 0);
cmd_vbutil_firmware.c 353 version = strtoul(optarg, &e, 0);
361 preamble_flags = strtoul(optarg, &e, 0);
cmd_vbutil_keyblock.c 271 pem_algorithm = strtoul(optarg, &e, 0);
285 flags = strtoul(optarg, &e, 0);
  /external/curl/src/
tool_urlglob.c 206 step = strtoul(&pattern[4], &endp, 10);
260 min_n = strtoul(pattern, &endp, 10);
275 max_n = strtoul(pattern, &endp, 10);
282 step_n = strtoul(pattern, &endp, 10);
627 unsigned long num = strtoul(&filename[1], &filename, 10);
  /external/mesa3d/src/intel/tools/
decoder.c 211 *count = strtoul(atts[i + 1], &p, 0);
213 *offset = strtoul(atts[i + 1], &p, 0);
226 *offset = strtoul(atts[i + 1], &p, 0);
322 field->start = ctx->group->group_offset+strtoul(atts[i + 1], &p, 0);
324 field->end = ctx->group->group_offset+strtoul(atts[i + 1], &p, 0);
332 field->default_value = strtoul(atts[i + 1], &p, 0);
348 value->value = strtoul(atts[i + 1], NULL, 0);
  /external/valgrind/coregrind/m_gdbserver/
server.c 738 gdb_id = strtoul (from, NULL, 16);
798 gdb_id = strtoul (&arg_own_buf[17], NULL, 16);
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 178 id = strtoul(session_id, NULL, 0);
217 id = strtoul(session_id, &p, 0);
279 id = strtoul(session_id, NULL, 0);
302 id = strtoul(session_id, NULL, 0);
327 id = strtoul(session_id, &p, 0);
368 id = strtoul(session_id, NULL, 0);
392 id = strtoul(session_id, NULL, 0);
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 448 MemAddr address = strtoul(address_field, NULL, 16);
449 MemAddr size = strtoul(size_field, NULL, 16);
458 MemAddr address = strtoul(address_field, NULL, 16);
  /external/minijail/
minijail0_cli.c 131 cur_rlim = strtoul(cur, &end, 10);
141 max_rlim = strtoul(max, &end, 10);
182 flags ? strtoul(flags, NULL, 16) : 0,
  /external/syslinux/com32/chain/
options.c 56 segval = strtoul(ptr, &p, 0);
58 offval = strtoul(p+1, &p, 0);
60 ipval = strtoul(p+1, NULL, 0);
  /bionic/libc/bionic/
grp_pwd.cpp 302 userid = strtoul(name+1, &end, 10);
316 // end will point to \0 if the strtoul below succeeds.
317 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START;
323 // end will point to \0 if the strtoul below succeeds.
324 appid = strtoul(end+2, &end, 10);
333 // end will point to \0 if the strtoul below succeeds.
334 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START;
strtol.cpp 194 unsigned long strtoul(const char* s, char** end, int base) { function
  /bionic/tests/headers/posix/
stdlib_h.c 134 FUNCTION(strtoul, unsigned long (*f)(const char*, char**, int));
  /bionic/tests/libs/
bionic_tests_zipalign.cpp 128 unsigned long int alignment = strtoul(argv[1], &end, 10);
  /device/google/wahoo/power-libperfmgr/
power-helper.c 210 state = strtoul(buffer, &parse_end, 10);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 103 strtoul(const char *__restrict, char **__restrict, int);
  /external/boringssl/src/fipstools/
cavp_rsa2_siggen_test.cc 51 int mod_bits = strtoul(mod_str.c_str(), nullptr, 0);

Completed in 600 milliseconds

1 2 3 4 5 6 78 91011>>