/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 2392 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local 2397 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack() 2402 sp--; in png_do_unpack() 2416 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local 2421 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack() 2426 sp--; in png_do_unpack() 2439 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local 2444 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack() 2449 sp--; in png_do_unpack() 2622 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfInstructions.hpp | 228 pint_t *sp = stack; in evaluateExpression() local 229 *(++sp) = initialStackValue; in evaluateExpression() 233 for (pint_t *t = sp; t > stack; --t) { in evaluateExpression() 246 *(++sp) = value; in evaluateExpression() 253 value = *sp--; in evaluateExpression() 254 *(++sp) = addressSpace.getP(value); in evaluateExpression() 263 *(++sp) = value; in evaluateExpression() 272 *(++sp) = (pint_t)svalue; in evaluateExpression() 281 *(++sp) = value; in evaluateExpression() 290 *(++sp) = (pint_t)svalue; in evaluateExpression() [all …]
|
D | Unwind-EHABI.cpp | 223 uint32_t sp; in _Unwind_VRS_Interpret() local 224 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 226 sp -= ((byte & 0x3f) << 2) + 4; in _Unwind_VRS_Interpret() 228 sp += (byte << 2) + 4; in _Unwind_VRS_Interpret() 229 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 248 uint32_t sp; in _Unwind_VRS_Interpret() local 250 _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 252 &sp); in _Unwind_VRS_Interpret() 289 uint32_t sp; in _Unwind_VRS_Interpret() local 291 &sp); in _Unwind_VRS_Interpret() [all …]
|
D | UnwindLevel1.c | 53 unw_word_t sp; in unwind_phase1() local 93 unw_get_reg(&cursor1, UNW_REG_SP, &sp); in unwind_phase1() 94 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 145 unw_word_t sp; in unwind_phase2() local 147 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 166 (long long)sp, (long long)frameInfo.lsda, in unwind_phase2() 175 if (sp == exception_object->private_2) { in unwind_phase2() 188 if (sp == exception_object->private_2) { in unwind_phase2() 203 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 207 (long long)sp); in unwind_phase2()
|
D | UnwindRegistersRestore.S | 257 lwz r1,12(r3) ; do sp now 288 mov sp,x1 ; restore sp 324 @ . the sp (r13) cannot be in the list 327 ldr sp, [lr, #52]
|
/ndk/sources/host-tools/make-3.81/ |
D | strcache.c | 61 struct strcache *sp; in add_string() local 73 for (sp = strcache; sp != NULL; sp = sp->next) in add_string() 74 if (sp->bytesfree > len && (!best || best->bytesfree > sp->bytesfree)) in add_string() 75 best = sp; in add_string() 137 struct strcache *sp; in strcache_iscached() local 139 for (sp = strcache; sp != 0; sp = sp->next) in strcache_iscached() 140 if (str >= sp->buffer && str < sp->end) in strcache_iscached() 188 const struct strcache *sp; in strcache_print_stats() local 190 for (sp = strcache; sp != NULL; sp = sp->next) in strcache_print_stats() 192 int bf = sp->bytesfree; in strcache_print_stats() [all …]
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 12 sub sp, sp, #32 @ 0x20 15 str ip, [sp, #4] 16 str lr, [sp] 17 str r5, [sp, #16] 22 str r1, [sp, #20] 27 strd r2, [sp, #8] 29 str lr, [sp, #24] 44 ldrd r2, [sp, #8] 51 ldr lr, [sp, #24] 53 ldrd r6, [sp] [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
D | lock.pass.cpp | 34 std::shared_ptr<A> sp = wp.lock(); in main() local 35 assert(sp.use_count() == 0); in main() 36 assert(sp.get() == 0); in main() 42 std::shared_ptr<A> sp = wp.lock(); in main() local 43 assert(sp.use_count() == 2); in main() 44 assert(sp.get() == sp0.get()); in main() 52 std::shared_ptr<A> sp = wp.lock(); in main() local 53 assert(sp.use_count() == 0); in main() 54 assert(sp.get() == 0); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | bool_trait_def.hpp | 104 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC1(trait,sp,C) \ argument 105 template<> struct trait< sp > \ 110 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(sp)) \ 124 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(trait,sp,C) \ argument 125 template<> struct trait##_impl< sp > \ 140 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(param,trait,sp,C) \ argument 141 template< param > struct trait< sp > \ 149 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,sp,C) \ argument 150 template< param1, param2 > struct trait< sp > \ 186 # define BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(trait,sp,value) \ argument [all …]
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 296 char *sp; /* start of string matched by it */ in dissect() local 307 sp = start; in dissect() 329 sp++; in dissect() 338 sp++; in dissect() 349 rest = slow(m, sp, stp, ss, es); in dissect() 357 assert(stp >= sp); /* it did work */ in dissect() 362 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 363 if (dissect(m, sp, rest, ssub, esub) != rest) { in dissect() 367 assert(sp == rest); in dissect() 368 sp = rest; in dissect() [all …]
|
D | regcomp.c | 769 char *sp = p->next; in p_b_cclass() local 777 len = p->next - sp; in p_b_cclass() 779 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') in p_b_cclass() 833 char *sp = p->next; in p_b_coll_elem() local 843 len = p->next - sp; in p_b_coll_elem() 845 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') in p_b_coll_elem() 848 return(*sp); /* single character */ in p_b_coll_elem() 1374 sop *sp; in enlarge() local 1379 sp = (sop *)realloc(p->strip, size*sizeof(sop)); in enlarge() 1380 if (sp == NULL) { in enlarge() [all …]
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | arraynew.cpp | 53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local 54 if (*sp != 11) in check_cookie() 58 sp = ((size_t *) a) - 2; in check_cookie() 59 if (*sp != sizeof (T)) in check_cookie() 83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local 84 if (*sp != 11) in check_placement_cookie() 88 sp = ((size_t *) a) - 2; in check_placement_cookie() 89 if (*sp != sizeof (T)) in check_placement_cookie()
|
D | omit-frame-pointer2.cpp | 7 void *sp = __builtin_alloca (0); in step() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | arraynew.cpp | 53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local 54 if (*sp != 11) in check_cookie() 58 sp = ((size_t *) a) - 2; in check_cookie() 59 if (*sp != sizeof (T)) in check_cookie() 83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local 84 if (*sp != 11) in check_placement_cookie() 88 sp = ((size_t *) a) - 2; in check_placement_cookie() 89 if (*sp != sizeof (T)) in check_placement_cookie()
|
D | omit-frame-pointer2.cpp | 7 void *sp = __builtin_alloca (0); in step() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | weak_ptr.pass.cpp | 48 std::shared_ptr<A> sp(wp); in main() local 59 std::shared_ptr<A> sp(wp); in main() local 60 assert(sp.use_count() == 2); in main() 61 assert(sp.get() == sp0.get()); in main() 71 std::shared_ptr<A> sp(wp); in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | spinlock_pt.hpp | 62 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() argument 64 sp.lock(); in scoped_lock()
|
D | spinlock_sync.hpp | 70 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() argument 72 sp.lock(); in scoped_lock()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/ |
D | tuple.smartptr.pass.cpp | 19 std::tuple<std::shared_ptr<char>> sp; in main() local 25 std::tuple<std::shared_ptr<char[]>> sp; in main() local 31 std::tuple<std::shared_ptr<char[5]>> sp; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() 36 return sp; in seekpos()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | seekg.pass.cpp | 40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() 44 return sp; in seekpos()
|
/ndk/tests/device/b8708181-Vector4/jni/ |
D | Vector4.cpp | 56 register void *sp __asm(SP); in main() 57 printf("sp = %p\n", sp); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_pointer.hpp | 56 # define TT_AUX_BOOL_TRAIT_HELPER_PARTIAL_SPEC(helper,sp,result) \ 57 template< typename T > struct helper<sp> \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
D | shared_ptr.hpp | 658 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_exchange() local 660 sp.lock(); in atomic_exchange() 662 sp.unlock(); in atomic_exchange() 674 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_compare_exchange() local 676 sp.lock(); in atomic_compare_exchange() 682 sp.unlock(); in atomic_compare_exchange() 690 sp.unlock(); in atomic_compare_exchange()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.h | 111 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, UNWIND_STACK_REG)) { \
|