/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 26 // the whole region - it may poison only subregion of [addr, addr+size) due 30 void __asan_poison_memory_region(void const volatile *addr, size_t size); 31 // Marks memory region [addr, addr+size) as addressable. 34 // This function may unpoison a superregion of [addr, addr+size) due to 38 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
Joint.java | 28 protected long addr; field in class:Joint 46 * @param addr the address of the joint */ 47 protected Joint (World world, long addr) { 49 this.addr = addr; 54 int type = jniGetType(addr); 61 private native int jniGetType (long addr); /* 62 b2Joint* joint = (b2Joint*)addr; 68 return world.bodies.get(jniGetBodyA(addr)); 71 private native long jniGetBodyA (long addr); /* [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
Inet6AddressTest.java | 35 InetAddress addr = null; local 44 addr = InetAddress.getByName(addrName); 45 assertTrue("Multicast address " + addrName + " not detected.", addr 49 addr = InetAddress.getByName(addrName); 51 + " reporting as a multicast address.", !addr 61 addrName = "::224.42.42.42"; // an ipv4 multicast addr 1110 = 224 62 addr = InetAddress.getByName(addrName); 64 + " reported incorrectly as multicast.", !addr 68 addr = InetAddress.getByName(addrName); 70 + " reported incorrectly as multicast.", !addr 95 InetAddress addr = null; local 126 InetAddress addr = InetAddress.getByName(addrName); local 206 InetAddress addr = InetAddress.getByName(addrName); local 245 InetAddress addr = InetAddress.getByName(addrName); local 278 InetAddress addr = InetAddress.getByName(addrName); local 352 InetAddress addr = InetAddress.getByName(addrName); local 413 InetAddress addr = InetAddress.getByName(addrName); local 496 InetAddress addr = InetAddress.getByName(addrName); local 579 InetAddress addr = InetAddress.getByName(addrName); local 655 Inet6Address addr = null; local [all...] |
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
atomic.c | 21 int32_t android_atomic_acquire_load(volatile const int32_t* addr) 23 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; 27 void android_atomic_release_store(int32_t value, volatile int32_t* addr) 29 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr;
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
mc146818rtc.h | 23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); }) 24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
|
/development/ndk/platforms/android-3/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-io-setup-with-nonwritable-context-pointer.c | 20 void *addr; local 22 addr = mmap(NULL, 4096, PROT_READ, MAP_SHARED|MAP_ANONYMOUS, 0, 0); 23 if (!addr) { 27 io_setup(1, addr /* un-writable pointer */);
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_execmem.h | 42 rtasm_exec_free( void *addr );
|
/external/valgrind/none/tests/s390x/ |
cvd.c | 19 unsigned long addr = 0; local 23 : "=m" (addr) : "a" (&addr) , "d" (num) : "memory"); 24 return addr;
|
/libcore/ojluni/src/main/java/sun/net/ |
SocksProxy.java | 37 private SocksProxy(SocketAddress addr, int version) { 38 super(Proxy.Type.SOCKS, addr); 42 public static SocksProxy create(SocketAddress addr, int version) { 43 return new SocksProxy(addr, version);
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/ |
mc146818rtc.h | 23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); }) 24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/ |
mc146818rtc.h | 23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); }) 24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) 17 #define scr_readw(addr) (*(addr))
|