| /src/sys/arch/prep/include/ |
| pcipnp.h | 65 uint8_t count1; member in struct:_PCIInfoPack
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| profile-count.cc | 447 /* COUNT1 times event happens with *THIS probability, COUNT2 times OTHER 452 profile_probability::combine_with_count (profile_count count1, 459 if (*this == other || count1 == count2 461 && !(count1 == profile_count::zero ()))) 463 if (count1 == profile_count::zero () && !(count2 == profile_count::zero ())) 465 else if (count1.nonzero_p () || count2.nonzero_p ()) 466 return *this * count1.probability_in (count1 + count2) 467 + other * count2.probability_in (count1 + count2);
|
| value-prof.cc | 1028 the optimal paths are PROB1 and PROB2, which are equivalent to COUNT1/ALL and 1037 gcov_type count1, gcov_type count2, gcov_type all) 1091 bb2->count = profile_count::from_gcov_type (all - count1); 1097 bb3->count = profile_count::from_gcov_type (all - count1 - count2); 1137 gcov_type count1, count2; local 1165 count1 = histogram->hvalue.counters[0]; 1168 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count)) 1174 if (flag_profile_correction && count1 + count2 > all) 1175 all = count1 + count2; 1177 gcc_assert (count1 + count2 <= all) [all...] |
| profile-count.h | 624 /* COUNT1 times event happens with *THIS probability, COUNT2 times OTHER 627 profile_probability combine_with_count (profile_count count1,
|
| /src/games/dab/ |
| algor.cc | 279 size_t count = b.ny() * b.nx() + 1, count1; local 282 if (count > (count1 = find_min_closure1(y1, x1, dir1, b, i))) { 283 count = count1;
|
| /src/external/bsd/libevent/dist/test/ |
| regress_listener.c | 79 int count1 = 2, count2 = 1; local 98 listener1 = evconnlistener_new_bind(base, acceptcb, &count1, 133 tt_int_op(count1, ==, 0);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_listener.c | 79 int count1 = 2, count2 = 1; local 98 listener1 = evconnlistener_new_bind(base, acceptcb, &count1, 133 tt_int_op(count1, ==, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-stmt.cc | 382 tree mask, tree count1, bool invert) 501 if (mask && count1) 504 index = count1; 524 if (mask && count1) 531 count1, gfc_index_one_node); 532 gfc_add_modify (&loopse.pre, count1, tmp); 4216 tree count1, 4238 rse.expr = gfc_build_array_ref (tmp1, count1, NULL); 4261 rse.expr = gfc_build_array_ref (tmp1, count1, NULL); 4284 tmp = fold_build2_loc (input_location, PLUS_EXPR, TREE_TYPE (count1), 4645 tree count, count1; local 5676 tree count1, count2; local [all...] |
| /src/external/bsd/unbound/dist/util/data/ |
| dname.c | 236 int count1 = 0, count2 = 0; local 246 if(count1++ > MAX_COMPRESS_PTRS)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_soc15.c | 842 uint64_t *count1) 885 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32); 889 uint64_t *count1) 934 *count1 = RREG32_PCIE(smnPCIE_PERF_COUNT1_TXCLK3) | (cnt1_of << 32);
|
| amdgpu_vi.c | 1017 uint64_t *count1) 1059 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32);
|
| amdgpu.h | 603 uint64_t *count1);
|
| amdgpu_nv.c | 563 uint64_t *count1)
|
| amdgpu_cik.c | 1855 uint64_t *count1) 1897 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32);
|
| amdgpu_si.c | 1363 uint64_t *count1) 1405 *count1 = RREG32_PCIE(ixPCIE_PERF_COUNT1_TXCLK) | (cnt1_of << 32);
|
| amdgpu_pm.c | 1750 uint64_t count0, count1; local 1760 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); 1766 count0, count1, pcie_get_mps(adev->pdev));
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_oncore.c | 317 u_char count1; /* cycles thru Ea after SS_TESTING, waiting for SS_HW */ member in struct:instance 2233 instance->count1 = 1; 2265 if (instance->count1) { 2266 if (instance->count1++ > 5 || instance->BEHa[130]&0x10) { 2267 instance->count1 = 0; 2281 if (instance->count1) { 2282 if (instance->count1++ > 5) { 2283 instance->count1 = 0;
|
| /src/external/bsd/nsd/dist/ |
| remote.c | 3267 stc_type count1, count2; local 3270 count1 = stats[0].reloadcount; 3272 /* This comparison allows roll over, the check is count2 > count1. */ 3273 if((count2 > count1 && count2-count1 < 0xffff) || 3274 (count2 < count1 && count1-count2 > 0xffff)) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elflink.c | 8756 size_t count1, count2, sec_count1, sec_count2, i; 8838 count1 = 0; 8849 count1 = ssymbuf1[mid].count; 8856 for (i = 0; i < count1; i++) 8859 count1 -= sec_count1; 8889 if (count1 == 0 || count2 == 0 || count1 != count2) 8893 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1)); 8900 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1; 8930 qsort (symtable1, count1, sizeof (struct elf_symbol) 8745 size_t count1, count2, sec_count1, sec_count2, i; local [all...] |
| som.c | 2758 unsigned int count1, count2; local 2763 count1 = (*sym1)->udata.i; 2765 count1 = som_symbol_data (*sym1)->reloc_count; 2773 if (count1 < count2) 2775 else if (count1 > count2)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elflink.c | 8748 size_t count1, count2, sec_count1, sec_count2, i; 8830 count1 = 0; 8841 count1 = ssymbuf1[mid].count; 8848 for (i = 0; i < count1; i++) 8851 count1 -= sec_count1; 8881 if (count1 == 0 || count2 == 0 || count1 != count2) 8885 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1)); 8892 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1 + sec_count1; 8922 qsort (symtable1, count1, sizeof (struct elf_symbol) 8737 size_t count1, count2, sec_count1, sec_count2, i; local [all...] |
| som.c | 2758 unsigned int count1, count2; local 2763 count1 = (*sym1)->udata.i; 2765 count1 = som_symbol_data (*sym1)->reloc_count; 2773 if (count1 < count2) 2775 else if (count1 > count2)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| random.d | 4176 size_t count0, count1, count99; 4189 ++count1; 4212 assert(count1 < 150, text("1: ", count1, " > 150."));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-regs.h | 224 DEF (0x100, ARC_OPCODE_ARCALL, NONE, count1)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-regs.h | 224 DEF (0x100, ARC_OPCODE_ARCALL, NONE, count1)
|