Searched refs:g_ascii_strtoull (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/tests/ |
D | slice-test.c | 219 n_threads = g_ascii_strtoull (argv[1], NULL, 10); in main() 261 prime_size = g_ascii_strtoull (argv[3], NULL, 10); in main() 264 seed32 = g_ascii_strtoull (argv[4], NULL, 10); in main()
|
D | scannerapi.c | 81 g_assert_cmpint (GPOINTER_TO_INT (value), ==, g_ascii_strtoull (key, NULL, 0)); in check_keys()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.c | 267 test_log_fd = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args() 271 test_log_fd = g_ascii_strtoull (argv[i], NULL, 0); in parse_args() 279 test_skip_count = g_ascii_strtoull (equal + 1, NULL, 0); in parse_args() 283 test_skip_count = g_ascii_strtoull (argv[i], NULL, 0); in parse_args() 542 seedarray[0] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 545 seedarray[1] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 548 seedarray[2] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed() 551 seedarray[3] = g_ascii_strtoull (hexbuf, &p, 16); in test_run_seed()
|
D | gstrfuncs.h | 134 guint64 g_ascii_strtoull (const gchar *nptr,
|
D | gstrfuncs.c | 846 g_ascii_strtoull (const gchar *nptr, in g_ascii_strtoull() function
|
D | galiasdef.c | 2723 #undef g_ascii_strtoull 2724 extern __typeof (g_ascii_strtoull) g_ascii_strtoull __attribute((alias("IA__g_ascii_strtoull"), vis…
|
D | galias.h | 2712 extern __typeof (g_ascii_strtoull) IA__g_ascii_strtoull __attribute((visibility("hidden"))); 2713 #define g_ascii_strtoull IA__g_ascii_strtoull macro
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-2 | 460 * glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition. 466 * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition. 651 * glib/gstrfuncs.c (g_ascii_strtoull): Fix 849 (g_ascii_strtoull): new function, acting like strtoull(3) in the C 854 using g_ascii_strtoull().
|
D | ChangeLog.pre-2-12 | 286 and g_ascii_strtoull().
|
D | ChangeLog.pre-2-10 | 1137 * glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
|
D | ChangeLog.pre-2-18 | 196 (g_ascii_strtoull)
|
D | NEWS | 2611 * Add g_ascii_strtoull() [Tim Janik]
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1215 g_ascii_strtoull
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 3139 * glib/glib-sections.txt: Add g_ascii_strtoull and
|