Home
last modified time | relevance | path

Searched refs:addr_index (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/core/ipv6/
H A Dip6_addr.c73 u32_t addr_index, zero_blocks, current_block_index, current_block_value;
103 addr_index = 0;
110 addr->addr[addr_index++] |= current_block_value;
113 addr->addr[addr_index] = current_block_value << 16;
148 addr_index++;
151 addr->addr[addr_index] = 0;
174 addr->addr[addr_index++] |= current_block_value;
177 addr->addr[addr_index] = current_block_value << 16;
183 for (addr_index = 0; addr_index <
[all...]
/third_party/lwip/src/core/
H A Dnetif.c1514 args.ipv6_set.addr_index = addr_idx;
1581 args.ipv6_addr_state_changed.addr_index = addr_idx;
1643 u8_t i, addr_index; local
1669 addr_index = 3;
1672 addr_index--;
1674 ip_2_ip6(&netif->ip6_addr[0])->addr[addr_index] |= lwip_htonl(((u32_t)(netif->hwaddr[netif->hwaddr_len - i - 1])) << (8 * (i & 0x03)));
/third_party/lwip/src/include/lwip/
H A Dnetif.h662 s8_t addr_index; member
670 s8_t addr_index; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1124 ntt_reladdr(struct ntt_compile *c, struct ureg_src addr, int addr_index) in ntt_reladdr() argument
1126 assert(addr_index < ARRAY_SIZE(c->addr_reg)); in ntt_reladdr()
1128 for (int i = 0; i <= addr_index; i++) { in ntt_reladdr()
1137 ntt_UARL(c, c->addr_reg[addr_index], addr); in ntt_reladdr()
1139 ntt_ARL(c, c->addr_reg[addr_index], addr); in ntt_reladdr()
1140 return ureg_scalar(ureg_src(c->addr_reg[addr_index]), 0); in ntt_reladdr()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c10261 struct tgsi_full_src_register *addr_index, in loop_instruction()
10286 addr_index, &index_src); in loop_instruction()
10295 loop_instruction(index+1, count-1, addr_index, fb, emit, inst); in loop_instruction()
10260 loop_instruction(unsigned index, unsigned count, struct tgsi_full_src_register *addr_index, void (*fb)(struct svga_shader_emitter_v10 *, const struct tgsi_full_instruction *, unsigned), struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) loop_instruction() argument

Completed in 25 milliseconds