HomeSort by: relevance | last modified time | path
    Searched defs:first_one (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-hncp.c 384 uint32_t type, int count, int indent, int *first_one)
387 if (*first_one) {
388 *first_one = 0;
411 int first_one = 1; local
469 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one);
859 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 4085 unsigned HOST_WIDE_INT tmp, mask, first_one, next_one; local
4102 first_one = val & -val;
4103 tmp = val & (val + first_one);
4110 bits = clz_hwi (first_one) - clz_hwi (next_one);

Completed in 132 milliseconds