/external/libsepol/src/ |
node_record.c | 96 char *tmp_addr = NULL; local 103 tmp_addr = malloc(4); 104 if (!tmp_addr) 110 tmp_addr = malloc(16); 111 if (!tmp_addr) 120 *addr = tmp_addr; 128 free(tmp_addr); 197 char *tmp_addr = NULL; local 202 tmp_addr = malloc(INET_ADDRSTRLEN); 203 if (!tmp_addr) 369 char *tmp_addr = NULL; local 411 char *tmp_addr = NULL; local 438 char *tmp_addr = malloc(addr_sz); local [all...] |
/external/llvm/test/Transforms/ScalarRepl/ |
2009-12-11-NeonTypes.ll | 20 %tmp_addr = alloca %struct.int16x8_t 28 %1 = getelementptr inbounds %struct.int16x8_t* %tmp_addr, i32 0, i32 0 32 %3 = getelementptr inbounds %struct.int16x8_t* %tmp_addr, i32 0, i32 0 36 %6 = getelementptr inbounds %struct.int16x8_t* %tmp_addr, i32 0, i32 0
|
/external/qemu/slirp/ |
slirp.c | 72 struct in_addr tmp_addr; local 95 inet_aton(pIPAddr->IpAddress.String, &tmp_addr); 96 *pdns_addr = tmp_addr; 122 struct in_addr tmp_addr; local 133 if (!inet_aton(buff2, &tmp_addr)) 135 if (tmp_addr.s_addr == loopback_addr.s_addr) 136 tmp_addr = our_addr; 139 *pdns_addr = tmp_addr; 152 lprint("%s", inet_ntoa(tmp_addr));
|
/external/openssh/ |
addrmatch.c | 299 struct xaddr tmp_addr, tmp_mask, tmp_result; local 301 memcpy(&tmp_addr, a, sizeof(tmp_addr)); 304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
|
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 402 // CHECK: [[TMP_ADDR:%.*]] = alloca [[STRUCT_TEST51:%.*]], align 16 408 // CHECK-NEXT: [[CASTED_TMP_ADDR:%.*]] = bitcast [[STRUCT_TEST51]]* [[TMP_ADDR]] to i8*
|