Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 72) sorted by relevance

123

/ndk/sources/cxx-stl/gabi++/include/
Dgabixx_config.h82 #define __gabixx_sync_load(address) \ argument
83 __sync_fetch_and_add((address), (__typeof__(*(address)))0)
90 # define __gabixx_sync_swap(address,value) __sync_swap((address),(value)) argument
92 # define __gabixx_sync_swap(address, value) \ argument
94 __typeof__(*(address)) __ret = __sync_lock_test_and_set((address),(value)); \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Daligned_storage.hpp57 void* address() const { return const_cast<aligned_storage_imp*>(this); } in address() function
64 void* address() const { return 0; } in address() function
130 void* address() in address() function in boost::aligned_storage
132 return static_cast<type*>(this)->address(); in address()
137 const void* address() const in address() function in boost::aligned_storage
139 return static_cast<const type*>(this)->address(); in address()
144 const void* address() const;
156 const void* aligned_storage<S,A>::address() const in address() function in boost::aligned_storage
158 return const_cast< aligned_storage<S,A>* >(this)->address(); in address()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Din_place_factory.hpp51 void* apply(void* address
54 return new(address) T( BOOST_PP_ENUM_PARAMS(N, m_a) );
58 void* apply(void* address, std::size_t n
61 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address);
64 return address;
/ndk/sources/host-tools/make-3.81/
Dalloca.c355 i00afunc (long *address) in i00afunc() argument
390 if ((block <= address) && (address < (block + size))) in i00afunc()
397 result = address - block; in i00afunc()
429 i00afunc (long address) in i00afunc() argument
464 while (!(this_segment <= address && address <= stkl)) in i00afunc()
467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc()
478 result = address - this_segment; in i00afunc()
Dconfigh.dos89 /* Define to the address where bug reports for this package should be sent. */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
Daddress.pass.cpp25 assert(a.address(*tp) == tp); in test_address()
26 assert(a.address(*ctp) == tp); in test_address()
/ndk/tests/standalone/init-fini-arrays/
DREADME4 - The address of functions with __attribute__((constructor)) are placed in
7 - The address of functions with __attribute__((destructor)) are placed in
10 - The address of static C++ constructors are placed in the .init_array
/ndk/tests/device/asan-smoke/jni/
DAndroid.mk8 LOCAL_CFLAGS := -fsanitize=address -fno-omit-frame-pointer
9 LOCAL_LDFLAGS := -fsanitize=address
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp102 inline void construct(Factory const& factory, void* address) in construct() argument
104 factory.BOOST_NESTED_TEMPLATE apply<T>(address); in construct()
142 void const* address() const { return &dummy_; } in address() function in boost::optional_detail::aligned_storage
143 void * address() { return &dummy_; } in address() function in boost::optional_detail::aligned_storage
145 void const* address() const { return dummy_.data; }
146 void * address() { return dummy_.data; }
346 new (m_storage.address()) internal_type(val) ; in construct()
356 boost_optional_detail::construct<value_type>(factory, m_storage.address()); in construct()
365 factory.apply(m_storage.address()) ; in construct()
392 new (m_storage.address()) internal_type(expr) ; in construct()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp362 "signal: illegal opcode; address of failing instruction: 0x%08lx",
367 "signal: illegal trap; address of failing instruction: 0x%08lx",
372 "signal: privileged register; address of failing instruction: 0x%08lx",
377 "signal: internal stack error; address of failing instruction: 0x%08lx",
383 "signal: illegal operand; address of failing instruction: 0x%08lx",
388 … "signal: illegal addressing mode; address of failing instruction: 0x%08lx",
393 "signal: privileged opcode; address of failing instruction: 0x%08lx",
398 "signal: co-processor error; address of failing instruction: 0x%08lx",
403 … "signal: SIGILL, si_code: %d (illegal instruction; address of failing instruction: 0x%08lx)",
413 "signal: integer divide by zero; address of failing instruction: 0x%08lx",
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h61 pointer address(reference x) const {return &x;} in address() function
62 const_pointer address(const_reference x) const {return &x;} in address() function
121 pointer address(reference x) const {return &x;} in address() function
122 const_pointer address(const_reference x) const {return &x;} in address() function
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c316 uint64_t address; in ParseFrame() local
340 address = strtoul(pc_address, &eptr, 16); in ParseFrame()
380 (void)address; in ParseFrame()
/ndk/sources/host-tools/make-3.81/po/
DMakevars40 # This is the email address or URL to which the translators shall report
51 # It can be your email address, or a mailing list address where translators
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S24 # + return address +
43 movl %edx, 40(%eax) # store return address as eip
82 movq %rsi,128(%rdi) # store return address as rip
261 str lr, [x0, #0x100] ; store return address as pc
309 str r3, [r0, #60] @ store return address as pc
317 str lr, [r0, #60] @ store return address as pc
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h124 pointer address(reference __x) const { return &__x; } in address() function
125 const_pointer address(const_reference __x) const { return &__x; } in address() function
307 pointer address(reference __x) const { return &__x; }
308 const_pointer address(const_reference __x) const { return &__x; }
D_alloc.h298 pointer address(reference __x) const {return &__x;} in address() function
299 const_pointer address(const_reference __x) const { return &__x; } in address() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h56 pointer address(reference x) const {return &x;} in address() function
57 const_pointer address(const_reference x) const {return &x;} in address() function
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h135 pointer address(reference __x) const {return &__x;} in address() function
136 const_pointer address(const_reference __x) const { return &__x; } in address() function
Dmvctor_declaration_test.cpp103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator
104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h135 pointer address(reference __x) const {return &__x;} in address() function
136 const_pointer address(const_reference __x) const { return &__x; } in address() function
Dmvctor_declaration_test.cpp103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator
104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py224 self.sentinel = head.address
255 sentinel = self.val['_M_node']['_M_data'].address
403 if static_buf.address + 1 == data:
/ndk/sources/host-tools/make-3.81/config/
Dpo.m446 …[$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&…
47 …(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/…
77 … if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
78 …(if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | …

123