Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/external/boringssl/src/fipstools/
Dcavp_aes_gcm_test.cc65 key.size() * 8 != strtoul(key_len_str.c_str(), nullptr, 0) || in TestAEADEncrypt()
66 iv.size() * 8 != strtoul(iv_len_str.c_str(), nullptr, 0) || in TestAEADEncrypt()
67 pt.size() * 8 != strtoul(pt_len_str.c_str(), nullptr, 0) || in TestAEADEncrypt()
68 aad.size() * 8 != strtoul(aad_len_str.c_str(), nullptr, 0) || in TestAEADEncrypt()
73 const size_t tag_len = strtoul(tag_len_str.c_str(), nullptr, 0) / 8; in TestAEADEncrypt()
96 size_t aad_len = strtoul(aad_len_str.c_str(), nullptr, 0) / 8; in TestAEADDecrypt()
97 size_t pt_len = strtoul(pt_len_str.c_str(), nullptr, 0) / 8; in TestAEADDecrypt()
107 key.size() * 8 != strtoul(key_len.c_str(), nullptr, 0) || in TestAEADDecrypt()
108 iv.size() * 8 != strtoul(iv_len.c_str(), nullptr, 0) || in TestAEADDecrypt()
111 tag.size() * 8 != strtoul(tag_len.c_str(), nullptr, 0)) { in TestAEADDecrypt()
Dcavp_ctr_drbg_test.cc40 strtoul(entropy_input_len.c_str(), nullptr, 0) != in TestCTRDRBG()
54 entropy.size() * 8 != strtoul(entropy_input_len.c_str(), nullptr, 0) || in TestCTRDRBG()
57 strtoul(personalization_str_len.c_str(), nullptr, 0) || in TestCTRDRBG()
59 ai1.size() * 8 != strtoul(additional_input_len.c_str(), nullptr, 0)) { in TestCTRDRBG()
69 uint64_t out_len = strtoul(returned_bits_len.c_str(), nullptr, 0); in TestCTRDRBG()
Dcavp_hmac_test.cc32 const size_t md_len = strtoul(md_len_str.c_str(), nullptr, 0); in TestHMAC()
65 size_t k_len = strtoul(k_len_str.c_str(), nullptr, 0); in TestHMAC()
66 size_t t_len = strtoul(t_len_str.c_str(), nullptr, 0); in TestHMAC()
/external/google-breakpad/src/processor/
Dwindows_frame_info.h135 uint32_t prolog_size = strtoul(tokens[3], NULL, 16); in ParseFromString()
136 uint32_t epilog_size = strtoul(tokens[4], NULL, 16); in ParseFromString()
137 uint32_t parameter_size = strtoul(tokens[5], NULL, 16); in ParseFromString()
138 uint32_t saved_register_size = strtoul(tokens[6], NULL, 16); in ParseFromString()
139 uint32_t local_size = strtoul(tokens[7], NULL, 16); in ParseFromString()
140 uint32_t max_stack_size = strtoul(tokens[8], NULL, 16); in ParseFromString()
141 int has_program_string = strtoul(tokens[9], NULL, 16); in ParseFromString()
148 allocates_base_pointer = strtoul(tokens[10], NULL, 16); in ParseFromString()
/external/e2fsprogs/lib/uuid/
Dparse.c66 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse()
67 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse()
68 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse()
69 uuid.clock_seq = strtoul(in+19, NULL, 16); in uuid_parse()
75 uuid.node[i] = strtoul(buf, NULL, 16); in uuid_parse()
/external/iptables/utils/
Dnfnl_osf.c215 val = strtoul(&obuf[i + 2], NULL, 10); in xt_osf_parse_opt()
217 val = strtoul(&obuf[i + 1], NULL, 10); in xt_osf_parse_opt()
232 val = strtoul(&obuf[i + 2], NULL, 10); in xt_osf_parse_opt()
234 val = strtoul(&obuf[i + 1], NULL, 10); in xt_osf_parse_opt()
302 f.wss.val = strtoul(&pbeg[2], NULL, 10); in osf_load_line()
306 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
310 f.wss.val = strtoul(&pbeg[2], NULL, 10); in osf_load_line()
314 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
317 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
320 f.wss.val = strtoul(&pbeg[0], NULL, 10); in osf_load_line()
[all …]
/external/iw/
Dphy.c73 freq = strtoul(argv[1], &end, 10); in handle_freqs()
84 freq = strtoul(argv[2], &end, 10); in handle_freqs()
115 freq = strtoul(argv[0], &end, 10); in handle_freqchan()
191 frag = strtoul(argv[0], &end, 10); in handle_fragmentation()
223 rts = strtoul(argv[0], &end, 10); in handle_rts()
269 tmpul = strtoul(argv[i], &end, 10); in handle_retry()
334 strtoul(argv[0], &end, 10)); in handle_netns()
378 coverage = strtoul(argv[0], &end, 10); in handle_coverage()
414 distance = strtoul(argv[0], &end, 10); in handle_distance()
509 tx_ant = rx_ant = strtoul(argv[0], &end, 0); in handle_antenna()
[all …]
Doffch.c20 strtoul(argv[0], &end, 10)); in offchannel()
28 strtoul(argv[0], &end, 10)); in offchannel()
/external/ipsec-tools/src/racoon/
Dbackupsa.c267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file()
268 GETNEXTNUM(sa_args.spi, strtoul); in backupsa_from_file()
270 GETNEXTNUM(sa_args.mode, strtoul); in backupsa_from_file()
271 GETNEXTNUM(sa_args.reqid, strtoul); in backupsa_from_file()
272 GETNEXTNUM(sa_args.wsize, strtoul); in backupsa_from_file()
273 GETNEXTNUM(sa_args.e_type, strtoul); in backupsa_from_file()
274 GETNEXTNUM(sa_args.e_keylen, strtoul); in backupsa_from_file()
275 GETNEXTNUM(sa_args.a_type, strtoul); in backupsa_from_file()
276 GETNEXTNUM(sa_args.a_keylen, strtoul); in backupsa_from_file()
277 GETNEXTNUM(sa_args.flags, strtoul); in backupsa_from_file()
[all …]
/external/iptables/extensions/
Dlibxt_time.c100 year = strtoul(s, &e, 10); in time_parse_date()
107 month = strtoul(s, &e, 10); in time_parse_date()
114 day = strtoul(s, &e, 10); in time_parse_date()
121 hour = strtoul(s, &e, 10); in time_parse_date()
128 minute = strtoul(s, &e, 10); in time_parse_date()
135 second = strtoul(s, &e, 10); in time_parse_date()
170 hour = strtoul(s, &e, 10); in time_parse_minutes()
175 minute = strtoul(s, &e, 10); in time_parse_minutes()
182 second = strtoul(s, &e, 10); in time_parse_minutes()
220 i = strtoul(day, &err, 0); in time_parse_monthdays()
[all …]
/external/libnl/src/lib/
Dct.c149 nfnl_ct_set_icmp_id(ct, 0, strtoul(argv[idx++], NULL, 0));
152 nfnl_ct_set_icmp_type(ct, 0, strtoul(argv[idx++], NULL, 0));
155 nfnl_ct_set_icmp_code(ct, 0, strtoul(argv[idx++], NULL, 0));
158 nfnl_ct_set_icmp_id(ct, 1, strtoul(argv[idx++], NULL, 0));
161 nfnl_ct_set_icmp_type(ct, 1, strtoul(argv[idx++], NULL, 0));
164 nfnl_ct_set_icmp_code(ct, 1, strtoul(argv[idx++], NULL, 0));
Droute.c127 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_metric()
184 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_nexthop()
203 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_table()
220 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_prio()
242 lval = strtoul(arg, &endptr, 0); in nl_cli_route_parse_protocol()
/external/libnl/src/
Dnl-fib-lookup.c57 table = strtoul(optarg, NULL, 0); in main()
60 fwmark = strtoul(optarg, NULL, 0); in main()
63 scope = strtoul(optarg, NULL, 0); in main()
66 tos = strtoul(optarg, NULL, 0); in main()
/external/vboot_reference/cgpt/
Dcmd_add.c61 params.partition = (uint32_t)strtoul(optarg, &e, 0); in cmd_add()
106 params.successful = (uint32_t)strtoul(optarg, &e, 0); in cmd_add()
119 params.tries = (uint32_t)strtoul(optarg, &e, 0); in cmd_add()
133 params.priority = (uint32_t)strtoul(optarg, &e, 0); in cmd_add()
/external/iproute2/tc/
Dq_dsmark.c41 ind = strtoul(*argv, &end, 0); in dsmark_parse_opt()
49 dflt = strtoul(*argv, &end, 0); in dsmark_parse_opt()
99 tmp = strtoul(*argv, &end, 0); in dsmark_parse_class_opt()
107 tmp = strtoul(*argv, &end, 0); in dsmark_parse_class_opt()
Df_tcindex.c33 t->tcm_handle = strtoul(handle, &end, 0); in tcindex_parse_opt()
47 hash = strtoul(*argv, &end, 0); in tcindex_parse_opt()
58 mask = strtoul(*argv, &end, 0); in tcindex_parse_opt()
69 shift = strtoul(*argv, &end, 0); in tcindex_parse_opt()
/external/libmtp/examples/
Dnewplaylist.c61 ids[(idcount-1)] = strtoul(optarg, &rest, 0); in main()
67 storageid = (uint32_t) strtoul(optarg, NULL, 0); in main()
70 parentid = (uint32_t) strtoul(optarg, NULL, 0); in main()
Dalbumart.c76 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
82 storageid = (uint32_t) strtoul(optarg, NULL, 0);
85 parentid = (uint32_t) strtoul(optarg, NULL, 0);
/external/skia/src/compute/hs/cuda/bench/
Dmain.c535 uint32_t const key_size = (argc <= 2) ? 2 : strtoul(argv[2],NULL,0); in main()
565 uint32_t const count_lo = (argc <= 3) ? kpb : strtoul(argv[3],NULL,0); in main()
566 uint32_t const count_hi = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main()
567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main()
568 uint32_t const loops = (argc <= 6) ? HS_BENCH_LOOPS : strtoul(argv[6],NULL,0); in main()
569 uint32_t const warmup = (argc <= 7) ? HS_BENCH_WARMUP : strtoul(argv[7],NULL,0); in main()
570 bool const linearize = (argc <= 8) ? true : strtoul(argv[8],NULL,0); in main()
571 bool const verify = (argc <= 9) ? true : strtoul(argv[9],NULL,0); in main()
/external/skqp/src/compute/hs/cuda/bench/
Dmain.c535 uint32_t const key_size = (argc <= 2) ? 2 : strtoul(argv[2],NULL,0); in main()
565 uint32_t const count_lo = (argc <= 3) ? kpb : strtoul(argv[3],NULL,0); in main()
566 uint32_t const count_hi = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main()
567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main()
568 uint32_t const loops = (argc <= 6) ? HS_BENCH_LOOPS : strtoul(argv[6],NULL,0); in main()
569 uint32_t const warmup = (argc <= 7) ? HS_BENCH_WARMUP : strtoul(argv[7],NULL,0); in main()
570 bool const linearize = (argc <= 8) ? true : strtoul(argv[8],NULL,0); in main()
571 bool const verify = (argc <= 9) ? true : strtoul(argv[9],NULL,0); in main()
/external/libcap/progs/
Dcapsh.c241 value = strtoul(argv[i]+7, NULL, 0); in main()
297 value = strtoul(argv[i]+10, NULL, 0); in main()
307 value = strtoul(argv[i]+10, NULL, 0); in main()
323 value = strtoul(argv[i]+9, NULL, 0); in main()
348 value = strtoul(argv[i]+6, NULL, 0); in main()
359 value = strtoul(argv[i]+6, NULL, 0); in main()
402 group_list[g_count] = strtoul(ptr, NULL, 0); in main()
/external/vboot_reference/tests/futility/
Dbinary_editor.c27 offset = (uint32_t)strtoul(argv[1], 0, 0); in main()
32 c = (uint8_t)strtoul(argv[curarg++], 0, 0); in main()
/external/llvm/test/Transforms/InstCombine/
Dstrto-1.ll16 declare i64 @strtoul(i8* %s, i8** %endptr, i32 %base)
17 ; CHECK: declare i64 @strtoul(i8* readonly, i8** nocapture, i32)
51 call i64 @strtoul(i8* %x, i8** null, i32 10)
52 ; CHECK-NEXT: call i64 @strtoul(i8* nocapture %x, i8** null, i32 10)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dstrto-1.ll16 declare i64 @strtoul(i8* %s, i8** %endptr, i32 %base)
17 ; CHECK: declare i64 @strtoul(i8* readonly, i8** nocapture, i32)
51 call i64 @strtoul(i8* %x, i8** null, i32 10)
52 ; CHECK-NEXT: call i64 @strtoul(i8* nocapture %x, i8** null, i32 10)
/external/libnl/tests/
Dtest-u32-filter-with-actions.c38 res = strtoul(arg, &ptr, base); in get_u32()
55 htid = strtoul(str, &tmp, 16); in get_u32_handle()
62 hash = strtoul(str, &tmp, 16); in get_u32_handle()
69 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()

12345678910>>...17