HomeSort by: relevance | last modified time | path
    Searched refs:base_count (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 68 unsigned int base_count; member in class:__cxxabiv1::__vmi_class_type_info
136 for (unsigned int base = 0; base != VTI->base_count; ++base) {
172 for (unsigned int base = 0; base != VTI->base_count; ++base) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 68 unsigned int base_count; member in class:__cxxabiv1::__vmi_class_type_info
135 for (unsigned int base = 0; base != VTI->base_count; ++base) {
171 for (unsigned int base = 0; base != VTI->base_count; ++base) {
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 80 unsigned int base_count; member in class:__cxxabiv1::__vmi_class_type_info
147 for (unsigned int base = 0; base != VTI->base_count; ++base) {
183 for (unsigned int base = 0; base != VTI->base_count; ++base) {
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_opic.c 306 unsigned base_count; member in struct:_opic_timer
1384 reg = timer->base_count;
1399 timer->timeout_event = device_event_queue_schedule(me, timer->base_count,
1402 timer->nr, (long)device_event_queue_time(me), timer->base_count));
1421 timer->base_count = reg;
1422 timer->timeout_event = device_event_queue_schedule(me, timer->base_count,
1432 timer->base_count = reg;
1439 timer->base_count = reg;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_opic.c 306 unsigned base_count; member in struct:_opic_timer
1384 reg = timer->base_count;
1399 timer->timeout_event = device_event_queue_schedule(me, timer->base_count,
1402 timer->nr, (long)device_event_queue_time(me), timer->base_count));
1421 timer->base_count = reg;
1422 timer->timeout_event = device_event_queue_schedule(me, timer->base_count,
1432 timer->base_count = reg;
1439 timer->base_count = reg;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 406 static profile_count base_count; variable
3342 gcc_assert (base_count > profile_count::zero ());
3343 sreal factor = count_sum.probability_in (base_count).to_sreal ();
4007 base_count = profile_count::uninitialized ();
4063 base_count = all_edge_counts[base_count_pos];
4067 fprintf (dump_file, "\nSelected base_count from %u edges at "
4070 base_count.dump (dump_file);
6696 base_count = profile_count::uninitialized ();
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 152 static profile_count base_count; variable
3347 gcc_assert (base_count.nonzero_p ());
3348 sreal factor = count_sum.probability_in (base_count).to_sreal ();
4016 base_count = profile_count::uninitialized ();
4071 base_count = all_edge_counts[base_count_pos];
4075 fprintf (dump_file, "\nSelected base_count from %u edges at "
4078 base_count.dump (dump_file);
6535 base_count = profile_count::uninitialized ();

Completed in 40 milliseconds