HomeSort by relevance Sort by last modified time
    Searched refs:atol (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /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/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;
  /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/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 144 #define ft_atol atol
  /external/freetype/include/config/
ftstdlib.h 144 #define ft_atol atol
  /external/libunwind/tests/
Gtest-exc.c 141 depth = atol (argv[1]);
forker.c 42 count = atol (argv[1]);
  /system/core/libion/
ion_test.c 236 len = atol(optarg);
239 align = atol(optarg);
254 alloc_flags = atol(optarg);
257 heap_mask = atol(optarg);
  /bionic/libstdc++/include/
cstdlib 63 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;

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 9