Searched refs:atol (Results 1 - 25 of 83) sorted by relevance

1234

/external/libmtp/examples/
H A Dnewfolder.c46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3]));
/external/e2fsprogs/ext2ed/
H A Dblockbitmap_com.c54 entry_num=atol (buffer);
84 entry_offset=atol (buffer);
100 entry_offset=atol (buffer);
124 num=atol (buffer);
153 num=atol (buffer);
H A Dinodebitmap_com.c38 entry_num=atol (buffer);
57 entry_offset=atol (buffer);
73 entry_offset=atol (buffer);
89 num=atol (buffer);
115 num=atol (buffer);
H A Dgroup_com.c30 entry_offset=atol (buffer);
46 entry_offset=atol (buffer);
65 group_num=atol (buffer);
91 copy_num=atol (buffer);
H A Dext2_com.c90 group_num=atol (buffer);
H A Ddir_com.c355 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);
H A Dfile_com.c75 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);
H A Dgeneral_com.c247 new_offset=device_offset+atol (new_offset_buffer+1)*mult;
255 new_offset=device_offset-atol (new_offset_buffer+1)*mult;
260 new_offset=atol (new_offset_buffer)*mult;
702 offset*=atol (buffer);
731 offset*=atol (buffer);
/external/ipsec-tools/src/racoon/
H A Dprsa_tok.l82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
/external/aac/libSYS/include/
H A Dcmdl_parser.h130 #define _tstol atol
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftstdlib.h144 #define ft_atol atol
/external/freetype/include/config/
H A Dftstdlib.h144 #define ft_atol atol
/external/libunwind/tests/
H A DGtest-exc.c141 depth = atol (argv[1]);
H A Dforker.c42 count = atol (argv[1]);
H A DGperf-simple.c245 maxlevel = atol (argv[1]);
247 iterations = atol (argv[2]);
H A DGperf-trace.c231 maxlevel = atol (argv[1]);
233 iterations = atol (argv[2]);
/external/clang/test/Analysis/
H A Dtaint-tester.c175 long atol(const char *nptr);
184 long l = atol(s); // expected-warning + {{tainted}}
/external/libvorbis/vq/
H A Dlatticetune.c121 long code=atol(line);
122 long val=atol(pos+1);
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c175 BlockSizeCompress=atol(argv[2]);
178 BlockSizeUncompress=atol(argv[3]);
181 cprLevel=(int)atol(argv[4]);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y169 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/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.cc119 time_t timestamp = atol(timestamp_string.c_str());
/external/fio/t/
H A Dlfsr-test.c44 case 3: seed = atol(argv[2]);
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp93 int n = argc > 1 ? atol(argv[1]) : 24;
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c467 bind_cpu_0 = bind_cpu_1 = atol(tok);
470 bind_cpu_0 = atol(tok);
471 bind_cpu_1 = atol(tok_end + 1);
477 step = atol(tok_step + 1);
489 bind_len = atol(tok_len + 1);
497 mul = atol(tok_mul + 1);
598 bind_node_0 = bind_node_1 = atol(tok);
601 bind_node_0 = atol(tok);
602 bind_node_1 = atol(tok_end + 1);
608 step = atol(tok_ste
[all...]
/external/libpng/contrib/examples/
H A Dpngpixel.c151 long x = atol(argv[1]);
152 long y = atol(argv[2]);

Completed in 1714 milliseconds

1234