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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 2214 unsigned first_count = *p_first_count; local
2221 for (unsigned j = 0; j < first_count; j++) {
2232 if (first_count < count) {
2233 first_section[first_count] = source_section[i];
2234 first_count++;
2237 ERROR("first_count %d unexpectedly equal to count %d with i = %d", first_count, count, i);
2240 *p_first_count = first_count;
2322 unsigned section_count = 0, source_count = 0, *first_count = NULL; local
2334 first_count = &first_message->counter_name;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 10846 unsigned int first_count = INTVAL (XEXP (varop, 1));
10864 & ~((HOST_WIDE_INT_1U << first_count) - 1);
10870 count = first_count;
10885 > first_count))
10888 count -= first_count;
10920 count += first_count;
10957 count += first_count;
10959 count -= first_count;
10809 unsigned int first_count = INTVAL (XEXP (varop, 1)); local
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 10790 unsigned int first_count = INTVAL (XEXP (varop, 1));
10808 & ~((HOST_WIDE_INT_1U << first_count) - 1);
10814 count = first_count;
10829 > first_count))
10832 count -= first_count;
10864 count += first_count;
10901 count += first_count;
10903 count -= first_count;
10753 unsigned int first_count = INTVAL (XEXP (varop, 1)); local

Completed in 43 milliseconds