Searched refs:context_base (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 67 llvm::ArrayRef<uint8_t> data(const uint8_t *context_base) const { in data() 68 return llvm::ArrayRef<uint8_t>(context_base + byte_offset, byte_size); in data() 71 llvm::MutableArrayRef<uint8_t> mutable_data(uint8_t *context_base) const { in mutable_data() 72 return llvm::MutableArrayRef<uint8_t>(context_base + byte_offset, in mutable_data()
|
| /freebsd-12.1/sys/mips/nlm/dev/net/ |
| H A D | xlpge.c | 273 int context_base, int hwport, int max_channels) in nlm_config_egress() argument 283 data = ((context_base + num_channels - 1) << 22) | in nlm_config_egress() 284 (context_base << 12) | (hwport << 4) | 1; in nlm_config_egress() 288 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress() 290 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress() 299 data = (hwport << 15) | ((context_base + offset) << 5); in nlm_config_egress()
|