Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:atol
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/
H
A
D
atol_test.c
75
const long value =
atol
("2147483647");
77
LOG("[DEMO] posix stdlib test case 1:
atol
(%ld) ok.\n", value);
79
LOG("[DEMO] posix stdlib test case 1:
atol
(%ld) fail.\n", value);
92
const long value =
atol
("-2147483648");
94
LOG("[DEMO] posix stdlib test case 2:
atol
(%ld) ok.\n", value);
96
LOG("[DEMO] posix stdlib test case 2:
atol
(%ld) fail.\n", value);
109
const long value =
atol
("100");
111
LOG("[DEMO] posix stdlib test case 3:
atol
(%ld) ok.\n", value);
113
LOG("[DEMO] posix stdlib test case 3:
atol
(%ld) fail.\n", value);
127
const long value =
atol
("214748364
[all...]
/kernel/liteos_m/testsuites/unittest/fuzz/src/stdlib/
H
A
D
atol_fuzz.c
60
(void)
atol
(str);
in AtolFuzzTest()
63
printf("Fuzz test in line [%d]
atol
ok\n", __LINE__);
in AtolFuzzTest()
/kernel/linux/linux-5.10/tools/testing/selftests/splice/
H
A
D
splice_read.c
30
size =
atol
(argv[2]);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/splice/
H
A
D
splice_read.c
30
size =
atol
(argv[2]);
in main()
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
stdlib.h
41
long
atol
(const char *s)
in atol()
function
66
return
atol
(s);
in atoi()
/kernel/linux/linux-5.10/tools/perf/bench/
H
A
D
numa.c
543
bind_cpu_0 = bind_cpu_1 =
atol
(tok);
in parse_setup_cpu_list()
546
bind_cpu_0 =
atol
(tok);
in parse_setup_cpu_list()
547
bind_cpu_1 =
atol
(tok_end + 1);
in parse_setup_cpu_list()
553
step =
atol
(tok_step + 1);
in parse_setup_cpu_list()
565
bind_len =
atol
(tok_len + 1);
in parse_setup_cpu_list()
573
mul =
atol
(tok_mul + 1);
in parse_setup_cpu_list()
679
bind_node_0 = bind_node_1 =
atol
(tok);
in parse_setup_node_list()
682
bind_node_0 =
atol
(tok);
in parse_setup_node_list()
683
bind_node_1 =
atol
(tok_end + 1);
in parse_setup_node_list()
689
step =
atol
(tok_ste
in parse_setup_node_list()
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
numa.c
571
bind_cpu_0 = bind_cpu_1 =
atol
(tok);
in parse_setup_cpu_list()
574
bind_cpu_0 =
atol
(tok);
in parse_setup_cpu_list()
575
bind_cpu_1 =
atol
(tok_end + 1);
in parse_setup_cpu_list()
581
step =
atol
(tok_step + 1);
in parse_setup_cpu_list()
593
bind_len =
atol
(tok_len + 1);
in parse_setup_cpu_list()
601
mul =
atol
(tok_mul + 1);
in parse_setup_cpu_list()
718
bind_node_0 = bind_node_1 =
atol
(tok);
in parse_setup_node_list()
721
bind_node_0 =
atol
(tok);
in parse_setup_node_list()
722
bind_node_1 =
atol
(tok_end + 1);
in parse_setup_node_list()
728
step =
atol
(tok_ste
in parse_setup_node_list()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
map_hugetlb.c
78
length =
atol
(argv[1]) << 20;
in main()
H
A
D
userfaultfd.c
1515
nr_pages_per_cpu =
atol
(argv[2]) * 1024*1024 / page_size /
in main()
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/
H
A
D
memcpy_thread.c
60
thr =
atol
(argv[2]);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
map_hugetlb.c
73
length =
atol
(argv[1]) << 20;
in main()
H
A
D
uffd-stress.c
439
bytes =
atol
(argv[2]) * 1024 * 1024;
in main()
H
A
D
ksm_tests.c
797
page_count =
atol
(optarg);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H
A
D
param_test.c
1398
loop_cnt[argv[i][1] - '0'] =
atol
(argv[i + 1]);
in main()
1406
opt_modulo =
atol
(argv[i + 1]);
in main()
1418
opt_sleep =
atol
(argv[i + 1]);
in main()
1439
opt_disable_mod =
atol
(argv[i + 1]);
in main()
1451
opt_threads =
atol
(argv[i + 1]);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H
A
D
param_test.c
1470
loop_cnt[argv[i][1] - '0'] =
atol
(argv[i + 1]);
in main()
1478
opt_modulo =
atol
(argv[i + 1]);
in main()
1490
opt_sleep =
atol
(argv[i + 1]);
in main()
1511
opt_disable_mod =
atol
(argv[i + 1]);
in main()
1523
opt_threads =
atol
(argv[i + 1]);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
tcp_mmap.c
423
chunk_size =
atol
(optarg);
in main()
426
map_align =
atol
(optarg);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H
A
D
cgroup_util.c
144
return
atol
(buf);
in cg_read_long()
159
return
atol
(ptr + strlen(key));
in cg_read_key_long()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
tcp_mmap.c
498
chunk_size =
atol
(optarg);
in main()
501
map_align =
atol
(optarg);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
cgroup_util.c
141
return
atol
(buf);
in cg_read_long()
156
return
atol
(ptr + strlen(key));
in cg_read_key_long()
/kernel/linux/linux-5.10/tools/thermal/tmon/
H
A
D
sysfs.c
159
return
atol
(ch + skip);
in get_instance_id()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H
A
D
sysfs.c
159
return
atol
(ch + skip);
in get_instance_id()
/kernel/linux/linux-5.10/tools/include/nolibc/
H
A
D
nolibc.h
2384
long
atol
(const char *s)
in atol()
function
2409
return
atol
(s);
in atoi()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
xdp_router_ipv4_user.c
353
arp_entry.mac =
atol
(mac);
in read_arp()
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_router_ipv4_user.c
417
arp_entry.mac =
atol
(mac);
in read_arp()
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H
A
D
loopback_test.c
918
t.mask =
atol
(optarg);
in main()
Completed in 40 milliseconds
1
2