Home
last modified time | relevance | path

Searched refs:addr_temp (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocaladdr.c1106 krb5_address **addr_temp; member
1136 n = realloc (data->addr_temp, in allocate()
1142 data->addr_temp = n; in allocate()
1145 data->addr_temp[i] = 0; in allocate()
1227 data->addr_temp[data->cur_idx] = address; in add_addr()
1230 data->addr_temp[data->cur_idx++] = address; in add_addr()
1302 bigger = realloc (datap->addr_temp, in krb5_os_localaddr_profile()
1305 datap->addr_temp = bigger; in krb5_os_localaddr_profile()
1311 datap->addr_temp[datap->cur_idx++] = newaddrs[i]; in krb5_os_localaddr_profile()
1340 if (data.addr_temp) { in get_localaddrs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td6543 // The addr_temp and addr_temp_out operands are logically a pair of GPR
6555 let Constraints = "@earlyclobber $Rd,$addr_temp_out = $addr_temp" in
6557 (ins GPRPair:$addr_temp, GPRPair:$desired, GPRPair:$new),