Home
last modified time | relevance | path

Searched refs:prefix_value (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c209 } *prefix_value; in read_route() local
212 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
246 prefix_value) < 0) { in read_route()
251 prefix_value->gw = route.gw; in read_route()
256 prefix_value, 0 in read_route()
277 prefix_value->prefix[0] && in read_route()
279 prefix_value->prefix[1] && in read_route()
288 prefix_value->prefix[i] = in read_route()
290 prefix_value->value = in read_route()
293 prefix_value->gw = route.gw; in read_route()
[all …]
H A Dxdp_router_ipv4_kern.c114 struct trie_value *prefix_value; in xdp_router_ipv4_prog() local
158 prefix_value = bpf_map_lookup_elem(&lpm_map, &key4); in xdp_router_ipv4_prog()
159 if (!prefix_value) in xdp_router_ipv4_prog()
161 src_mac = &prefix_value->value; in xdp_router_ipv4_prog()
166 if (!prefix_value->gw) in xdp_router_ipv4_prog()
168 dest_ip = prefix_value->gw; in xdp_router_ipv4_prog()
171 forward_to = prefix_value->ifindex; in xdp_router_ipv4_prog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c209 } *prefix_value; in read_route() local
212 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
246 prefix_value) < 0) { in read_route()
251 prefix_value->gw = route.gw; in read_route()
256 prefix_value, 0 in read_route()
277 prefix_value->prefix[0] && in read_route()
279 prefix_value->prefix[1] && in read_route()
288 prefix_value->prefix[i] = in read_route()
290 prefix_value->value = in read_route()
293 prefix_value->gw = route.gw; in read_route()
[all …]
H A Dxdp_router_ipv4_kern.c114 struct trie_value *prefix_value; in xdp_router_ipv4_prog() local
158 prefix_value = bpf_map_lookup_elem(&lpm_map, &key4); in xdp_router_ipv4_prog()
159 if (!prefix_value) in xdp_router_ipv4_prog()
161 src_mac = &prefix_value->value; in xdp_router_ipv4_prog()
166 if (!prefix_value->gw) in xdp_router_ipv4_prog()
168 dest_ip = prefix_value->gw; in xdp_router_ipv4_prog()
171 forward_to = prefix_value->ifindex; in xdp_router_ipv4_prog()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c209 } *prefix_value; in read_route() local
212 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
246 prefix_value) < 0) { in read_route()
251 prefix_value->gw = route.gw; in read_route()
256 prefix_value, 0 in read_route()
277 prefix_value->prefix[0] && in read_route()
279 prefix_value->prefix[1] && in read_route()
288 prefix_value->prefix[i] = in read_route()
290 prefix_value->value = in read_route()
293 prefix_value->gw = route.gw; in read_route()
[all …]
H A Dxdp_router_ipv4_kern.c114 struct trie_value *prefix_value; in xdp_router_ipv4_prog() local
158 prefix_value = bpf_map_lookup_elem(&lpm_map, &key4); in xdp_router_ipv4_prog()
159 if (!prefix_value) in xdp_router_ipv4_prog()
161 src_mac = &prefix_value->value; in xdp_router_ipv4_prog()
166 if (!prefix_value->gw) in xdp_router_ipv4_prog()
168 dest_ip = prefix_value->gw; in xdp_router_ipv4_prog()
171 forward_to = prefix_value->ifindex; in xdp_router_ipv4_prog()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/hpack/varint/
H A Dhpack_varint_decoder.cc12 DecodeStatus HpackVarintDecoder::Start(uint8_t prefix_value, in Start() argument
24 value_ = prefix_value & prefix_mask; in Start()
129 DecodeStatus HpackVarintDecoder::StartForTest(uint8_t prefix_value, in StartForTest() argument
132 return Start(prefix_value, prefix_length, db); in StartForTest()
H A Dhpack_varint_decoder.h64 DecodeStatus Start(uint8_t prefix_value,
90 DecodeStatus StartForTest(uint8_t prefix_value,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/hpack/varint/
H A Dhpack_varint_decoder.cc12 DecodeStatus HpackVarintDecoder::Start(uint8_t prefix_value, in Start() argument
24 value_ = prefix_value & prefix_mask; in Start()
129 DecodeStatus HpackVarintDecoder::StartForTest(uint8_t prefix_value, in StartForTest() argument
132 return Start(prefix_value, prefix_length, db); in StartForTest()
H A Dhpack_varint_decoder.h64 DecodeStatus Start(uint8_t prefix_value,
90 DecodeStatus StartForTest(uint8_t prefix_value,
/dports/math/py-bitmath/bitmath-1.3.3.1/bitmath/
H A D__init__.py330 if self.prefix_value == 1:
368 value = property(lambda s: s.prefix_value)
694 return self.prefix_value < other
700 return self.prefix_value <= other
706 return self.prefix_value == other
712 return self.prefix_value != other
718 return self.prefix_value > other
724 return self.prefix_value >= other
881 return int(self.prefix_value)
889 return float(self.prefix_value)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c184 unsigned long prefix_value; member
1641 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in quick_mode_bdap_prefix()
1642 inst_env->prefix_value += cris_get_bdap_quick_offset (inst); in quick_mode_bdap_prefix()
1708 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in bdap_prefix()
1711 inst_env->prefix_value += in bdap_prefix()
1738 inst_env->prefix_value = inst_env->reg[cris_get_operand1 (inst)]; in biap_prefix()
1742 inst_env->prefix_value += in biap_prefix()
1750 inst_env->prefix_value += 2; in biap_prefix()
1778 inst_env->prefix_value = read_memory_unsigned_integer (address, 4); in dip_prefix()
2540 inst_env->reg[REG_PC] = inst_env->prefix_value; in move_mem_to_reg_movem_op()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c184 unsigned long prefix_value; member
1641 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in quick_mode_bdap_prefix()
1642 inst_env->prefix_value += cris_get_bdap_quick_offset (inst); in quick_mode_bdap_prefix()
1708 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in bdap_prefix()
1711 inst_env->prefix_value += in bdap_prefix()
1738 inst_env->prefix_value = inst_env->reg[cris_get_operand1 (inst)]; in biap_prefix()
1742 inst_env->prefix_value += in biap_prefix()
1750 inst_env->prefix_value += 2; in biap_prefix()
1778 inst_env->prefix_value = read_memory_unsigned_integer (address, 4); in dip_prefix()
2540 inst_env->reg[REG_PC] = inst_env->prefix_value; in move_mem_to_reg_movem_op()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcris-tdep.c532 unsigned long prefix_value; member
2181 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in quick_mode_bdap_prefix()
2182 inst_env->prefix_value += cris_get_bdap_quick_offset (inst); in quick_mode_bdap_prefix()
2249 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in bdap_prefix()
2252 inst_env->prefix_value += in bdap_prefix()
2284 inst_env->prefix_value += in biap_prefix()
2292 inst_env->prefix_value += 2; in biap_prefix()
2320 inst_env->prefix_value in dip_prefix()
3081 read_memory_unsigned_integer (inst_env->prefix_value, in move_mem_to_reg_movem_op()
3089 inst_env->reg[REG_PC] = inst_env->prefix_value; in move_mem_to_reg_movem_op()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcris-tdep.c481 unsigned long prefix_value; member
2077 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in quick_mode_bdap_prefix()
2078 inst_env->prefix_value += cris_get_bdap_quick_offset (inst); in quick_mode_bdap_prefix()
2142 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in bdap_prefix()
2145 inst_env->prefix_value += in bdap_prefix()
2177 inst_env->prefix_value += in biap_prefix()
2185 inst_env->prefix_value += 2; in biap_prefix()
2213 inst_env->prefix_value in dip_prefix()
2974 read_memory_unsigned_integer (inst_env->prefix_value, in move_mem_to_reg_movem_op()
2982 inst_env->reg[REG_PC] = inst_env->prefix_value; in move_mem_to_reg_movem_op()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcris-tdep.c487 unsigned long prefix_value; member
2131 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in quick_mode_bdap_prefix()
2132 inst_env->prefix_value += cris_get_bdap_quick_offset (inst); in quick_mode_bdap_prefix()
2196 inst_env->prefix_value = inst_env->reg[cris_get_operand2 (inst)]; in bdap_prefix()
2199 inst_env->prefix_value += in bdap_prefix()
2231 inst_env->prefix_value += in biap_prefix()
2239 inst_env->prefix_value += 2; in biap_prefix()
2267 inst_env->prefix_value in dip_prefix()
3028 read_memory_unsigned_integer (inst_env->prefix_value, in move_mem_to_reg_movem_op()
3036 inst_env->reg[REG_PC] = inst_env->prefix_value; in move_mem_to_reg_movem_op()
[all …]
/dports/devel/lyra/Lyra-1.6/include/lyra/detail/
H A Dtokens.hpp211 prefix_value(style.short_option_prefix, style.short_option_size) in option()
285 inline std::string prefix_value( in prefix_value() function in lyra::detail::token_iterator
/dports/math/py-unyt/unyt-2.8.0/unyt/
H A Dunit_registry.py300 prefix_value = unit_prefixes[prefix][0]
318 unit_data[0] * prefix_value,
/dports/net-im/jabberd/jabberd-2.7.0/
H A DREADME.config17 - Nested substitution is supported. var3 will contain 'prefix_value-of-v_suffix' in sample below:
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/include/freeipmi/cmds/
H A Dipmi-lan-cmds.h532 … uint8_t prefix_value[IPMI_IPV6_BYTES],
548 … uint8_t prefix_value[IPMI_IPV6_BYTES],
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-snort-config.c419 char *prefix_name, *prefix_value;
435 prefix_value = read_token(source+accumulated_length, ' ', &length, &accumulated_length, TRUE);
438 g_hash_table_insert(snort_config->references_prefixes, prefix_name, prefix_value);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-snort-config.c419 char *prefix_name, *prefix_value; in parse_references_prefix_file_line() local
435 prefix_value = read_token(source+accumulated_length, ' ', &length, &accumulated_length, TRUE); in parse_references_prefix_file_line()
438 g_hash_table_insert(snort_config->references_prefixes, prefix_name, prefix_value); in parse_references_prefix_file_line()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-snort-config.c419 char *prefix_name, *prefix_value;
435 prefix_value = read_token(source+accumulated_length, ' ', &length, &accumulated_length, TRUE);
438 g_hash_table_insert(snort_config->references_prefixes, prefix_name, prefix_value);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-snort-config.c419 char *prefix_name, *prefix_value; in parse_references_prefix_file_line() local
435 prefix_value = read_token(source+accumulated_length, ' ', &length, &accumulated_length, TRUE); in parse_references_prefix_file_line()
438 g_hash_table_insert(snort_config->references_prefixes, prefix_name, prefix_value); in parse_references_prefix_file_line()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/cmds/
H A Dipmi-lan-cmds.c2521 uint8_t prefix_value[IPMI_IPV6_BYTES],
2534 FILL_FIID_OBJ_SET_DATA (obj_cmd_rq, "prefix_value", prefix_value, IPMI_IPV6_BYTES);
2541 … uint8_t prefix_value[IPMI_IPV6_BYTES],
2559 prefix_value,
2640 … uint8_t prefix_value[IPMI_IPV6_BYTES],
2658 prefix_value,

12345678910>>...22