| /src/external/gpl3/binutils/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| sort.c | 88 unsigned int *countp; local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) 119 *countp += countp[-1];
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-dse.cc | 626 tree *countp = gimple_call_arg_ptr (stmt, 2); local 627 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); 628 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-dse.cc | 582 tree *countp = gimple_call_arg_ptr (stmt, 2); local 583 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); 584 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp)
|
| /src/sys/kern/ |
| kern_entropy.c | 2547 uint32_t *countp = data; local 2550 *countp = MINENTROPYBITS - E->bitsneeded;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zio.c | 520 uint64_t *countp = &zio->io_children[child][wait]; local 525 if (*countp != 0) { 528 zio->io_stall = countp; 539 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; local 546 ASSERT3U(*countp, >, 0); 548 (*countp)--; 550 if (*countp == 0 && pio->io_stall == countp) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| write.c | 360 int *countp = countparg; local 362 sec->index = *countp; 363 ++*countp;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| write.c | 355 int *countp = countparg; local 357 sec->index = *countp; 358 ++*countp;
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-common.cc | 1825 unsigned *countp = hm->get (key); local 1826 hm->put (key, countp ? (*countp) + 1 : 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-common.cc | 1820 unsigned *countp = hm->get (key); local 1821 hm->put (key, countp ? (*countp) + 1 : 1);
|
| /src/external/mpl/bind/dist/lib/ns/ |
| update.c | 834 int *countp = data; local 836 (*countp)++; 845 dns_rdatatype_t type, dns_rdatatype_t covers, int *countp) { 846 *countp = 0; 847 return foreach_rr(db, ver, name, type, covers, count_rr_action, countp);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 4623 int *countp = (int *)op->o_callback->sc_private; local 4625 (*countp)++;
|
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| interp.c | 875 unsigned int countp = * (unsigned int *) (insn_ptr + 4); local 877 WLAT (countp, RLAT (countp) + 1);
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| interp.c | 875 unsigned int countp = * (unsigned int *) (insn_ptr + 4); local 877 WLAT (countp, RLAT (countp) + 1);
|
| /src/external/bsd/libevent/dist/ |
| evdns.c | 1783 int *countp; local 1793 countp = &req->n_answer; 1797 countp = &req->n_authority; 1801 countp = &req->n_additional; 1843 ++(*countp);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 1781 int *countp; local 1791 countp = &req->n_answer; 1795 countp = &req->n_authority; 1799 countp = &req->n_additional; 1841 ++(*countp);
|