| /netbsd/src/games/hunt/hunt/ |
| D | otto.c | 126 int distance; member 245 if (itemp->distance == -1) { in stop_look() 246 itemp->distance = dist; in stop_look() 262 if (itemp->distance == -1 || (!side in stop_look() 265 itemp->distance = dist; in stop_look() 279 itemp->distance = dist; in stop_look() 292 if (itemp->distance == -1) { in stop_look() 293 itemp->distance = dist; in stop_look() 308 itemp->distance = -1; in ottolook() 329 for (r = row - 1; r > row - itemp->distance; r--) in ottolook() [all …]
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/lz/ |
| D | lz_decoder.h | 103 dict_get(const lzma_dict *const dict, const uint32_t distance) in dict_get() argument 105 return dict->buf[dict->pos - distance - 1 in dict_get() 106 + (distance < dict->pos ? 0 : dict->size)]; in dict_get() 120 dict_is_distance_valid(const lzma_dict *const dict, const size_t distance) in dict_is_distance_valid() argument 122 return dict->full > distance; in dict_is_distance_valid() 128 dict_repeat(lzma_dict *dict, uint32_t distance, uint32_t *len) in dict_repeat() argument 138 if (distance < left) { in dict_repeat() 142 dict->buf[dict->pos] = dict_get(dict, distance); in dict_repeat() 146 } else if (distance < dict->pos) { in dict_repeat() 149 dict->buf + dict->pos - distance - 1, in dict_repeat() [all …]
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | results.y2kfixes | 10 timelord.att.com: stratum 2, offset -0.000879, synch distance 0.07207 11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS' 21 timelord.att.com: stratum 2, offset 0.001383, synch distance 0.05644 22 timemaster.att.com: stratum 1, offset -0.006355, synch distance 0.04178, refid 'GPS' 32 timelord.att.com: stratum 2, offset -0.000094, synch distance 0.06522 33 timemaster.att.com: stratum 1, offset -0.010803, synch distance 0.03078, refid 'GPS' 43 timelord.att.com: stratum 2, offset -0.000719, synch distance 0.06561 44 timemaster.att.com: stratum 1, offset -0.013598, synch distance 0.03116, refid 'GPS'
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/delta/ |
| D | delta_encoder.c | 24 const size_t distance = coder->distance; in copy_and_encode() local 28 (distance + coder->pos) & 0xFF]; in copy_and_encode() 40 const size_t distance = coder->distance; in encode_in_place() local 44 (distance + coder->pos) & 0xFF]; in encode_in_place()
|
| D | delta_decoder.c | 20 const size_t distance = coder->distance; in decode_buffer() local 23 buffer[i] += coder->history[(distance + coder->pos) & 0xFF]; in decode_buffer()
|
| /netbsd/src/external/bsd/ntp/dist/scripts/ntptrace/ |
| D | ntptrace-opts.def | 55 % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 56 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu: 57 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB' 63 synchronization distance, and (only for stratum-1 servers) the reference clock 65 count to the primary source, while the synchronization distance is the
|
| D | invoke-ntptrace.texi | 23 % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 24 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu: 25 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB' 31 synchronization distance, and (only for stratum-1 servers) the reference clock 33 count to the primary source, while the synchronization distance is the
|
| /netbsd/src/common/dist/zlib/ |
| D | deflate.h | 342 # define _tr_tally_dist(s, distance, length, flush) \ argument 344 ush dist = (ush)(distance); \ 361 # define _tr_tally_dist(s, distance, length, flush) \ argument 363 ush dist = (ush)(distance); \ 375 # define _tr_tally_dist(s, distance, length, flush) \ argument 376 flush = _tr_tally(s, distance, length)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-predcom.cc | 262 unsigned distance; member in dref_d 483 bool valid_initializer_p (struct data_reference *ref, unsigned distance, 513 gimple *find_associative_operation_root (gimple *stmt, unsigned *distance); 552 fprintf (file, " distance %u\n", ref->distance); in dump_dref() 563 fprintf (file, " distance %u\n", ref->distance); in dump_dref() 1043 dataref->distance = 0; in split_data_refs_to_components() 1198 get_chain_last_write_at (chain_p chain, unsigned distance) in get_chain_last_write_at() argument 1202 && distance == chain->refs[i - 1]->distance) in get_chain_last_write_at() 1216 unsigned distance = chain->refs[load_idx]->distance; in get_chain_last_write_before_load() local 1220 && distance == chain->refs[i - 1]->distance) in get_chain_last_write_before_load() [all …]
|
| D | ddg.cc | 174 int latency, distance = 0; in create_ddg_dep_from_intra_loop_link() local 223 e = create_ddg_edge (src_node, dest_node, t, dt, latency, distance); in create_ddg_dep_from_intra_loop_link() 230 dep_type d_t, dep_data_type d_dt, int distance) in create_ddg_dep_no_link() argument 252 e = create_ddg_edge (from, to, d_t, d_dt, l, distance); in create_ddg_dep_no_link() 253 if (distance > 0) in create_ddg_dep_no_link() 657 dep_c, e->latency, e->distance, INSN_UID (e->dest->insn)); in print_ddg_edge() 705 if (e->distance > 0) in vcg_print_ddg() 712 fprintf (file, "label: \"%d_%d\"}\n", e->latency, e->distance); in vcg_print_ddg() 754 e->distance = d; in create_ddg_edge() 792 int distance = backarc->distance; in set_recurrence_length() local [all …]
|
| /netbsd/src/libexec/ld.elf_so/arch/powerpc/ |
| D | ppc_reloc.c | 407 int distance; in _rtld_relocate_plt_lazy() 419 distance = (Elf_Addr)pltresolve - (Elf_Addr)where; in _rtld_relocate_plt_lazy() 420 *where++ = 0x48000000 | (distance & 0x03fffffc); in _rtld_relocate_plt_lazy() 475 ptrdiff_t distance = value - (Elf_Addr)where; in _rtld_relocate_plt_object() local 484 } else if (labs(distance) < 32*1024*1024) { /* inside 32MB? */ in _rtld_relocate_plt_object() 486 *where = 0x48000000 | (distance & 0x03fffffc); in _rtld_relocate_plt_object() 522 distance = (Elf_Addr)pltcall - (Elf_Addr)where; in _rtld_relocate_plt_object() 523 *where++ = 0x48000000 | (distance & 0x03fffffc); in _rtld_relocate_plt_object()
|
| /netbsd/src/games/sail/ |
| D | misc.c | 49 #define distance(x,y) \ macro 68 result = bb = distance(bow2r - bow1r, bow2c - bow1c); in range() 74 bs = distance((bow2r - stern1r), (bow2c - stern1c)); in range() 75 sb = distance((bow1r - stern2r), (bow1c - stern2c)); in range() 76 ss = distance((stern2r - stern1r) ,(stern2c - stern1c)); in range()
|
| /netbsd/src/games/robots/ |
| D | auto.c | 63 static int distance(int, int, int, int); 78 distance(int x1, int y1, int x2, int y2) in distance() function 179 tdist = distance(My_pos.x, My_pos.y, rob->x, rob->y); in closest_robot() 204 tdist = distance(My_pos.x, My_pos.y, hp->x, hp->y); in closest_heap() 359 robot_heap = distance(robot_close->x, robot_close->y, in automove()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | deflate.h | 315 # define _tr_tally_dist(s, distance, length, flush) \ argument 317 ush dist = (distance); \ 327 # define _tr_tally_dist(s, distance, length, flush) \ argument 328 flush = _tr_tally(s, distance, length)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0, 150 __nn += std::distance(__begin_seqs[__i].first, 153 std::distance(__begin_seqs[__i].first, 175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second); 179 __ns[__i] = std::distance(__begin_seqs[__i].first, 406 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs); 411 __nn += std::distance(__begin_seqs[__i].first, 426 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second); 430 __ns[__i] = std::distance(__begin_seqs[__i].first,
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| D | split_fn_imps.hpp | 73 other.m_size = std::distance(other.PB_DS_CLASS_C_DEC::begin(), in split() 153 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); in rec_split() 157 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); in rec_split() 177 const size_type int_dist = std::distance(p_ind->begin(), p_ind->end()); in rec_split()
|
| D | erase_fn_imps.hpp | 73 _GLIBCXX_DEBUG_ASSERT(std::distance(p_nd->begin(), p_nd->end()) >= 1); in erase_fixup() 74 if (std::distance(p_nd->begin(), p_nd->end()) == 1) in erase_fixup() 102 _GLIBCXX_DEBUG_ASSERT(std::distance(p_nd->begin(), p_nd->end()) > 1); in erase_fixup()
|
| D | pat_trie_base.hpp | 896 return std::distance(inp->begin(), inp->end()); in num_children() 1000 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind) in get_pref_pos() 1250 const size_type num_es = std::distance(b_it, e_it); in should_be_mine() 1291 const size_type num_children = std::distance(begin(), end()); in rightmost_descendant() 1328 … PB_DS_DEBUG_VERIFY(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind); in assert_valid_imp() 1329 PB_DS_DEBUG_VERIFY(std::distance(begin(), end()) >= 2); in assert_valid_imp() 1338 …PB_DS_DEBUG_VERIFY(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e… in assert_valid_imp()
|
| /netbsd/src/games/larn/ |
| D | movem.c | 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable 53 distance = 40; /* depth of intelligent monster movement */ in movemonst() 59 distance = 17; /* depth of intelligent monster movement */ in movemonst() 206 for (tmp = 1; tmp < distance; tmp++) /* only up to 20 squares in movemt() 219 out: if (tmp < distance) /* did find connectivity */ in movemt()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| D | constructors_destructor_fn_imps.hpp | 125 const size_type len = std::distance(first_it, last_it); in copy_from_ordered_range() 163 const size_type len = std::distance(first_it, last_it) in copy_from_ordered_range() 164 + std::distance(other_first_it, other_last_it); in copy_from_ordered_range()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | stl_heap.h | 116 { return std::__is_heap(__first, std::distance(__first, __last)); } in _GLIBCXX_VISIBILITY() 125 std::distance(__first, __last)); in _GLIBCXX_VISIBILITY() 509 std::__is_heap_until(__first, std::distance(__first, __last), __comp); in _GLIBCXX_VISIBILITY() 538 + std::__is_heap_until(__first, std::distance(__first, __last), __cmp); in _GLIBCXX_VISIBILITY() 574 const auto __dist = std::distance(__first, __last); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| D | lzma_encoder.c | 144 const uint32_t distance, const uint32_t len) in match() argument 151 const uint32_t dist_slot = get_dist_slot(distance); in match() 159 const uint32_t dist_reduced = distance - base; in match() 180 coder->reps[0] = distance; in match() 199 const uint32_t distance = coder->reps[rep]; in rep_match() local 216 coder->reps[0] = distance; in rep_match()
|
| D | lzma_decoder.c | 742 const uint32_t distance = rep1; in lzma_decode() local 744 rep0 = distance; in lzma_decode() 754 const uint32_t distance = rep2; in lzma_decode() local 757 rep0 = distance; in lzma_decode() 763 const uint32_t distance = rep3; in lzma_decode() local 767 rep0 = distance; in lzma_decode()
|
| /netbsd/src/usr.bin/gzip/ |
| D | unlz.c | 468 unsigned distance; in lz_decode_member() local 472 distance = rep[1]; in lz_decode_member() 477 distance = rep[2]; in lz_decode_member() 479 distance = rep[3]; in lz_decode_member() 485 rep[0] = distance; in lz_decode_member()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| D | trie_policy_base.hpp | 131 const size_type range_length_l = std::distance(b_l, e_l); in common_prefix_len() 132 const size_type range_length_r = std::distance(b_r, e_r); in common_prefix_len()
|