Home
last modified time | relevance | path

Searched refs:num_ints (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/pool/example/
Dtime_pool_alloc.cpp20 unsigned long num_ints; variable
47 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
55 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
63 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
71 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
79 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
88 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger()
97 …std::cout << "Test " << test_number++ << ": Alloc & Dealloc " << num_ints << " structures of size … in timing_test_alloc_larger()
116 int ** p = new int*[num_ints]; in timing_test_alloc()
122 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc()
[all …]
/third_party/glib/glib/
Dgdate.c932 gint num_ints; member
976 pt->num_ints = 0; in g_date_fill_parse_tokens()
977 while (*s && pt->num_ints < 4) in g_date_fill_parse_tokens()
983 num[pt->num_ints][i] = *s; in g_date_fill_parse_tokens()
990 num[pt->num_ints][i] = '\0'; in g_date_fill_parse_tokens()
991 ++(pt->num_ints); in g_date_fill_parse_tokens()
999 pt->n[0] = pt->num_ints > 0 ? atoi (num[0]) : 0; in g_date_fill_parse_tokens()
1000 pt->n[1] = pt->num_ints > 1 ? atoi (num[1]) : 0; in g_date_fill_parse_tokens()
1001 pt->n[2] = pt->num_ints > 2 ? atoi (num[2]) : 0; in g_date_fill_parse_tokens()
1005 if (pt->num_ints < 3) in g_date_fill_parse_tokens()
[all …]
Dgkeyfile.c2976 gsize i, num_ints; in g_key_file_get_integer_list() local
2986 &num_ints, &key_file_error); in g_key_file_get_integer_list()
2994 int_values = g_new (gint, num_ints); in g_key_file_get_integer_list()
2996 for (i = 0; i < num_ints; i++) in g_key_file_get_integer_list()
3014 *length = num_ints; in g_key_file_get_integer_list()
/third_party/abseil-cpp/absl/strings/
Dstr_join_benchmark.cc48 const int num_ints = state.range(0); in BM_Join2_Ints() local
49 const std::vector<int> v(num_ints, 42); in BM_Join2_Ints()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_benchmark.cc48 const int num_ints = state.range(0); in BM_Join2_Ints() local
49 const std::vector<int> v(num_ints, 42); in BM_Join2_Ints()
/third_party/libffi/src/riscv/
Dffi.c103 int num_floats, num_ints; in struct_passed_as_elements() local
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
114 if (num_floats == 0 || num_floats + num_ints != 2) in struct_passed_as_elements()