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
172
) sorted by null
1
2
3
4
5
6
7
/bionic/libc/bionic/
atol.c
30
long
atol
(const char* s)
function
/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);
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
65
using ::
atol
;
/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/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h
144
#define ft_atol
atol
/external/compiler-rt/lib/asan/
asan_intercepted_functions.h
107
long
atol
(const char *nptr); // NOLINT
/external/freetype/include/freetype/config/
ftstdlib.h
144
#define ft_atol
atol
/system/core/libion/
ion_test.c
221
len =
atol
(optarg);
224
align =
atol
(optarg);
245
alloc_flags =
atol
(optarg);
248
heap_mask =
atol
(optarg);
/bionic/libstdc++/include/
cstdlib
66
using ::
atol
;
/external/clang/test/Analysis/
taint-tester.c
175
long
atol
(const char *nptr);
184
long l =
atol
(s); // expected-warning + {{tainted}}
/external/libvorbis/vq/
latticetune.c
121
long code=
atol
(line);
122
long val=
atol
(pos+1);
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atol
;
/ndk/sources/cxx-stl/system/include/
cstdlib
65
using ::
atol
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
62
using ::
atol
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
62
using ::
atol
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
66
using ::
atol
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
66
using ::
atol
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
66
using ::
atol
;
Completed in 338 milliseconds
1
2
3
4
5
6
7