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

  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.h 34 u_char reach; /* reachability, NTP_WINDOW bits */ member in struct:server
73 * to reach a steady state condition, it will typically result in
  /src/external/bsd/tre/dist/lib/
tre-match-approx.c 67 /* Prints the `reach' array in a readable fashion with DPRINT. */
69 tre_print_reach(const tre_tnfa_t *tnfa, tre_tnfa_approx_reach_t *reach,
75 DPRINT((" reach:\n"));
79 if (reach[id].pos < pos)
82 for (i = 0; i <= reach[id].depth; i++)
87 DPRINT(("%2d", reach[id].costs[i][j]));
92 if (i + 1 <= reach[id].depth)
98 DPRINT(("%02d", reach[id].tags[i]));
109 /* Sets the matching parameters in `reach' to the ones defined in the `pa'
113 tre_set_params(tre_tnfa_approx_reach_t *reach,
215 tre_tnfa_approx_reach_t *reach, *reach_next; local
    [all...]
tre-match-parallel.c 13 more paths reach the same state, exactly one is chosen according to
69 tre_print_reach(const tre_tnfa_t *tnfa, tre_tnfa_reach_t *reach, int num_tags)
73 while (reach->state != NULL)
75 DPRINT((" %p", (void *)reach->state));
81 DPRINT(("%d:%d", i, reach->tags[i]));
86 reach++;
116 tre_tnfa_reach_t *reach, *reach_next, *reach_i, *reach_next_i; local
185 reach = (void *)tmp_buf;
193 reach[i].tags = (void *)tmp_buf;
354 /* Swap `reach' and `reach_next'. *
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 495 int reach; /* reachability register */ member in struct:sync
1339 sp->reach <<= 1;
1340 if (sp->reach & (1 << AMAX))
1344 sp->reach |= 1;
1359 sp->reach & 0xffff, sp->metric, sp->synmax,
1836 sp->reach <<= 1;
1837 if (sp->reach & (1 << AMAX))
1841 sp->reach |= 1;
1851 rp->reach <<= 1;
1852 if (rp->reach & (1 << AMAX)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_request.h 379 u_char reach; /* reachability register */ member in struct:info_peer_summary
409 u_char reach; /* peer.reach */ member in struct:info_peer
ntp.h 350 u_char reach; /* reachability register */ member in struct:peer
828 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
830 * not affect the MDF_ACAST association's reach register, rather they
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 1186 const char *reach; local
1202 "ind assid status conf reach auth condition last_event cnt\n");
1216 reach = "none";
1223 reach = "yes";
1225 reach = "no";
1365 assoc_cache[i].status, conf, reach, auth,
1613 { "reach", 0 }, /* 5 */
1631 { "reach", 0 }, /* 5 */
1651 { "reach", 0 }, /* 6 */
1701 u_long reach = 0 local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 2143 /* Return true if X is a legitimate constant address that can reach
2144 bytes in the range [X, X + REACH). STRICT_P says whether we need
2148 m68k_legitimate_constant_address_p (rtx x, unsigned int reach, bool strict_p)
2160 if (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P && reach > 1)
2164 && !offset_within_block_p (base, INTVAL (offset) + reach - 1))
2196 unsigned int reach;
2201 reach = 1;
2203 reach = GET_MODE_SIZE (mode);
2224 && IN_RANGE (INTVAL (XEXP (x, 1)), -0x8000, 0x8000 - reach)
2255 if (m68k_legitimate_constant_address_p (x, reach, strict_p)
2187 unsigned int reach; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 2139 /* Return true if X is a legitimate constant address that can reach
2140 bytes in the range [X, X + REACH). STRICT_P says whether we need
2144 m68k_legitimate_constant_address_p (rtx x, unsigned int reach, bool strict_p)
2156 if (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P && reach > 1)
2160 && !offset_within_block_p (base, INTVAL (offset) + reach - 1))
2192 unsigned int reach;
2197 reach = 1;
2199 reach = GET_MODE_SIZE (mode);
2220 && IN_RANGE (INTVAL (XEXP (x, 1)), -0x8000, 0x8000 - reach)
2251 if (m68k_legitimate_constant_address_p (x, reach, strict_p)
2183 unsigned int reach; local
    [all...]

Completed in 35 milliseconds