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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/ext2ed/
group_com.c 30 entry_offset=atol (buffer);
46 entry_offset=atol (buffer);
65 group_num=atol (buffer);
91 copy_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);
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);
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);
ext2_com.c 90 group_num=atol (buffer);
inode_com.c 36 mult=atol (buffer);
83 mult=atol (buffer);
293 wanted_entry=atol (buffer);
  /external/libmtp/examples/
newfolder.c 46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3]));
  /bionic/libc/stdlib/
atol.c 30 long atol(const char* s) function
  /system/core/libion/
ion_test.c 221 len = atol(optarg);
224 align = atol(optarg);
245 alloc_flags = atol(optarg);
248 heap_mask = atol(optarg);
  /external/libvorbis/vq/
latticetune.c 121 long code=atol(line);
122 long val=atol(pos+1);
  /tools/motodev/src/plugins/android.linux.x86/
gtk_bridge_app 
  /external/zlib/src/contrib/testzlib/
testzlib.c 175 BlockSizeCompress=atol(argv[2]);
178 BlockSizeUncompress=atol(argv[3]);
181 cprLevel=(int)atol(argv[4]);
  /external/ipsec-tools/src/libipsec/
policy_parse.y 169 p_priority_offset = -atol($3.buf);
190 p_priority_offset = atol($4.buf);
223 p_priority_offset = atol($5.buf);
245 p_priority_offset = atol($5.buf);
318 p_reqid = atol($1.buf); /* atol() is good. */
  /external/compiler-rt/lib/asan/dynamic/
asan_interceptors_dynamic.cc 77 INTERPOSE_FUNCTION(atol),
  /external/freetype/include/freetype/config/
ftstdlib.h 144 #define ft_atol atol
  /system/core/toolbox/
touch.c 34 specified_time.tv_sec = atol(argv[++i]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 76 #undef atol
110 using ::atol;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 74 #undef atol
110 using ::atol;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 74 #undef atol
110 using ::atol;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 76 #undef atol
110 using ::atol;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 76 #undef atol
110 using ::atol;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 76 #undef atol
110 using ::atol;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 76 #undef atol
110 using ::atol;
  /bionic/libstdc++/include/
cstdlib 66 using ::atol;
  /external/dropbear/
tcp-accept.c 90 buf_putint(ses.writepayload, atol(portstring));

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>