OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atol
(Results
1 - 25
of
194
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
atol.c
1
/* $OpenBSD:
atol
.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34
atol
(const char *str)
function
/external/compiler-rt/test/asan/TestCases/
atol_strict.c
1
// Test strict_string_checks option in
atol
function
21
long r =
atol
(array);
28
long r =
atol
(array + 9);
37
long r =
atol
(array);
/external/toybox/toys/other/
usleep.c
21
long delay =
atol
(*toys.optargs);
/external/libmtp/examples/
newfolder.c
46
newid = LIBMTP_Create_Folder(device, argv[1],
atol
(argv[2]),
atol
(argv[3]));
/external/e2fsprogs/ext2ed/
blockbitmap_com.c
54
entry_num=
atol
(buffer);
84
entry_offset=
atol
(buffer);
100
entry_offset=
atol
(buffer);
124
num=
atol
(buffer);
153
num=
atol
(buffer);
inodebitmap_com.c
38
entry_num=
atol
(buffer);
57
entry_offset=
atol
(buffer);
73
entry_offset=
atol
(buffer);
89
num=
atol
(buffer);
115
num=
atol
(buffer);
group_com.c
30
entry_offset=
atol
(buffer);
46
entry_offset=
atol
(buffer);
65
group_num=
atol
(buffer);
91
copy_num=
atol
(buffer);
ext2_com.c
90
group_num=
atol
(buffer);
dir_com.c
355
entry_num_search=
atol
(buffer);
492
offset*=
atol
(buffer);
509
offset*=
atol
(buffer);
615
dir_entry_ptr->inode=
atol
(value);
622
dir_entry_ptr->rec_len=(unsigned int)
atol
(value);
629
dir_entry_ptr->name_len=(unsigned int)
atol
(value);
file_com.c
75
block_offset*=
atol
(buffer);
103
offset*=
atol
(buffer);
126
offset=
atol
(buffer);
153
offset*=
atol
(buffer);
176
block_offset*=
atol
(buffer);
208
block_offset=
atol
(buffer);
/hardware/ti/omap4-aah/ion/
ion_test.c
257
len =
atol
(optarg);
260
align =
atol
(optarg);
281
alloc_flags =
atol
(optarg);
290
fmt =
atol
(optarg);
296
width =
atol
(optarg);
299
height =
atol
(optarg);
ion_test_2.c
385
len =
atol
(optarg);
388
align =
atol
(optarg);
409
alloc_flags =
atol
(optarg);
420
custom_test_num =
atol
(optarg);
423
fmt =
atol
(optarg);
426
width =
atol
(optarg);
429
height =
atol
(optarg);
436
count =
atol
(optarg);
440
iteration =
atol
(optarg);
/external/ipsec-tools/src/racoon/
prsa_tok.l
82
{digit}+ { prsalval.num =
atol
(prsatext); return NUMBER; }
/external/aac/libSYS/include/
cmdl_parser.h
130
#define _tstol
atol
/external/autotest/client/tests/tracing_microbenchmark/src/
getuid_microbench.c
37
iterations =
atol
(argv[1]);
/external/freetype/include/config/
ftstdlib.h
144
#define ft_atol
atol
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftstdlib.h
145
#define ft_atol
atol
/external/libunwind/tests/
Gtest-exc.c
141
depth =
atol
(argv[1]);
forker.c
42
count =
atol
(argv[1]);
/external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h
145
#define ft_atol
atol
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h
144
#define ft_atol
atol
/system/core/libion/
ion_test.c
238
len =
atol
(optarg);
241
align =
atol
(optarg);
256
alloc_flags =
atol
(optarg);
259
heap_mask =
atol
(optarg);
/bionic/libstdc++/include/
cstdlib
63
using ::
atol
;
/cts/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py
137
atol
=SNR_TOLERANCE))
141
atol
=SNR_TOLERANCE))
/external/clang/test/Analysis/
taint-tester.c
175
long
atol
(const char *nptr);
184
long l =
atol
(s); // expected-warning + {{tainted}}
Completed in 764 milliseconds
1
2
3
4
5
6
7
8