Searched refs:dest_ (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | misc.c | 1187 sum16_reader(pgp_stream_t *stream, void *dest_, size_t length, pgp_error_t **errors, in sum16_reader() argument 1190 const uint8_t *dest = dest_; in sum16_reader() 1195 r = pgp_stacked_read(stream, dest_, length, errors, readinfo, cbinfo); in sum16_reader()
|
| H A D | reader.c | 1059 armoured_data_reader(pgp_stream_t *stream, void *dest_, size_t length, pgp_error_t **errors, in armoured_data_reader() argument 1066 uint8_t *dest = dest_; in armoured_data_reader() 1586 se_ip_data_reader(pgp_stream_t *stream, void *dest_, in se_ip_data_reader() argument 1699 memcpy(dest_, se_ip->plaintext + se_ip->plaintext_offset, n); in se_ip_data_reader()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | powerpc.cc | 5189 : dest_(to) in Branch_stub_key() 5194 return this->dest_ == that.dest_; in operator ==() 5197 Address dest_; member in __anon54ee64340111::Stub_table::Branch_stub_key 5204 { return key.dest_; } in operator ()() 5934 static_cast<unsigned long long>(bs->first.dest_)); in define_stub_syms() 6340 if (p->first.dest_ - loc + (1 << 25) < 2 << 25) in branch_stub_size() 6347 uint64_t off = p->first.dest_ - loc; in branch_stub_size() 6555 Address delta = bs->first.dest_ - loc; in do_write() 6582 = this->targ_->find_branch_lookup_table(bs->first.dest_); in do_write() 6853 Address delta = bs->first.dest_ - loc; in do_write() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | powerpc.cc | 5177 : dest_(to) in Branch_stub_key() 5182 return this->dest_ == that.dest_; in operator ==() 5185 Address dest_; member in __anon10389ec10111::Stub_table::Branch_stub_key 5192 { return key.dest_; } in operator ()() 5922 static_cast<unsigned long long>(bs->first.dest_)); in define_stub_syms() 6328 if (p->first.dest_ - loc + (1 << 25) < 2 << 25) in branch_stub_size() 6335 uint64_t off = p->first.dest_ - loc; in branch_stub_size() 6543 Address delta = bs->first.dest_ - loc; in do_write() 6570 = this->targ_->find_branch_lookup_table(bs->first.dest_); in do_write() 6841 Address delta = bs->first.dest_ - loc; in do_write() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/windows/ |
| H A D | NTMakefile.w32 | 77 DESTDIR =$(SRC)\out\dest_$(CPU)
|