Home
last modified time | relevance | path

Searched refs:tmp_addr (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/src/
Dnode_record.c96 char *tmp_addr = NULL; in node_alloc_addr() local
103 tmp_addr = malloc(4); in node_alloc_addr()
104 if (!tmp_addr) in node_alloc_addr()
110 tmp_addr = malloc(16); in node_alloc_addr()
111 if (!tmp_addr) in node_alloc_addr()
120 *addr = tmp_addr; in node_alloc_addr()
128 free(tmp_addr); in node_alloc_addr()
197 char *tmp_addr = NULL; in node_alloc_addr_string() local
202 tmp_addr = malloc(INET_ADDRSTRLEN); in node_alloc_addr_string()
203 if (!tmp_addr) in node_alloc_addr_string()
[all …]
/external/llvm/test/Transforms/ScalarRepl/
D2009-12-11-NeonTypes.ll20 %tmp_addr = alloca %struct.int16x8_t
28 %1 = getelementptr inbounds %struct.int16x8_t, %struct.int16x8_t* %tmp_addr, i32 0, i32 0
32 %3 = getelementptr inbounds %struct.int16x8_t, %struct.int16x8_t* %tmp_addr, i32 0, i32 0
36 %6 = getelementptr inbounds %struct.int16x8_t, %struct.int16x8_t* %tmp_addr, i32 0, i32 0
/external/openssh/
Daddrmatch.c299 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local
301 memcpy(&tmp_addr, a, sizeof(tmp_addr)); in addr_host_is_all0s()
304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
/external/libunwind/src/ia64/
DGregs.c34 unw_word_t addr = c->sigcontext_addr, flags, tmp_addr; in linux_scratch_loc() local
67 tmp_addr = addr + LINUX_SC_FR_OFF + 32*16; in linux_scratch_loc()
68 for (i = 32; i < 128; ++i, tmp_addr += 16) in linux_scratch_loc()
69 if (ia64_putfp (c, IA64_LOC_ADDR (tmp_addr, 0), in linux_scratch_loc()