| /src/sys/sys/ |
| fault.h | 52 unsigned long nth; member in union:fault_ioc_enable::__anon7587
|
| /src/sys/kern/ |
| subr_fault.c | 54 volatile unsigned long nth; member in struct:__anon6864 62 .nth = FAULT_NTH_MIN, 97 if (__predict_false(cnt % atomic_load_relaxed(&f->nth) == 0)) { 126 if (args->nth < FAULT_NTH_MIN) 137 atomic_store_relaxed(&fault_global.nth, args->nth); 153 atomic_store_relaxed(&f->nth, args->nth);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-root.c | 30 check_one (mpz_t root1, mpz_t x2, unsigned long nth, int res, int i) 42 mpz_rootrem (root2, rem2, x2, nth); 46 mpz_pow_ui (temp, root1, nth); 58 fprintf (stderr, "nth: %lu ,res: %i\n", nth, res); 62 if (nth > 1 && mpz_cmp_ui (temp, 1L) > 0 && ! mpz_perfect_power_p (temp)) 67 fprintf (stderr, "nth: %lu\n", nth); 71 if (nth <= 10000 && mpz_sgn(x2) > 0) /* skip too expensive test */ 74 mpz_pow_ui (temp2, temp2, nth); 102 unsigned long nth; local [all...] |
| /src/sys/dev/pci/cxgb/ |
| cxgb_lro.c | 250 struct tcphdr *th, *nth = (struct tcphdr *)(nih + 1); local 251 uint32_t seq = ntohl(nth->th_seq); 252 int plen, tcpiphlen, olen = (nth->th_off << 2) - sizeof (*nth); 269 uint32_t *nptr = (uint32_t *)(nth + 1); 278 th->th_ack = nth->th_ack; 279 th->th_win = nth->th_win; 281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih);
|
| /src/external/bsd/unbound/dist/iterator/ |
| iter_utils.c | 401 /** get RTT for the Nth fastest server */ 444 int got_num = 0, low_rtt = 0, swap_to_front, rtt_band = RTT_BAND, nth; local 470 nth = nth_rtt(dp->result_list, num_results, 472 if(nth > 0) { 473 rtt_band = nth - low_rtt;
|
| /src/external/lgpl3/gmp/dist/demos/ |
| pexpr.c | 1116 unsigned long int nth = mpz_get_ui (rhs); local 1122 nth = ~(unsigned long int) 0; 1124 mpz_root (r, lhs, nth);
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| libelftc_dem_gnu3.c | 2489 long nth; local 2595 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 && 2600 ++nth; 2605 assert(nth > 0); 2607 return (cpp_demangle_get_subst(ddata, nth)); 2807 long nth; local 2819 if ((nth = strtol(ddata->cur, (char **) NULL, 36)) == 0 && 2824 ++nth; 2829 assert(nth > 0); 2831 return (cpp_demangle_get_tmpl_param(ddata, nth)); [all...] |