/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_more_registers_than_available.ll | 16 %S.addr = alloca i8*, align 8 17 %pS.addr = alloca i32, align 4 18 %D.addr = alloca i8*, align 8 19 %pD.addr = alloca i32, align 4 20 %h.addr = alloca i32, align 4 26 store i8* %S, i8** %S.addr, align 8 27 store i32 %pS, i32* %pS.addr, align 4 28 store i8* %D, i8** %D.addr, align 8 29 store i32 %pD, i32* %pD.addr, align 4 30 store i32 %h, i32* %h.addr, align [all...] |
/system/bt/device/src/ |
interop.cc | 41 const RawAddress* addr); 43 const RawAddress* addr); 48 const RawAddress* addr) { 49 CHECK(addr); 51 if (interop_match_fixed_(feature, addr) || 52 interop_match_dynamic_(feature, addr)) { 54 __func__, addr->ToString().c_str(), 79 void interop_database_add(const uint16_t feature, const RawAddress* addr, 81 CHECK(addr); 87 memcpy(&entry->addr, addr, length) [all...] |
/external/libcups/cups/ |
http-addr.c | 38 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ 40 if (!addr) 44 if (addr->addr.sa_family == AF_INET6 && 45 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) 49 if (addr->addr.sa_family == AF_INET && 50 ntohl(addr->ipv4.sin_addr.s_addr) == 0x00000000) 69 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */ 80 if (addr && addr->addr.sa_family == AF_LOCAL [all...] |
/external/smali/smali/src/test/resources/LexerTest/ |
InstructionTest.smali | 34 add-int/2addr 35 sub-int/2addr 36 mul-int/2addr 37 div-int/2addr 38 rem-int/2addr 39 and-int/2addr 40 or-int/2addr 41 xor-int/2addr 42 shl-int/2addr 43 shr-int/2addr [all...] |
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
select-gep.ll | 14 %x.addr = phi i8* [ %incdec.ptr, %if.then ], [ %x, %entry ] 15 ret i8* %x.addr 19 ; CHECK: ret i8* %x.addr 34 %x.addr = phi i8* [ %incdec.ptr, %if.then ], [ %y, %entry ] 35 ret i8* %x.addr 38 ; CHECK: %x.addr = select i1 %cmp, i8* %incdec.ptr, i8* %y 39 ; CHECK: ret i8* %x.addr
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
alloca.ll | 12 %addr = ptrtoint i8* %array to i32 13 ret i32 %addr 23 %addr = ptrtoint i8* %array to i32 24 ret i32 %addr 34 %addr = ptrtoint i8* %array to i32 35 ret i32 %addr 45 %addr = ptrtoint i8* %array to i32 46 ret i32 %addr 56 %addr = ptrtoint i8* %array to i32 57 ret i32 %addr [all...] |
/system/core/libunwindstack/tests/ |
MemoryFake.cpp | 26 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { 28 for (size_t i = 0; i < length; i++, addr++) { 29 auto value = data_.find(addr); 33 data_.insert({ addr, src[i] }); 38 bool MemoryFake::Read(uint64_t addr, void* memory, size_t size) { 40 for (size_t i = 0; i < size; i++, addr++) { 41 auto value = data_.find(addr);
|
/prebuilts/go/darwin-x86/src/runtime/ |
race.go | 15 func RaceRead(addr unsafe.Pointer) 16 func RaceWrite(addr unsafe.Pointer) 17 func RaceReadRange(addr unsafe.Pointer, len int) 18 func RaceWriteRange(addr unsafe.Pointer, len int) 35 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { 40 racereadrangepc(addr, t.size, callerpc, pc) 44 racereadpc(addr, callerpc, pc) 48 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { 53 racewriterangepc(addr, t.size, callerpc, pc) 57 racewritepc(addr, callerpc, pc [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
race.go | 15 func RaceRead(addr unsafe.Pointer) 16 func RaceWrite(addr unsafe.Pointer) 17 func RaceReadRange(addr unsafe.Pointer, len int) 18 func RaceWriteRange(addr unsafe.Pointer, len int) 35 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { 40 racereadrangepc(addr, t.size, callerpc, pc) 44 racereadpc(addr, callerpc, pc) 48 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { 53 racewriterangepc(addr, t.size, callerpc, pc) 57 racewritepc(addr, callerpc, pc [all...] |
/art/runtime/interpreter/mterp/mips/ |
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 11 * For: add-long/2addr, sub-long/2addr, div-long/2addr, rem-long/2addr, 12 * and-long/2addr, or-long/2addr, xor-long/2addr 14 /* binop/2addr vA, vB */
|
/bionic/libc/bionic/ |
ether_ntoa.c | 38 ether_ntoa_r (const struct ether_addr *addr, char * buf) 41 addr->ether_addr_octet[0], addr->ether_addr_octet[1], 42 addr->ether_addr_octet[2], addr->ether_addr_octet[3], 43 addr->ether_addr_octet[4], addr->ether_addr_octet[5]); 51 ether_ntoa (const struct ether_addr *addr) 54 return ether_ntoa_r(addr, buf);
|
/development/ndk/platforms/android-9/arch-arm/include/asm/ |
memory.h | 79 #define PHYS_TO_NID(addr) (0) 83 #define dma_to_virt(dev, addr) ((void *)__bus_to_virt(addr)) 84 #define virt_to_dma(dev, addr) ((dma_addr_t)__virt_to_bus((unsigned long)(addr))) 87 #define dma_to_virt(dev, addr) (__arch_dma_to_virt(dev, addr)) 88 #define virt_to_dma(dev, addr) (__arch_virt_to_dma(dev, addr))
|
/external/libunwind/src/x86_64/ |
Ginit.c | 74 static int (*mem_validate_func) (void *addr, size_t len); 75 static int msync_validate (void *addr, size_t len) 77 return msync (addr, len, MS_ASYNC); 81 static int mincore_validate (void *addr, size_t len) 84 return mincore (addr, len, mvec); 116 validate_mem (unw_word_t addr) 121 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr)) 126 addr = PAGE_START(addr); 213 unw_word_t *addr; local 244 unw_fpreg_t *addr; local [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
memops1.ll | 8 %p.addr = alloca i32*, align 4 9 store i32* %p, i32** %p.addr, align 4 10 %0 = load i32*, i32** %p.addr, align 4 21 %p.addr = alloca i32*, align 4 22 %i.addr = alloca i32, align 4 23 store i32* %p, i32** %p.addr, align 4 24 store i32 %i, i32* %i.addr, align 4 25 %0 = load i32*, i32** %p.addr, align 4 26 %1 = load i32, i32* %i.addr, align 4
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-avoid-unnecessary-pic-base.ll | 12 %x.addr = alloca i32, align 4 13 %y.addr = alloca i32, align 4 14 %z.addr = alloca i32, align 4 15 store i32 %x, i32* %x.addr, align 4 16 store i32 %y, i32* %y.addr, align 4 17 store i32 %z, i32* %z.addr, align 4 18 %tmp = load i32, i32* %x.addr, align 4 19 %tmp1 = load i32, i32* %y.addr, align 4 21 %tmp2 = load i32, i32* %z.addr, align 4
|
/external/ppp/pppd/plugins/pppoatm/ |
text2atm.c | 20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) 67 addr->sap_family = AF_ATMPVC; 68 addr->sap_addr.itf = part[0]; 69 addr->sap_addr.vpi = part[1]; 70 addr->sap_addr.vci = part[2]; 75 static int do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) 97 addr->sas_addr.prv[0] = ATM_AFI_E164; 98 addr->sas_addr.prv[1] = 0; 99 memset(addr->sas_addr.prv+1,0,8); 104 if (pos & 1) addr->sas_addr.prv[pos >> 1] |= *text-'0' [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
fast-isel-avoid-unnecessary-pic-base.ll | 11 %x.addr = alloca i32, align 4 12 %y.addr = alloca i32, align 4 13 %z.addr = alloca i32, align 4 14 store i32 %x, i32* %x.addr, align 4 15 store i32 %y, i32* %y.addr, align 4 16 store i32 %z, i32* %z.addr, align 4 17 %tmp = load i32* %x.addr, align 4 18 %tmp1 = load i32* %y.addr, align 4 20 %tmp2 = load i32* %z.addr, align 4
|
/external/valgrind/drd/ |
drd_semaphore.h | 33 #include "pub_tool_basics.h" // Addr 40 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore, 43 void DRD_(semaphore_destroy)(const Addr semaphore); 44 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore, 47 void DRD_(semaphore_close)(const Addr semaphore); 48 void DRD_(semaphore_pre_wait)(const Addr semaphore); 49 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore, 51 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore); 52 void DRD_(semaphore_post_post)(const DrdThreadId tid, const Addr semaphore,
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/internal/ |
race.a | 14 race E|SGOROOT/src/internal/race/norace.go
Enabled (!
Acquire 6
addr·1
esc:0x1
Release 6 47 go17ld ?"".Acquire ?addr |