Searched refs:context_base (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 68 llvm::ArrayRef<uint8_t> data(const uint8_t *context_base) const { in data() 69 return llvm::ArrayRef<uint8_t>(context_base + byte_offset, byte_size); in data() 72 llvm::MutableArrayRef<uint8_t> mutable_data(uint8_t *context_base) const { in mutable_data() 73 return llvm::MutableArrayRef<uint8_t>(context_base + byte_offset, in mutable_data()
|
| /freebsd-13.1/sys/mips/nlm/dev/net/ |
| H A D | xlpge.c | 274 int context_base, int hwport, int max_channels) in nlm_config_egress() argument 284 data = ((context_base + num_channels - 1) << 22) | in nlm_config_egress() 285 (context_base << 12) | (hwport << 4) | 1; in nlm_config_egress() 289 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress() 291 context_base, num_channels, max_channels, sc->portcfg); in nlm_config_egress() 300 data = (hwport << 15) | ((context_base + offset) << 5); in nlm_config_egress()
|